HEX: #B2DFEC
RGB: (178,223,236)
#B2DFEC contains red, green and blue colors in about the same proportion. Web safe color of #B2DFEC is #99CCFF (or #9CF).
#B2DFEC color RGB value is (178,223,236).
RGB: (178,223,236)
(70%, 87%, 93%)
R 178 of 255 = 70%
G 223 of 255 = 87%
B 236 of 255 = 93%
R + G + B ~ 83%. #B2DFEC is quite light color.
R + G + B = 178 + 223 + 236 = 637 (100%)
R 178 of 637 ~ 27.94%
G 223 of 637 ~ 35.01%
B 236 of 637 ~ 37.05'%
#B2DFEC color CMYK value is (25,6,0,7).
CMYK: (25,6,0,7)
C25M6Y0K7 (25%, 6%, 0%, 7%)
(0.25 / 0.06 / 0.00 / 0.07)
Color #B2DFEC in popluar color models
B2 | DF | EC | |
---|---|---|---|
RGB | 178 | 223 | 236 |
HSL | 193° | 60.42% | 81.18% |
HSB/HSV | 193° | 24.58% | 92.55% |
CMYK | 24.58% | 5.51% | 0.00% |
7.45% |
Color #B2DFEC in popluar number systems.
HEX | B2 | DF | EC |
Decimal | 178 | 223 | 236 |
Binary | 10110010 | 11011111 | 11101100 |
Octal | 262 | 337 | 354 |
Shades of #B2DFEC
Tints of #B2DFEC
Examples of css and html codes for elements with #B2DFEC color. Also use rgb(178,223,236) instead hex code.
.myTextColor { color: #B2DFEC; }
<p style="color:#B2DFEC">This sample text font color is #B2DFEC.</p>
This text font color is #B2DFEC.
.myBgColor { background-color: #B2DFEC; }
<div style="background-color:#B2DFEC">Inner text</div>
This div background color is #B2DFEC.
.myBorderColor { border: 1px solid #B2DFEC; }
<div style="border:3px solid #B2DFEC">Div</div>
This div border color is #B2DFEC.
.myOpacity80 { color: #B2DFEC; opacity: 0.8; }
<p style="color:#B2DFEC;opacity:0.8;">80%</p>
Text with #B2DFEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2DFEC;}
<p style="text-shadow: 3px 3px 1px #B2DFEC">Text here.</p>
This text has shadow with #B2DFEC color.
.textShadow {text-shadow: 3px 3px 1px #B2DFEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2DFEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2DFEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2DFEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2DFEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2DFEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2DFEC;
-webkit-box-shadow: 1px 1px 3px 2px #B2DFEC;
box-shadow: 1px 1px 3px 2px #B2DFEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2DFEC; -webkit-box-shadow: 1px 1px 3px 2px #B2DFEC; box-shadow:1px 1px 3px 2px #B2DFEC;">
Div content here
</div>
This text has color #B2DFEC on black background.
This text has color #B2DFEC on white background.
This text has black color on #B2DFEC background.
This text has white color on #B2DFEC background.
Complementary color for #hex is #4D2013.