COLOR #AAD29E

HEX: #AAD29E RGB: (170,210,158)

Color info

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

RGB color model

#AAD29E color RGB value is (170,210,158).

RGB: (170,210,158) (67%, 82%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 158 of 255 = 62%

170
210
158

R + G + B ~ 70%. #AAD29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 210 + 158 = 538 (100%)
R 170 of 538 ~ 31.6%
G 210 of 538 ~ 39.03%
B 158 of 538 ~ 29.37'%

%31.6
%39.03
%29.37

CMYK color model

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

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK: (19,0,25,18) C19M0Y25K18 (19%,0%,25%,18%) (0.19/0.00/0.25/0.18) 

CMYK percentages

%19.05
%0
%24.76
%17.65

Codes

Color #AAD29E in popluar color models

AA D2 9E
RGB 170 210 158
HSL 106° 36.62% 72.16%
HSB/HSV 106° 24.76% 82.35%
CMYK 19.05% 0.00% 24.76%
17.65%

Color #AAD29E in popluar number systems.

HEX AA D2 9E
Decimal 170 210 158
Binary 10101010 11010010 10011110
Octal 252 322 236

Shades and tints

Shades of #AAD29E

#AAD29E
(170,210,158)
#9BBF90
(155,191,144)
#8CAC82
(140,172,130)
#7D9974
(125,153,116)
#6E8666
(110,134,102)
#5F7358
(95,115,88)
#50604A
(80,96,74)
#414D3C
(65,77,60)
#323A2E
(50,58,46)
#232720
(35,39,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAD29E

#AAD29E
(170,210,158)
#B1D6A6
(177,214,166)
#B8DAAE
(184,218,174)
#BFDEB6
(191,222,182)
#C6E2BE
(198,226,190)
#CDE6C6
(205,230,198)
#D4EACE
(212,234,206)
#DBEED6
(219,238,214)
#E2F2DE
(226,242,222)
#E9F6E6
(233,246,230)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD29E; }

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

This text font color is #AAD29E.

Background Color

.myBgColor { background-color: #AAD29E; }

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

This div background color is #AAD29E.

Border color

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

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

This div border color is #AAD29E.

Opacity

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

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

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

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

This text has shadow with #AAD29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD29E.

Preview

Color preview on black background

This text has color #AAD29E on black background.


Color preview on white background

This text has color #AAD29E on white background.


Black color preview on #AAD29E background

This text has black color on #AAD29E background.


White color preview on #AAD29E background

This text has white color on #AAD29E background.


Related colors

Complementary color

Complementary color for #hex is #552D61.


I love getcolorcode.com

Triadic colors

1 #9EAAD2 and #D29EAA with #AAD29E are triadic colors.

2 #9ED2AA and #D2AA9E with #AAD29E are triadic colors.