Enter a color:

Text as the color #9AAABD


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

Background using #9AAABD


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

Border color as #9AAABD


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

Text shadow using #9AAABD


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

Box shadow as #9AAABD


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

Related Tools:

CSS Fonts


Saved Palette


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