Enter a color:

Text as the color #DBBFBE


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

Background using #DBBFBE


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

Border color as #DBBFBE


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

Text shadow using #DBBFBE


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

Box shadow as #DBBFBE


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

Related Tools:

CSS Fonts


Saved Palette


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