HEX: #AABE89
RGB: (170,190,137)
#AABE89 contains red, green and blue colors in about the same proportion. Web safe color of #AABE89 is #99CC99 (or #9C9).
#AABE89 color RGB value is (170,190,137).
RGB: (170,190,137)
(67%, 75%, 54%)
R 170 of 255 = 67%
G 190 of 255 = 75%
B 137 of 255 = 54%
R + G + B ~ 65%. #AABE89 is quite light color.
R + G + B = 170 + 190 + 137 = 497 (100%)
R 170 of 497 ~ 34.21%
G 190 of 497 ~ 38.23%
B 137 of 497 ~ 27.57'%
#AABE89 color CMYK value is (11,0,28,25).
CMYK: (11,0,28,25)
C11M0Y28K25 (11%, 0%, 28%, 25%)
(0.11 / 0.00 / 0.28 / 0.25)
Color #AABE89 in popluar color models
AA | BE | 89 | |
---|---|---|---|
RGB | 170 | 190 | 137 |
HSL | 83° | 28.96% | 64.12% |
HSB/HSV | 83° | 27.89% | 74.51% |
CMYK | 10.53% | 0.00% | 27.89% |
25.49% |
Color #AABE89 in popluar number systems.
HEX | AA | BE | 89 |
Decimal | 170 | 190 | 137 |
Binary | 10101010 | 10111110 | 10001001 |
Octal | 252 | 276 | 211 |
Shades of #AABE89
Tints of #AABE89
Examples of css and html codes for elements with #AABE89 color. Also use rgb(170,190,137) instead hex code.
.myTextColor { color: #AABE89; }
<p style="color:#AABE89">This sample text font color is #AABE89.</p>
This text font color is #AABE89.
.myBgColor { background-color: #AABE89; }
<div style="background-color:#AABE89">Inner text</div>
This div background color is #AABE89.
.myBorderColor { border: 1px solid #AABE89; }
<div style="border:3px solid #AABE89">Div</div>
This div border color is #AABE89.
.myOpacity80 { color: #AABE89; opacity: 0.8; }
<p style="color:#AABE89;opacity:0.8;">80%</p>
Text with #AABE89 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AABE89;}
<p style="text-shadow: 3px 3px 1px #AABE89">Text here.</p>
This text has shadow with #AABE89 color.
.textShadow {text-shadow: 3px 3px 1px #AABE89', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AABE89, 5px 5px 20px red">Text here.</p>
This text has shadow with #AABE89 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AABE89, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AABE89, Direction=45, Strength=4)">Text</p>
This text has shadow with #AABE89 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AABE89;
-webkit-box-shadow: 1px 1px 3px 2px #AABE89;
box-shadow: 1px 1px 3px 2px #AABE89;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AABE89; -webkit-box-shadow: 1px 1px 3px 2px #AABE89; box-shadow:1px 1px 3px 2px #AABE89;">
Div content here
</div>
This text has color #AABE89 on black background.
This text has color #AABE89 on white background.
This text has black color on #AABE89 background.
This text has white color on #AABE89 background.
Complementary color for #hex is #554176.