HEX: #B2DBED
RGB: (178,219,237)
#B2DBED contains red, green and blue colors in about the same proportion. Web safe color of #B2DBED is #99CCFF (or #9CF).
#B2DBED color RGB value is (178,219,237).
RGB: (178,219,237)
(70%, 86%, 93%)
R 178 of 255 = 70%
G 219 of 255 = 86%
B 237 of 255 = 93%
R + G + B ~ 83%. #B2DBED is quite light color.
R + G + B = 178 + 219 + 237 = 634 (100%)
R 178 of 634 ~ 28.08%
G 219 of 634 ~ 34.54%
B 237 of 634 ~ 37.38'%
#B2DBED color CMYK value is (25,8,0,7).
CMYK: (25,8,0,7)
C25M8Y0K7 (25%, 8%, 0%, 7%)
(0.25 / 0.08 / 0.00 / 0.07)
Color #B2DBED in popluar color models
B2 | DB | ED | |
---|---|---|---|
RGB | 178 | 219 | 237 |
HSL | 198° | 62.11% | 81.37% |
HSB/HSV | 198° | 24.89% | 92.94% |
CMYK | 24.89% | 7.59% | 0.00% |
7.06% |
Color #B2DBED in popluar number systems.
HEX | B2 | DB | ED |
Decimal | 178 | 219 | 237 |
Binary | 10110010 | 11011011 | 11101101 |
Octal | 262 | 333 | 355 |
Shades of #B2DBED
Tints of #B2DBED
Examples of css and html codes for elements with #B2DBED color. Also use rgb(178,219,237) instead hex code.
.myTextColor { color: #B2DBED; }
<p style="color:#B2DBED">This sample text font color is #B2DBED.</p>
This text font color is #B2DBED.
.myBgColor { background-color: #B2DBED; }
<div style="background-color:#B2DBED">Inner text</div>
This div background color is #B2DBED.
.myBorderColor { border: 1px solid #B2DBED; }
<div style="border:3px solid #B2DBED">Div</div>
This div border color is #B2DBED.
.myOpacity80 { color: #B2DBED; opacity: 0.8; }
<p style="color:#B2DBED;opacity:0.8;">80%</p>
Text with #B2DBED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2DBED;}
<p style="text-shadow: 3px 3px 1px #B2DBED">Text here.</p>
This text has shadow with #B2DBED color.
.textShadow {text-shadow: 3px 3px 1px #B2DBED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2DBED, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2DBED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2DBED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2DBED, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2DBED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2DBED;
-webkit-box-shadow: 1px 1px 3px 2px #B2DBED;
box-shadow: 1px 1px 3px 2px #B2DBED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2DBED; -webkit-box-shadow: 1px 1px 3px 2px #B2DBED; box-shadow:1px 1px 3px 2px #B2DBED;">
Div content here
</div>
This text has color #B2DBED on black background.
This text has color #B2DBED on white background.
This text has black color on #B2DBED background.
This text has white color on #B2DBED background.
Complementary color for #hex is #4D2412.