COLOR #AAD9A7

HEX: #AAD9A7
RGB: (170,217,167)

Color info

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

RGB color model

#AAD9A7 color RGB value is (170,217,167).

  • red value is 170;
  • green value is 217;
  • blue value is 167.
RGB:
(170,217,167)
(67%,85%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 217 of 255 = 85%
B 167 of 255 = 65%

170
217
167

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

Portions of RGB colors in percentages

R + G + B =
170 + 217 + 167 = 554 (100%)
R 170 of 554 ~ 30.69%
G 217 of 554 ~ 39.17%
B 167 of 554 ~ 30.14%

%30.69
%39.17
%30.14

CMYK color model

#AAD9A7 color CMYK value is (22,0,23,15).

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 14.90%
CMYK:
(22,0,23,15)
C22M0Y23K15 
(22%,0%,23%,15%)
(0.22/0.00/0.23/0.15)	

CMYK percentages

%21.66
%0
%23.04
%14.9

Codes

Color #AAD9A7 in popluar color models

AAD9A7
RGB170217167
HSL116°39.68%75.29%
HSB/HSV116°23.04%85.10%
CMYK21.66%0.00%23.04%
14.90%

Color #AAD9A7 in popluar number systems.

HEXAAD9A7
Decimal170217167
Binary101010101101100110100111
Octal252331247

Shades and tints

Shades of #AAD9A7

#AAD9A7
(170,217,167)
#9BC698
(155,198,152)
#8CB389
(140,179,137)
#7DA07A
(125,160,122)
#6E8D6B
(110,141,107)
#5F7A5C
(95,122,92)
#50674D
(80,103,77)
#41543E
(65,84,62)
#32412F
(50,65,47)
#232E20
(35,46,32)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #AAD9A7

#AAD9A7
(170,217,167)
#B1DCAF
(177,220,175)
#B8DFB7
(184,223,183)
#BFE2BF
(191,226,191)
#C6E5C7
(198,229,199)
#CDE8CF
(205,232,207)
#D4EBD7
(212,235,215)
#DBEEDF
(219,238,223)
#E2F1E7
(226,241,231)
#E9F4EF
(233,244,239)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD9A7; }

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

This text font color is #AAD9A7.


Background Color

.myBgColor { background-color: #AAD9A7; }

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

This div background color is #AAD9A7.


Border color

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

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

This div border color is #AAD9A7.


Opacity

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

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

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

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

This text has shadow with #AAD9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD9A7 on black background.


Color preview on white background

This text has color #AAD9A7 on white background.



Black color preview on #AAD9A7 background

This text has black color on #AAD9A7 background.


White color preview on #AAD9A7 background

This text has white color on #AAD9A7 background.