COLOR #AAD5AB

HEX: #AAD5AB RGB: (170,213,171)

Color info

#AAD5AB contains red, green and blue colors in about the same proportion. Web safe color of #AAD5AB is #99CC99 (or #9C9).

RGB color model

#AAD5AB color RGB value is (170,213,171).

RGB: (170,213,171) (67%, 84%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 171 of 255 = 67%

170
213
171

R + G + B ~ 73%. #AAD5AB is quite light color.

Portions of RGB colors in percentages

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'%

%30.69
%38.45
%30.87

CMYK color model

#AAD5AB color CMYK value is (20,0,20,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 16.47%

CMYK: (20,0,20,16)
C20M0Y20K16 (20%, 0%, 20%, 16%)
(0.20 / 0.00 / 0.20 / 0.16)

CMYK percentages

%20.19
%0
%19.72
%16.47

Codes

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 and tints

Shades of #AAD5AB

#AAD5AB
(170,213,171)
#9BC29C
(155,194,156)
#8CAF8D
(140,175,141)
#7D9C7E
(125,156,126)
#6E896F
(110,137,111)
#5F7660
(95,118,96)
#506351
(80,99,81)
#415042
(65,80,66)
#323D33
(50,61,51)
#232A24
(35,42,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAD5AB

#AAD5AB
(170,213,171)
#B1D8B2
(177,216,178)
#B8DBB9
(184,219,185)
#BFDEC0
(191,222,192)
#C6E1C7
(198,225,199)
#CDE4CE
(205,228,206)
#D4E7D5
(212,231,213)
#DBEADC
(219,234,220)
#E2EDE3
(226,237,227)
#E9F0EA
(233,240,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD5AB color. Also use rgb(170,213,171) instead hex code.

Text Font Color

.myTextColor { color: #AAD5AB; }

<p style="color:#AAD5AB">This sample text font color is #AAD5AB.</p>

This text font color is #AAD5AB.

Background Color

.myBgColor { background-color: #AAD5AB; }

<div style="background-color:#AAD5AB">Inner text</div>

This div background color is #AAD5AB.

Border color

.myBorderColor { border: 1px solid #AAD5AB; }

<div style="border:3px solid #AAD5AB">Div</div>

This div border color is #AAD5AB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #AAD5AB.

Preview

Color preview on black background

This text has color #AAD5AB on black background.


Color preview on white background

This text has color #AAD5AB on white background.


Black color preview on #AAD5AB background

This text has black color on #AAD5AB background.


White color preview on #AAD5AB background

This text has white color on #AAD5AB background.


Related colors

Complementary color

Complementary color for #hex is #552A54.


I love getcolorcode.com

Triadic colors

1 #ABAAD5 and #D5ABAA with #AAD5AB are triadic colors.

2 #ABD5AA and #D5AAAB with #AAD5AB are triadic colors.