Enter a color:

Text as the color #969DAE


HTML:
<div style="color: #969DAE"></div>
CSS:
.class { color: #969DAE; }

Background using #969DAE


HTML:
<div style="background-color: #969DAE"></div>
CSS:
.class { background-color: #969DAE; }

Border color as #969DAE


HTML:
<div style="border: 2px solid #969DAE"></div>
CSS:
.class { border: 2px solid #969DAE; }

Text shadow using #969DAE


HTML:
<div style="text-shadow: 3px 3px 2px #969DAE"></div>
CSS:
.class { text-shadow: 3px 3px 2px #969DAE; }

Box shadow as #969DAE


HTML:
<div style="box-shadow: 1px 1px 3px 2px #969DAE; -webkit-box-shadow: 1px 1px 3px 2px #969DAE;-moz-box-shadow:1px 1px 3px 2px #969DAE"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #969DAE; -webkit-box-shadow: 1px 1px 3px 2px #969DAE;-moz-box-shadow:1px 1px 3px 2px #969DAE; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.