HEX: #B5CCEC
RGB: (181,204,236)
#B5CCEC contains red, green and blue colors in about the same proportion. Web safe color of #B5CCEC is #CCCCFF (or #CCF).
#B5CCEC color RGB value is (181,204,236).
RGB: (181,204,236)
(71%, 80%, 93%)
R 181 of 255 = 71%
G 204 of 255 = 80%
B 236 of 255 = 93%
R + G + B ~ 81%. #B5CCEC is quite light color.
R + G + B = 181 + 204 + 236 = 621 (100%)
R 181 of 621 ~ 29.15%
G 204 of 621 ~ 32.85%
B 236 of 621 ~ 38'%
#B5CCEC color CMYK value is (23,14,0,7).
CMYK: (23,14,0,7) C23M14Y0K7 (23%,14%,0%,7%) (0.23/0.14/0.00/0.07)
Color #B5CCEC in popluar color models
B5 | CC | EC | |
---|---|---|---|
RGB | 181 | 204 | 236 |
HSL | 215° | 59.14% | 81.76% |
HSB/HSV | 215° | 23.31% | 92.55% |
CMYK | 23.31% | 13.56% | 0.00% |
7.45% |
Color #B5CCEC in popluar number systems.
HEX | B5 | CC | EC |
Decimal | 181 | 204 | 236 |
Binary | 10110101 | 11001100 | 11101100 |
Octal | 265 | 314 | 354 |
Shades of #B5CCEC
Tints of #B5CCEC
Examples of css and html codes for elements with #B5CCEC color. Also use rgb(181,204,236) instead hex code.
.myTextColor { color: #B5CCEC; }
<p style="color:#B5CCEC">This sample text font color is #B5CCEC.</p>
This text font color is #B5CCEC.
.myBgColor { background-color: #B5CCEC; }
<div style="background-color:#B5CCEC">Inner text</div>
This div background color is #B5CCEC.
.myBorderColor { border: 1px solid #B5CCEC; }
<div style="border:3px solid #B5CCEC">Div</div>
This div border color is #B5CCEC.
.myOpacity80 { color: #B5CCEC; opacity: 0.8; }
<p style="color:#B5CCEC;opacity:0.8;">80%</p>
Text with #B5CCEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5CCEC;}
<p style="text-shadow: 3px 3px 1px #B5CCEC">Text here.</p>
This text has shadow with #B5CCEC color.
.textShadow {text-shadow: 3px 3px 1px #B5CCEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5CCEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5CCEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5CCEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5CCEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5CCEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5CCEC;
-webkit-box-shadow: 1px 1px 3px 2px #B5CCEC;
box-shadow: 1px 1px 3px 2px #B5CCEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5CCEC; -webkit-box-shadow: 1px 1px 3px 2px #B5CCEC; box-shadow:1px 1px 3px 2px #B5CCEC;">
Div content here
</div>
This text has color #B5CCEC on black background.
This text has color #B5CCEC on white background.
This text has black color on #B5CCEC background.
This text has white color on #B5CCEC background.
Complementary color for #hex is #4A3313.