HEX: #B9E7AB
RGB: (185,231,171)
#B9E7AB contains mainly red and green colors. Web safe color of #B9E7AB is #CCFF99 (or #CF9).
#B9E7AB color RGB value is (185,231,171).
RGB: (185,231,171)
(73%, 91%, 67%)
R 185 of 255 = 73%
G 231 of 255 = 91%
B 171 of 255 = 67%
R + G + B ~ 77%. #B9E7AB is quite light color.
R + G + B = 185 + 231 + 171 = 587 (100%)
R 185 of 587 ~ 31.52%
G 231 of 587 ~ 39.35%
B 171 of 587 ~ 29.13'%
#B9E7AB color CMYK value is (20,0,26,9).
CMYK: (20,0,26,9) C20M0Y26K9 (20%,0%,26%,9%) (0.20/0.00/0.26/0.09)
Color #B9E7AB in popluar color models
B9 | E7 | AB | |
---|---|---|---|
RGB | 185 | 231 | 171 |
HSL | 106° | 55.56% | 78.82% |
HSB/HSV | 106° | 25.97% | 90.59% |
CMYK | 19.91% | 0.00% | 25.97% |
9.41% |
Color #B9E7AB in popluar number systems.
HEX | B9 | E7 | AB |
Decimal | 185 | 231 | 171 |
Binary | 10111001 | 11100111 | 10101011 |
Octal | 271 | 347 | 253 |
Shades of #B9E7AB
Tints of #B9E7AB
Examples of css and html codes for elements with #B9E7AB color. Also use rgb(185,231,171) instead hex code.
.myTextColor { color: #B9E7AB; }
<p style="color:#B9E7AB">This sample text font color is #B9E7AB.</p>
This text font color is #B9E7AB.
.myBgColor { background-color: #B9E7AB; }
<div style="background-color:#B9E7AB">Inner text</div>
This div background color is #B9E7AB.
.myBorderColor { border: 1px solid #B9E7AB; }
<div style="border:3px solid #B9E7AB">Div</div>
This div border color is #B9E7AB.
.myOpacity80 { color: #B9E7AB; opacity: 0.8; }
<p style="color:#B9E7AB;opacity:0.8;">80%</p>
Text with #B9E7AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9E7AB;}
<p style="text-shadow: 3px 3px 1px #B9E7AB">Text here.</p>
This text has shadow with #B9E7AB color.
.textShadow {text-shadow: 3px 3px 1px #B9E7AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9E7AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9E7AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9E7AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9E7AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9E7AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9E7AB;
-webkit-box-shadow: 1px 1px 3px 2px #B9E7AB;
box-shadow: 1px 1px 3px 2px #B9E7AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9E7AB; -webkit-box-shadow: 1px 1px 3px 2px #B9E7AB; box-shadow:1px 1px 3px 2px #B9E7AB;">
Div content here
</div>
This text has color #B9E7AB on black background.
This text has color #B9E7AB on white background.
This text has black color on #B9E7AB background.
This text has white color on #B9E7AB background.
Complementary color for #hex is #461854.