Use is :focusapplicable only when the window is in focus, when the user leaves the text field, the color will be returned.
placeholder, placeholder #D6D6D0, , , .
placeholder psuedo:
::-webkit-input-placeholder {
color: #D6D6D0;
}
:-moz-placeholder {
color: #D6D6D0;
}
::-moz-placeholder {
color: #D6D6D0;
}
:-ms-input-placeholder {
color: #D6D6D0;
}
, : http://jsfiddle.net/bM5AE/