COLOR #AAD2AE

HEX: #AAD2AE
RGB: (170,210,174)

Color info

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

RGB color model

#AAD2AE color RGB value is (170,210,174).

  • red value is 170;
  • green value is 210;
  • blue value is 174.
RGB:
(170,210,174)
(67%,82%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 174 of 255 = 68%

170
210
174

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

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 174 = 554 (100%)
R 170 of 554 ~ 30.69%
G 210 of 554 ~ 37.91%
B 174 of 554 ~ 31.41%

%30.69
%37.91
%31.41

CMYK color model

#AAD2AE color CMYK value is (19,0,17,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(19,0,17,18)
C19M0Y17K18 
(19%,0%,17%,18%)
(0.19/0.00/0.17/0.18)	

CMYK percentages

%19.05
%0
%17.14
%17.65

Codes

Color #AAD2AE in popluar color models

AAD2AE
RGB170210174
HSL126°30.77%74.51%
HSB/HSV126°19.05%82.35%
CMYK19.05%0.00%17.14%
17.65%

Color #AAD2AE in popluar number systems.

HEXAAD2AE
Decimal170210174
Binary101010101101001010101110
Octal252322256

Shades and tints

Shades of #AAD2AE

#AAD2AE
(170,210,174)
#9BBF9F
(155,191,159)
#8CAC90
(140,172,144)
#7D9981
(125,153,129)
#6E8672
(110,134,114)
#5F7363
(95,115,99)
#506054
(80,96,84)
#414D45
(65,77,69)
#323A36
(50,58,54)
#232727
(35,39,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AAD2AE

#AAD2AE
(170,210,174)
#B1D6B5
(177,214,181)
#B8DABC
(184,218,188)
#BFDEC3
(191,222,195)
#C6E2CA
(198,226,202)
#CDE6D1
(205,230,209)
#D4EAD8
(212,234,216)
#DBEEDF
(219,238,223)
#E2F2E6
(226,242,230)
#E9F6ED
(233,246,237)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2AE; }

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

This text font color is #AAD2AE.


Background Color

.myBgColor { background-color: #AAD2AE; }

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

This div background color is #AAD2AE.


Border color

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

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

This div border color is #AAD2AE.


Opacity

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

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

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

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

This text has shadow with #AAD2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2AE on black background.


Color preview on white background

This text has color #AAD2AE on white background.



Black color preview on #AAD2AE background

This text has black color on #AAD2AE background.


White color preview on #AAD2AE background

This text has white color on #AAD2AE background.