HEX: #AABDAA
RGB: (170,189,170)
#AABDAA contains red, green and blue colors in about the same proportion. Web safe color of #AABDAA is #99CC99 (or #9C9).
#AABDAA color RGB value is (170,189,170).
RGB: (170,189,170)
(67%, 74%, 67%)
R 170 of 255 = 67%
G 189 of 255 = 74%
B 170 of 255 = 67%
R + G + B ~ 69%. #AABDAA is quite light color.
R + G + B = 170 + 189 + 170 = 529 (100%)
R 170 of 529 ~ 32.14%
G 189 of 529 ~ 35.73%
B 170 of 529 ~ 32.14'%
#AABDAA color CMYK value is (10,0,10,26).
CMYK: (10,0,10,26)
C10M0Y10K26 (10%, 0%, 10%, 26%)
(0.10 / 0.00 / 0.10 / 0.26)
Color #AABDAA in popluar color models
AA | BD | AA | |
---|---|---|---|
RGB | 170 | 189 | 170 |
HSL | 120° | 12.58% | 70.39% |
HSB/HSV | 120° | 10.05% | 74.12% |
CMYK | 10.05% | 0.00% | 10.05% |
25.88% |
Color #AABDAA in popluar number systems.
HEX | AA | BD | AA |
Decimal | 170 | 189 | 170 |
Binary | 10101010 | 10111101 | 10101010 |
Octal | 252 | 275 | 252 |
Shades of #AABDAA
Tints of #AABDAA
Examples of css and html codes for elements with #AABDAA color. Also use rgb(170,189,170) instead hex code.
.myTextColor { color: #AABDAA; }
<p style="color:#AABDAA">This sample text font color is #AABDAA.</p>
This text font color is #AABDAA.
.myBgColor { background-color: #AABDAA; }
<div style="background-color:#AABDAA">Inner text</div>
This div background color is #AABDAA.
.myBorderColor { border: 1px solid #AABDAA; }
<div style="border:3px solid #AABDAA">Div</div>
This div border color is #AABDAA.
.myOpacity80 { color: #AABDAA; opacity: 0.8; }
<p style="color:#AABDAA;opacity:0.8;">80%</p>
Text with #AABDAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AABDAA;}
<p style="text-shadow: 3px 3px 1px #AABDAA">Text here.</p>
This text has shadow with #AABDAA color.
.textShadow {text-shadow: 3px 3px 1px #AABDAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AABDAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AABDAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AABDAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AABDAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AABDAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AABDAA;
-webkit-box-shadow: 1px 1px 3px 2px #AABDAA;
box-shadow: 1px 1px 3px 2px #AABDAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AABDAA; -webkit-box-shadow: 1px 1px 3px 2px #AABDAA; box-shadow:1px 1px 3px 2px #AABDAA;">
Div content here
</div>
This text has color #AABDAA on black background.
This text has color #AABDAA on white background.
This text has black color on #AABDAA background.
This text has white color on #AABDAA background.
Complementary color for #hex is #554255.