HEX: #AAD5AB
RGB: (170,213,171)
#AAD5AB contains red, green and blue colors in about the same proportion. Web safe color of #AAD5AB is #99CC99 (or #9C9).
#AAD5AB color RGB value is (170,213,171).
RGB: (170,213,171)
(67%, 84%, 67%)
R 170 of 255 = 67%
G 213 of 255 = 84%
B 171 of 255 = 67%
R + G + B ~ 73%. #AAD5AB is quite light color.
R + G + B = 170 + 213 + 171 = 554 (100%)
R 170 of 554 ~ 30.69%
G 213 of 554 ~ 38.45%
B 171 of 554 ~ 30.87'%
#AAD5AB color CMYK value is (20,0,20,16).
CMYK: (20,0,20,16)
C20M0Y20K16 (20%, 0%, 20%, 16%)
(0.20 / 0.00 / 0.20 / 0.16)
Color #AAD5AB in popluar color models
AA | D5 | AB | |
---|---|---|---|
RGB | 170 | 213 | 171 |
HSL | 121° | 33.86% | 75.10% |
HSB/HSV | 121° | 20.19% | 83.53% |
CMYK | 20.19% | 0.00% | 19.72% |
16.47% |
Color #AAD5AB in popluar number systems.
HEX | AA | D5 | AB |
Decimal | 170 | 213 | 171 |
Binary | 10101010 | 11010101 | 10101011 |
Octal | 252 | 325 | 253 |
Shades of #AAD5AB
Tints of #AAD5AB
Examples of css and html codes for elements with #AAD5AB color. Also use rgb(170,213,171) instead hex code.
.myTextColor { color: #AAD5AB; }
<p style="color:#AAD5AB">This sample text font color is #AAD5AB.</p>
This text font color is #AAD5AB.
.myBgColor { background-color: #AAD5AB; }
<div style="background-color:#AAD5AB">Inner text</div>
This div background color is #AAD5AB.
.myBorderColor { border: 1px solid #AAD5AB; }
<div style="border:3px solid #AAD5AB">Div</div>
This div border color is #AAD5AB.
.myOpacity80 { color: #AAD5AB; opacity: 0.8; }
<p style="color:#AAD5AB;opacity:0.8;">80%</p>
Text with #AAD5AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAD5AB;}
<p style="text-shadow: 3px 3px 1px #AAD5AB">Text here.</p>
This text has shadow with #AAD5AB color.
.textShadow {text-shadow: 3px 3px 1px #AAD5AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAD5AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAD5AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAD5AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAD5AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAD5AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAD5AB;
-webkit-box-shadow: 1px 1px 3px 2px #AAD5AB;
box-shadow: 1px 1px 3px 2px #AAD5AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAD5AB; -webkit-box-shadow: 1px 1px 3px 2px #AAD5AB; box-shadow:1px 1px 3px 2px #AAD5AB;">
Div content here
</div>
This text has color #AAD5AB on black background.
This text has color #AAD5AB on white background.
This text has black color on #AAD5AB background.
This text has white color on #AAD5AB background.
Complementary color for #hex is #552A54.