HEX: #B2C9EE
RGB: (178,201,238)
#B2C9EE contains mainly green and blue colors. Web safe color of #B2C9EE is #99CCFF (or #9CF).
#B2C9EE color RGB value is (178,201,238).
RGB: (178,201,238)
(70%, 79%, 93%)
R 178 of 255 = 70%
G 201 of 255 = 79%
B 238 of 255 = 93%
R + G + B ~ 81%. #B2C9EE is quite light color.
R + G + B = 178 + 201 + 238 = 617 (100%)
R 178 of 617 ~ 28.85%
G 201 of 617 ~ 32.58%
B 238 of 617 ~ 38.57'%
#B2C9EE color CMYK value is (25,16,0,7).
CMYK: (25,16,0,7) C25M16Y0K7 (25%,16%,0%,7%) (0.25/0.16/0.00/0.07)
Color #B2C9EE in popluar color models
B2 | C9 | EE | |
---|---|---|---|
RGB | 178 | 201 | 238 |
HSL | 217° | 63.83% | 81.57% |
HSB/HSV | 217° | 25.21% | 93.33% |
CMYK | 25.21% | 15.55% | 0.00% |
6.67% |
Color #B2C9EE in popluar number systems.
HEX | B2 | C9 | EE |
Decimal | 178 | 201 | 238 |
Binary | 10110010 | 11001001 | 11101110 |
Octal | 262 | 311 | 356 |
Shades of #B2C9EE
Tints of #B2C9EE
Examples of css and html codes for elements with #B2C9EE color. Also use rgb(178,201,238) instead hex code.
.myTextColor { color: #B2C9EE; }
<p style="color:#B2C9EE">This sample text font color is #B2C9EE.</p>
This text font color is #B2C9EE.
.myBgColor { background-color: #B2C9EE; }
<div style="background-color:#B2C9EE">Inner text</div>
This div background color is #B2C9EE.
.myBorderColor { border: 1px solid #B2C9EE; }
<div style="border:3px solid #B2C9EE">Div</div>
This div border color is #B2C9EE.
.myOpacity80 { color: #B2C9EE; opacity: 0.8; }
<p style="color:#B2C9EE;opacity:0.8;">80%</p>
Text with #B2C9EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2C9EE;}
<p style="text-shadow: 3px 3px 1px #B2C9EE">Text here.</p>
This text has shadow with #B2C9EE color.
.textShadow {text-shadow: 3px 3px 1px #B2C9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2C9EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2C9EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2C9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2C9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2C9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2C9EE;
-webkit-box-shadow: 1px 1px 3px 2px #B2C9EE;
box-shadow: 1px 1px 3px 2px #B2C9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2C9EE; -webkit-box-shadow: 1px 1px 3px 2px #B2C9EE; box-shadow:1px 1px 3px 2px #B2C9EE;">
Div content here
</div>
This text has color #B2C9EE on black background.
This text has color #B2C9EE on white background.
This text has black color on #B2C9EE background.
This text has white color on #B2C9EE background.
Complementary color for #hex is #4D3611.