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