Enter a color:

Text as the color #BBDBDC


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

Background using #BBDBDC


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

Border color as #BBDBDC


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

Text shadow using #BBDBDC


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

Box shadow as #BBDBDC


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

Related Tools:

CSS Fonts


Saved Palette


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