COLOR #AAD7A9

HEX: #AAD7A9
RGB: (170,215,169)

Color info

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

RGB color model

#AAD7A9 color RGB value is (170,215,169).

  • red value is 170;
  • green value is 215;
  • blue value is 169.
RGB:
(170,215,169)
(67%,84%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 169 of 255 = 66%

170
215
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 215 + 169 = 554 (100%)
R 170 of 554 ~ 30.69%
G 215 of 554 ~ 38.81%
B 169 of 554 ~ 30.51%

%30.69
%38.81
%30.51

CMYK color model

#AAD7A9 color CMYK value is (21,0,21,16).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 15.69%
CMYK:
(21,0,21,16)
C21M0Y21K16 
(21%,0%,21%,16%)
(0.21/0.00/0.21/0.16)	

CMYK percentages

%20.93
%0
%21.4
%15.69

Codes

Color #AAD7A9 in popluar color models

AAD7A9
RGB170215169
HSL119°36.51%75.29%
HSB/HSV119°21.40%84.31%
CMYK20.93%0.00%21.40%
15.69%

Color #AAD7A9 in popluar number systems.

HEXAAD7A9
Decimal170215169
Binary101010101101011110101001
Octal252327251

Shades and tints

Shades of #AAD7A9

#AAD7A9
(170,215,169)
#9BC49A
(155,196,154)
#8CB18B
(140,177,139)
#7D9E7C
(125,158,124)
#6E8B6D
(110,139,109)
#5F785E
(95,120,94)
#50654F
(80,101,79)
#415240
(65,82,64)
#323F31
(50,63,49)
#232C22
(35,44,34)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #AAD7A9

#AAD7A9
(170,215,169)
#B1DAB0
(177,218,176)
#B8DDB7
(184,221,183)
#BFE0BE
(191,224,190)
#C6E3C5
(198,227,197)
#CDE6CC
(205,230,204)
#D4E9D3
(212,233,211)
#DBECDA
(219,236,218)
#E2EFE1
(226,239,225)
#E9F2E8
(233,242,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD7A9; }

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

This text font color is #AAD7A9.


Background Color

.myBgColor { background-color: #AAD7A9; }

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

This div background color is #AAD7A9.


Border color

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

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

This div border color is #AAD7A9.


Opacity

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

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

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

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

This text has shadow with #AAD7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD7A9 on black background.


Color preview on white background

This text has color #AAD7A9 on white background.



Black color preview on #AAD7A9 background

This text has black color on #AAD7A9 background.


White color preview on #AAD7A9 background

This text has white color on #AAD7A9 background.