COLOR #AAE6AD

HEX: #AAE6AD RGB: (170,230,173)

Color info

#AAE6AD contains mainly green and blue colors. Web safe color of #AAE6AD is #99CC99 (or #9C9).

RGB color model

#AAE6AD color RGB value is (170,230,173).

RGB: (170,230,173) (67%, 90%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 173 of 255 = 68%

170
230
173

R + G + B ~ 75%. #AAE6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 230 + 173 = 573 (100%)
R 170 of 573 ~ 29.67%
G 230 of 573 ~ 40.14%
B 173 of 573 ~ 30.19'%

%29.67
%40.14
%30.19

CMYK color model

#AAE6AD color CMYK value is (26,0,25,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 9.80%

CMYK: (26,0,25,10)
C26M0Y25K10 (26%, 0%, 25%, 10%)
(0.26 / 0.00 / 0.25 / 0.10)

CMYK percentages

%26.09
%0
%24.78
%9.8

Codes

Color #AAE6AD in popluar color models

AA E6 AD
RGB 170 230 173
HSL 123° 54.55% 78.43%
HSB/HSV 123° 26.09% 90.20%
CMYK 26.09% 0.00% 24.78%
9.80%

Color #AAE6AD in popluar number systems.

HEX AA E6 AD
Decimal 170 230 173
Binary 10101010 11100110 10101101
Octal 252 346 255

Shades and tints

Shades of #AAE6AD

#AAE6AD
(170,230,173)
#9BD29E
(155,210,158)
#8CBE8F
(140,190,143)
#7DAA80
(125,170,128)
#6E9671
(110,150,113)
#5F8262
(95,130,98)
#506E53
(80,110,83)
#415A44
(65,90,68)
#324635
(50,70,53)
#233226
(35,50,38)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #AAE6AD

#AAE6AD
(170,230,173)
#B1E8B4
(177,232,180)
#B8EABB
(184,234,187)
#BFECC2
(191,236,194)
#C6EEC9
(198,238,201)
#CDF0D0
(205,240,208)
#D4F2D7
(212,242,215)
#DBF4DE
(219,244,222)
#E2F6E5
(226,246,229)
#E9F8EC
(233,248,236)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE6AD; }

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

This text font color is #AAE6AD.

Background Color

.myBgColor { background-color: #AAE6AD; }

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

This div background color is #AAE6AD.

Border color

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

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

This div border color is #AAE6AD.

Opacity

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

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

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

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

This text has shadow with #AAE6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE6AD.

Preview

Color preview on black background

This text has color #AAE6AD on black background.


Color preview on white background

This text has color #AAE6AD on white background.


Black color preview on #AAE6AD background

This text has black color on #AAE6AD background.


White color preview on #AAE6AD background

This text has white color on #AAE6AD background.


Related colors

Complementary color

Complementary color for #hex is #551952.


I love getcolorcode.com

Triadic colors

1 #ADAAE6 and #E6ADAA with #AAE6AD are triadic colors.

2 #ADE6AA and #E6AAAD with #AAE6AD are triadic colors.