Enter a color:

Text as the color #DBCFCA


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

Background using #DBCFCA


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

Border color as #DBCFCA


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

Text shadow using #DBCFCA


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

Box shadow as #DBCFCA


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

Related Tools:

CSS Fonts


Saved Palette


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