HEX: #B2E1AB
RGB: (178,225,171)
#B2E1AB contains red, green and blue colors in about the same proportion. Web safe color of #B2E1AB is #99CC99 (or #9C9).
#B2E1AB color RGB value is (178,225,171).
RGB: (178,225,171)
(70%, 88%, 67%)
R 178 of 255 = 70%
G 225 of 255 = 88%
B 171 of 255 = 67%
R + G + B ~ 75%. #B2E1AB is quite light color.
R + G + B = 178 + 225 + 171 = 574 (100%)
R 178 of 574 ~ 31.01%
G 225 of 574 ~ 39.2%
B 171 of 574 ~ 29.79'%
#B2E1AB color CMYK value is (21,0,24,12).
CMYK: (21,0,24,12) C21M0Y24K12 (21%,0%,24%,12%) (0.21/0.00/0.24/0.12)
Color #B2E1AB in popluar color models
B2 | E1 | AB | |
---|---|---|---|
RGB | 178 | 225 | 171 |
HSL | 112° | 47.37% | 77.65% |
HSB/HSV | 112° | 24.00% | 88.24% |
CMYK | 20.89% | 0.00% | 24.00% |
11.76% |
Color #B2E1AB in popluar number systems.
HEX | B2 | E1 | AB |
Decimal | 178 | 225 | 171 |
Binary | 10110010 | 11100001 | 10101011 |
Octal | 262 | 341 | 253 |
Shades of #B2E1AB
Tints of #B2E1AB
Examples of css and html codes for elements with #B2E1AB color. Also use rgb(178,225,171) instead hex code.
.myTextColor { color: #B2E1AB; }
<p style="color:#B2E1AB">This sample text font color is #B2E1AB.</p>
This text font color is #B2E1AB.
.myBgColor { background-color: #B2E1AB; }
<div style="background-color:#B2E1AB">Inner text</div>
This div background color is #B2E1AB.
.myBorderColor { border: 1px solid #B2E1AB; }
<div style="border:3px solid #B2E1AB">Div</div>
This div border color is #B2E1AB.
.myOpacity80 { color: #B2E1AB; opacity: 0.8; }
<p style="color:#B2E1AB;opacity:0.8;">80%</p>
Text with #B2E1AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2E1AB;}
<p style="text-shadow: 3px 3px 1px #B2E1AB">Text here.</p>
This text has shadow with #B2E1AB color.
.textShadow {text-shadow: 3px 3px 1px #B2E1AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2E1AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2E1AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2E1AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2E1AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2E1AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2E1AB;
-webkit-box-shadow: 1px 1px 3px 2px #B2E1AB;
box-shadow: 1px 1px 3px 2px #B2E1AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2E1AB; -webkit-box-shadow: 1px 1px 3px 2px #B2E1AB; box-shadow:1px 1px 3px 2px #B2E1AB;">
Div content here
</div>
This text has color #B2E1AB on black background.
This text has color #B2E1AB on white background.
This text has black color on #B2E1AB background.
This text has white color on #B2E1AB background.
Complementary color for #hex is #4D1E54.