HEX: #A9E7BB
RGB: (169,231,187)
#A9E7BB contains mainly green and blue colors. Web safe color of #A9E7BB is #99FFCC (or #9FC).
#A9E7BB color RGB value is (169,231,187).
RGB: (169,231,187)
(66%, 91%, 73%)
R 169 of 255 = 66%
G 231 of 255 = 91%
B 187 of 255 = 73%
R + G + B ~ 77%. #A9E7BB is quite light color.
R + G + B = 169 + 231 + 187 = 587 (100%)
R 169 of 587 ~ 28.79%
G 231 of 587 ~ 39.35%
B 187 of 587 ~ 31.86'%
#A9E7BB color CMYK value is (27,0,19,9).
CMYK: (27,0,19,9) C27M0Y19K9 (27%,0%,19%,9%) (0.27/0.00/0.19/0.09)
Color #A9E7BB in popluar color models
A9 | E7 | BB | |
---|---|---|---|
RGB | 169 | 231 | 187 |
HSL | 137° | 56.36% | 78.43% |
HSB/HSV | 137° | 26.84% | 90.59% |
CMYK | 26.84% | 0.00% | 19.05% |
9.41% |
Color #A9E7BB in popluar number systems.
HEX | A9 | E7 | BB |
Decimal | 169 | 231 | 187 |
Binary | 10101001 | 11100111 | 10111011 |
Octal | 251 | 347 | 273 |
Shades of #A9E7BB
Tints of #A9E7BB
Examples of css and html codes for elements with #A9E7BB color. Also use rgb(169,231,187) instead hex code.
.myTextColor { color: #A9E7BB; }
<p style="color:#A9E7BB">This sample text font color is #A9E7BB.</p>
This text font color is #A9E7BB.
.myBgColor { background-color: #A9E7BB; }
<div style="background-color:#A9E7BB">Inner text</div>
This div background color is #A9E7BB.
.myBorderColor { border: 1px solid #A9E7BB; }
<div style="border:3px solid #A9E7BB">Div</div>
This div border color is #A9E7BB.
.myOpacity80 { color: #A9E7BB; opacity: 0.8; }
<p style="color:#A9E7BB;opacity:0.8;">80%</p>
Text with #A9E7BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9E7BB;}
<p style="text-shadow: 3px 3px 1px #A9E7BB">Text here.</p>
This text has shadow with #A9E7BB color.
.textShadow {text-shadow: 3px 3px 1px #A9E7BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9E7BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9E7BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9E7BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9E7BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9E7BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9E7BB;
-webkit-box-shadow: 1px 1px 3px 2px #A9E7BB;
box-shadow: 1px 1px 3px 2px #A9E7BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9E7BB; -webkit-box-shadow: 1px 1px 3px 2px #A9E7BB; box-shadow:1px 1px 3px 2px #A9E7BB;">
Div content here
</div>
This text has color #A9E7BB on black background.
This text has color #A9E7BB on white background.
This text has black color on #A9E7BB background.
This text has white color on #A9E7BB background.
Complementary color for #hex is #561844.