Enter a color:

Text as the color #DBBFBA


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

Background using #DBBFBA


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

Border color as #DBBFBA


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

Text shadow using #DBBFBA


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

Box shadow as #DBBFBA


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

Related Tools:

CSS Fonts


Saved Palette


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