HEX: #B5E1AA
RGB: (181,225,170)
#B5E1AA contains red, green and blue colors in about the same proportion. Web safe color of #B5E1AA is #CCCC99 (or #CC9).
#B5E1AA color RGB value is (181,225,170).
RGB: (181,225,170)
(71%, 88%, 67%)
R 181 of 255 = 71%
G 225 of 255 = 88%
B 170 of 255 = 67%
R + G + B ~ 75%. #B5E1AA is quite light color.
R + G + B = 181 + 225 + 170 = 576 (100%)
R 181 of 576 ~ 31.42%
G 225 of 576 ~ 39.06%
B 170 of 576 ~ 29.51'%
#B5E1AA color CMYK value is (20,0,24,12).
CMYK: (20,0,24,12) C20M0Y24K12 (20%,0%,24%,12%) (0.20/0.00/0.24/0.12)
Color #B5E1AA in popluar color models
B5 | E1 | AA | |
---|---|---|---|
RGB | 181 | 225 | 170 |
HSL | 108° | 47.83% | 77.45% |
HSB/HSV | 108° | 24.44% | 88.24% |
CMYK | 19.56% | 0.00% | 24.44% |
11.76% |
Color #B5E1AA in popluar number systems.
HEX | B5 | E1 | AA |
Decimal | 181 | 225 | 170 |
Binary | 10110101 | 11100001 | 10101010 |
Octal | 265 | 341 | 252 |
Shades of #B5E1AA
Tints of #B5E1AA
Examples of css and html codes for elements with #B5E1AA color. Also use rgb(181,225,170) instead hex code.
.myTextColor { color: #B5E1AA; }
<p style="color:#B5E1AA">This sample text font color is #B5E1AA.</p>
This text font color is #B5E1AA.
.myBgColor { background-color: #B5E1AA; }
<div style="background-color:#B5E1AA">Inner text</div>
This div background color is #B5E1AA.
.myBorderColor { border: 1px solid #B5E1AA; }
<div style="border:3px solid #B5E1AA">Div</div>
This div border color is #B5E1AA.
.myOpacity80 { color: #B5E1AA; opacity: 0.8; }
<p style="color:#B5E1AA;opacity:0.8;">80%</p>
Text with #B5E1AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E1AA;}
<p style="text-shadow: 3px 3px 1px #B5E1AA">Text here.</p>
This text has shadow with #B5E1AA color.
.textShadow {text-shadow: 3px 3px 1px #B5E1AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E1AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5E1AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E1AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E1AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E1AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E1AA;
-webkit-box-shadow: 1px 1px 3px 2px #B5E1AA;
box-shadow: 1px 1px 3px 2px #B5E1AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E1AA; -webkit-box-shadow: 1px 1px 3px 2px #B5E1AA; box-shadow:1px 1px 3px 2px #B5E1AA;">
Div content here
</div>
This text has color #B5E1AA on black background.
This text has color #B5E1AA on white background.
This text has black color on #B5E1AA background.
This text has white color on #B5E1AA background.
Complementary color for #hex is #4A1E55.