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