COLOR #AAD1AA

HEX: #AAD1AA RGB: (170,209,170)

Color info

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

RGB color model

#AAD1AA color RGB value is (170,209,170).

RGB: (170,209,170) (67%, 82%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 170 of 255 = 67%

170
209
170

R + G + B ~ 72%. #AAD1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 209 + 170 = 549 (100%)
R 170 of 549 ~ 30.97%
G 209 of 549 ~ 38.07%
B 170 of 549 ~ 30.97'%

%30.97
%38.07
%30.97

CMYK color model

#AAD1AA color CMYK value is (19,0,19,18).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (19,0,19,18)
C19M0Y19K18 (19%, 0%, 19%, 18%)
(0.19 / 0.00 / 0.19 / 0.18)

CMYK percentages

%18.66
%0
%18.66
%18.04

Codes

Color #AAD1AA in popluar color models

AA D1 AA
RGB 170 209 170
HSL 120° 29.77% 74.31%
HSB/HSV 120° 18.66% 81.96%
CMYK 18.66% 0.00% 18.66%
18.04%

Color #AAD1AA in popluar number systems.

HEX AA D1 AA
Decimal 170 209 170
Binary 10101010 11010001 10101010
Octal 252 321 252

Shades and tints

Shades of #AAD1AA

#AAD1AA
(170,209,170)
#9BBE9B
(155,190,155)
#8CAB8C
(140,171,140)
#7D987D
(125,152,125)
#6E856E
(110,133,110)
#5F725F
(95,114,95)
#505F50
(80,95,80)
#414C41
(65,76,65)
#323932
(50,57,50)
#232623
(35,38,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAD1AA

#AAD1AA
(170,209,170)
#B1D5B1
(177,213,177)
#B8D9B8
(184,217,184)
#BFDDBF
(191,221,191)
#C6E1C6
(198,225,198)
#CDE5CD
(205,229,205)
#D4E9D4
(212,233,212)
#DBEDDB
(219,237,219)
#E2F1E2
(226,241,226)
#E9F5E9
(233,245,233)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD1AA; }

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

This text font color is #AAD1AA.

Background Color

.myBgColor { background-color: #AAD1AA; }

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

This div background color is #AAD1AA.

Border color

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

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

This div border color is #AAD1AA.

Opacity

.myOpacity80 { color: #AAD1AA; opacity: 0.8; }

<p style="color:#AAD1AA;opacity:0.8;">80%</p>

Text with #AAD1AA 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 #AAD1AA;}

<p style="text-shadow: 3px 3px 1px #AAD1AA">Text here.</p>

This text has shadow with #AAD1AA color.


.textShadow {text-shadow: 3px 3px 1px #AAD1AA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAD1AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAD1AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAD1AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAD1AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAD1AA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAD1AA;
-webkit-box-shadow: 1px 1px 3px 2px #AAD1AA;
box-shadow: 1px 1px 3px 2px #AAD1AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAD1AA; -webkit-box-shadow: 1px 1px 3px 2px #AAD1AA; box-shadow:1px 1px 3px 2px #AAD1AA;">
Div content here
</div>

This div box has shadow with color #AAD1AA.

Preview

Color preview on black background

This text has color #AAD1AA on black background.


Color preview on white background

This text has color #AAD1AA on white background.


Black color preview on #AAD1AA background

This text has black color on #AAD1AA background.


White color preview on #AAD1AA background

This text has white color on #AAD1AA background.


Related colors

Complementary color

Complementary color for #hex is #552E55.


I love getcolorcode.com

Triadic colors

1 #AAAAD1 and #D1AAAA with #AAD1AA are triadic colors.

2 #AAD1AA and #D1AAAA with #AAD1AA are triadic colors.