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