HEX: #B9EDBE
RGB: (185,237,190)
#B9EDBE contains red, green and blue colors in about the same proportion. Web safe color of #B9EDBE is #CCFFCC (or #CFC).
#B9EDBE color RGB value is (185,237,190).
RGB: (185,237,190)
(73%, 93%, 75%)
R 185 of 255 = 73%
G 237 of 255 = 93%
B 190 of 255 = 75%
R + G + B ~ 80%. #B9EDBE is quite light color.
R + G + B = 185 + 237 + 190 = 612 (100%)
R 185 of 612 ~ 30.23%
G 237 of 612 ~ 38.73%
B 190 of 612 ~ 31.05'%
#B9EDBE color CMYK value is (22,0,20,7).
CMYK: (22,0,20,7)
C22M0Y20K7 (22%, 0%, 20%, 7%)
(0.22 / 0.00 / 0.20 / 0.07)
Color #B9EDBE in popluar color models
B9 | ED | BE | |
---|---|---|---|
RGB | 185 | 237 | 190 |
HSL | 126° | 59.09% | 82.75% |
HSB/HSV | 126° | 21.94% | 92.94% |
CMYK | 21.94% | 0.00% | 19.83% |
7.06% |
Color #B9EDBE in popluar number systems.
HEX | B9 | ED | BE |
Decimal | 185 | 237 | 190 |
Binary | 10111001 | 11101101 | 10111110 |
Octal | 271 | 355 | 276 |
Shades of #B9EDBE
Tints of #B9EDBE
Examples of css and html codes for elements with #B9EDBE color. Also use rgb(185,237,190) instead hex code.
.myTextColor { color: #B9EDBE; }
<p style="color:#B9EDBE">This sample text font color is #B9EDBE.</p>
This text font color is #B9EDBE.
.myBgColor { background-color: #B9EDBE; }
<div style="background-color:#B9EDBE">Inner text</div>
This div background color is #B9EDBE.
.myBorderColor { border: 1px solid #B9EDBE; }
<div style="border:3px solid #B9EDBE">Div</div>
This div border color is #B9EDBE.
.myOpacity80 { color: #B9EDBE; opacity: 0.8; }
<p style="color:#B9EDBE;opacity:0.8;">80%</p>
Text with #B9EDBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9EDBE;}
<p style="text-shadow: 3px 3px 1px #B9EDBE">Text here.</p>
This text has shadow with #B9EDBE color.
.textShadow {text-shadow: 3px 3px 1px #B9EDBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9EDBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9EDBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9EDBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9EDBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9EDBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9EDBE;
-webkit-box-shadow: 1px 1px 3px 2px #B9EDBE;
box-shadow: 1px 1px 3px 2px #B9EDBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9EDBE; -webkit-box-shadow: 1px 1px 3px 2px #B9EDBE; box-shadow:1px 1px 3px 2px #B9EDBE;">
Div content here
</div>
This text has color #B9EDBE on black background.
This text has color #B9EDBE on white background.
This text has black color on #B9EDBE background.
This text has white color on #B9EDBE background.
Complementary color for #hex is #461241.