<div style="color: #BCCFDC"></div>
.class { color: #BCCFDC; }
<div style="background-color: #BCCFDC"></div>
.class { background-color: #BCCFDC; }
<div style="border: 2px solid #BCCFDC"></div>
.class { border: 2px solid #BCCFDC; }
<div style="text-shadow: 3px 3px 2px #BCCFDC"></div>
.class { text-shadow: 3px 3px 2px #BCCFDC; }
<div style="box-shadow: 1px 1px 3px 2px #BCCFDC; -webkit-box-shadow: 1px 1px 3px 2px #BCCFDC;-moz-box-shadow:1px 1px 3px 2px #BCCFDC"></div>
.class { box-shadow: 1px 1px 3px 2px #BCCFDC; -webkit-box-shadow: 1px 1px 3px 2px #BCCFDC;-moz-box-shadow:1px 1px 3px 2px #BCCFDC; }