HEX: #B9CEEB
RGB: (185,206,235)
#B9CEEB contains red, green and blue colors in about the same proportion. Web safe color of #B9CEEB is #CCCCFF (or #CCF).
#B9CEEB color RGB value is (185,206,235).
RGB: (185,206,235)
(73%, 81%, 92%)
R 185 of 255 = 73%
G 206 of 255 = 81%
B 235 of 255 = 92%
R + G + B ~ 82%. #B9CEEB is quite light color.
R + G + B = 185 + 206 + 235 = 626 (100%)
R 185 of 626 ~ 29.55%
G 206 of 626 ~ 32.91%
B 235 of 626 ~ 37.54'%
#B9CEEB color CMYK value is (21,12,0,8).
CMYK: (21,12,0,8) C21M12Y0K8 (21%,12%,0%,8%) (0.21/0.12/0.00/0.08)
Color #B9CEEB in popluar color models
B9 | CE | EB | |
---|---|---|---|
RGB | 185 | 206 | 235 |
HSL | 215° | 55.56% | 82.35% |
HSB/HSV | 215° | 21.28% | 92.16% |
CMYK | 21.28% | 12.34% | 0.00% |
7.84% |
Color #B9CEEB in popluar number systems.
HEX | B9 | CE | EB |
Decimal | 185 | 206 | 235 |
Binary | 10111001 | 11001110 | 11101011 |
Octal | 271 | 316 | 353 |
Shades of #B9CEEB
Tints of #B9CEEB
Examples of css and html codes for elements with #B9CEEB color. Also use rgb(185,206,235) instead hex code.
.myTextColor { color: #B9CEEB; }
<p style="color:#B9CEEB">This sample text font color is #B9CEEB.</p>
This text font color is #B9CEEB.
.myBgColor { background-color: #B9CEEB; }
<div style="background-color:#B9CEEB">Inner text</div>
This div background color is #B9CEEB.
.myBorderColor { border: 1px solid #B9CEEB; }
<div style="border:3px solid #B9CEEB">Div</div>
This div border color is #B9CEEB.
.myOpacity80 { color: #B9CEEB; opacity: 0.8; }
<p style="color:#B9CEEB;opacity:0.8;">80%</p>
Text with #B9CEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9CEEB;}
<p style="text-shadow: 3px 3px 1px #B9CEEB">Text here.</p>
This text has shadow with #B9CEEB color.
.textShadow {text-shadow: 3px 3px 1px #B9CEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9CEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9CEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9CEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9CEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9CEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9CEEB;
-webkit-box-shadow: 1px 1px 3px 2px #B9CEEB;
box-shadow: 1px 1px 3px 2px #B9CEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9CEEB; -webkit-box-shadow: 1px 1px 3px 2px #B9CEEB; box-shadow:1px 1px 3px 2px #B9CEEB;">
Div content here
</div>
This text has color #B9CEEB on black background.
This text has color #B9CEEB on white background.
This text has black color on #B9CEEB background.
This text has white color on #B9CEEB background.
Complementary color for #hex is #463114.