COLOR #AAD6AC

HEX: #AAD6AC
RGB: (170,214,172)

Color info

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

RGB color model

#AAD6AC color RGB value is (170,214,172).

  • red value is 170;
  • green value is 214;
  • blue value is 172.
RGB:
(170,214,172)
(67%,84%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 172 of 255 = 67%

170
214
172

R + G + B ~ 73%. #AAD6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 172 = 556 (100%)
R 170 of 556 ~ 30.58%
G 214 of 556 ~ 38.49%
B 172 of 556 ~ 30.94%

%30.58
%38.49
%30.94

CMYK color model

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

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(21,0,20,16)
C21M0Y20K16 
(21%,0%,20%,16%)
(0.21/0.00/0.20/0.16)	

CMYK percentages

%20.56
%0
%19.63
%16.08

Codes

Color #AAD6AC in popluar color models

AAD6AC
RGB170214172
HSL123°34.92%75.29%
HSB/HSV123°20.56%83.92%
CMYK20.56%0.00%19.63%
16.08%

Color #AAD6AC in popluar number systems.

HEXAAD6AC
Decimal170214172
Binary101010101101011010101100
Octal252326254

Shades and tints

Shades of #AAD6AC

#AAD6AC
(170,214,172)
#9BC39D
(155,195,157)
#8CB08E
(140,176,142)
#7D9D7F
(125,157,127)
#6E8A70
(110,138,112)
#5F7761
(95,119,97)
#506452
(80,100,82)
#415143
(65,81,67)
#323E34
(50,62,52)
#232B25
(35,43,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAD6AC

#AAD6AC
(170,214,172)
#B1D9B3
(177,217,179)
#B8DCBA
(184,220,186)
#BFDFC1
(191,223,193)
#C6E2C8
(198,226,200)
#CDE5CF
(205,229,207)
#D4E8D6
(212,232,214)
#DBEBDD
(219,235,221)
#E2EEE4
(226,238,228)
#E9F1EB
(233,241,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6AC; }

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

This text font color is #AAD6AC.


Background Color

.myBgColor { background-color: #AAD6AC; }

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

This div background color is #AAD6AC.


Border color

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

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

This div border color is #AAD6AC.


Opacity

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

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

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

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

This text has shadow with #AAD6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6AC on black background.


Color preview on white background

This text has color #AAD6AC on white background.



Black color preview on #AAD6AC background

This text has black color on #AAD6AC background.


White color preview on #AAD6AC background

This text has white color on #AAD6AC background.