HEX: #B3C5EC
RGB: (179,197,236)
#B3C5EC contains red, green and blue colors in about the same proportion. Web safe color of #B3C5EC is #99CCFF (or #9CF).
#B3C5EC color RGB value is (179,197,236).
RGB: (179,197,236)
(70%, 77%, 93%)
R 179 of 255 = 70%
G 197 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 80%. #B3C5EC is quite light color.
R + G + B = 179 + 197 + 236 = 612 (100%)
R 179 of 612 ~ 29.25%
G 197 of 612 ~ 32.19%
B 236 of 612 ~ 38.56'%
#B3C5EC color CMYK value is (24,17,0,7).
CMYK: (24,17,0,7) C24M17Y0K7 (24%,17%,0%,7%) (0.24/0.17/0.00/0.07)
Color #B3C5EC in popluar color models
B3 | C5 | EC | |
---|---|---|---|
RGB | 179 | 197 | 236 |
HSL | 221° | 60.00% | 81.37% |
HSB/HSV | 221° | 24.15% | 92.55% |
CMYK | 24.15% | 16.53% | 0.00% |
7.45% |
Color #B3C5EC in popluar number systems.
HEX | B3 | C5 | EC |
Decimal | 179 | 197 | 236 |
Binary | 10110011 | 11000101 | 11101100 |
Octal | 263 | 305 | 354 |
Shades of #B3C5EC
Tints of #B3C5EC
Examples of css and html codes for elements with #B3C5EC color. Also use rgb(179,197,236) instead hex code.
.myTextColor { color: #B3C5EC; }
<p style="color:#B3C5EC">This sample text font color is #B3C5EC.</p>
This text font color is #B3C5EC.
.myBgColor { background-color: #B3C5EC; }
<div style="background-color:#B3C5EC">Inner text</div>
This div background color is #B3C5EC.
.myBorderColor { border: 1px solid #B3C5EC; }
<div style="border:3px solid #B3C5EC">Div</div>
This div border color is #B3C5EC.
.myOpacity80 { color: #B3C5EC; opacity: 0.8; }
<p style="color:#B3C5EC;opacity:0.8;">80%</p>
Text with #B3C5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B3C5EC;}
<p style="text-shadow: 3px 3px 1px #B3C5EC">Text here.</p>
This text has shadow with #B3C5EC color.
.textShadow {text-shadow: 3px 3px 1px #B3C5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B3C5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B3C5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B3C5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B3C5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B3C5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B3C5EC;
-webkit-box-shadow: 1px 1px 3px 2px #B3C5EC;
box-shadow: 1px 1px 3px 2px #B3C5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B3C5EC; -webkit-box-shadow: 1px 1px 3px 2px #B3C5EC; box-shadow:1px 1px 3px 2px #B3C5EC;">
Div content here
</div>
This text has color #B3C5EC on black background.
This text has color #B3C5EC on white background.
This text has black color on #B3C5EC background.
This text has white color on #B3C5EC background.
Complementary color for #hex is #4C3A13.