HEX: #B9EEDB
RGB: (185,238,219)
#B9EEDB contains red, green and blue colors in about the same proportion. Web safe color of #B9EEDB is #CCFFCC (or #CFC).
#B9EEDB color RGB value is (185,238,219).
RGB: (185,238,219)
(73%, 93%, 86%)
R 185 of 255 = 73%
G 238 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 84%. #B9EEDB is quite light color.
R + G + B = 185 + 238 + 219 = 642 (100%)
R 185 of 642 ~ 28.82%
G 238 of 642 ~ 37.07%
B 219 of 642 ~ 34.11'%
#B9EEDB color CMYK value is (22,0,8,7).
CMYK: (22,0,8,7)
C22M0Y8K7 (22%, 0%, 8%, 7%)
(0.22 / 0.00 / 0.08 / 0.07)
Color #B9EEDB in popluar color models
B9 | EE | DB | |
---|---|---|---|
RGB | 185 | 238 | 219 |
HSL | 158° | 60.92% | 82.94% |
HSB/HSV | 158° | 22.27% | 93.33% |
CMYK | 22.27% | 0.00% | 7.98% |
6.67% |
Color #B9EEDB in popluar number systems.
HEX | B9 | EE | DB |
Decimal | 185 | 238 | 219 |
Binary | 10111001 | 11101110 | 11011011 |
Octal | 271 | 356 | 333 |
Shades of #B9EEDB
Tints of #B9EEDB
Examples of css and html codes for elements with #B9EEDB color. Also use rgb(185,238,219) instead hex code.
.myTextColor { color: #B9EEDB; }
<p style="color:#B9EEDB">This sample text font color is #B9EEDB.</p>
This text font color is #B9EEDB.
.myBgColor { background-color: #B9EEDB; }
<div style="background-color:#B9EEDB">Inner text</div>
This div background color is #B9EEDB.
.myBorderColor { border: 1px solid #B9EEDB; }
<div style="border:3px solid #B9EEDB">Div</div>
This div border color is #B9EEDB.
.myOpacity80 { color: #B9EEDB; opacity: 0.8; }
<p style="color:#B9EEDB;opacity:0.8;">80%</p>
Text with #B9EEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9EEDB;}
<p style="text-shadow: 3px 3px 1px #B9EEDB">Text here.</p>
This text has shadow with #B9EEDB color.
.textShadow {text-shadow: 3px 3px 1px #B9EEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9EEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9EEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9EEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9EEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9EEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9EEDB;
-webkit-box-shadow: 1px 1px 3px 2px #B9EEDB;
box-shadow: 1px 1px 3px 2px #B9EEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9EEDB; -webkit-box-shadow: 1px 1px 3px 2px #B9EEDB; box-shadow:1px 1px 3px 2px #B9EEDB;">
Div content here
</div>
This text has color #B9EEDB on black background.
This text has color #B9EEDB on white background.
This text has black color on #B9EEDB background.
This text has white color on #B9EEDB background.
Complementary color for #hex is #461124.