COLOR #AAD6B2

HEX: #AAD6B2 RGB: (170,214,178)

Color info

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

RGB color model

#AAD6B2 color RGB value is (170,214,178).

RGB: (170,214,178) (67%, 84%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 178 of 255 = 70%

170
214
178

R + G + B ~ 74%. #AAD6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 178 = 562 (100%)
R 170 of 562 ~ 30.25%
G 214 of 562 ~ 38.08%
B 178 of 562 ~ 31.67'%

%30.25
%38.08
%31.67

CMYK color model

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

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 16.08%

CMYK: (21,0,17,16)
C21M0Y17K16 (21%, 0%, 17%, 16%)
(0.21 / 0.00 / 0.17 / 0.16)

CMYK percentages

%20.56
%0
%16.82
%16.08

Codes

Color #AAD6B2 in popluar color models

AA D6 B2
RGB 170 214 178
HSL 131° 34.92% 75.29%
HSB/HSV 131° 20.56% 83.92%
CMYK 20.56% 0.00% 16.82%
16.08%

Color #AAD6B2 in popluar number systems.

HEX AA D6 B2
Decimal 170 214 178
Binary 10101010 11010110 10110010
Octal 252 326 262

Shades and tints

Shades of #AAD6B2

#AAD6B2
(170,214,178)
#9BC3A2
(155,195,162)
#8CB092
(140,176,146)
#7D9D82
(125,157,130)
#6E8A72
(110,138,114)
#5F7762
(95,119,98)
#506452
(80,100,82)
#415142
(65,81,66)
#323E32
(50,62,50)
#232B22
(35,43,34)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #AAD6B2

#AAD6B2
(170,214,178)
#B1D9B9
(177,217,185)
#B8DCC0
(184,220,192)
#BFDFC7
(191,223,199)
#C6E2CE
(198,226,206)
#CDE5D5
(205,229,213)
#D4E8DC
(212,232,220)
#DBEBE3
(219,235,227)
#E2EEEA
(226,238,234)
#E9F1F1
(233,241,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6B2; }

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

This text font color is #AAD6B2.

Background Color

.myBgColor { background-color: #AAD6B2; }

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

This div background color is #AAD6B2.

Border color

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

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

This div border color is #AAD6B2.

Opacity

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

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

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

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

This text has shadow with #AAD6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD6B2.

Preview

Color preview on black background

This text has color #AAD6B2 on black background.


Color preview on white background

This text has color #AAD6B2 on white background.


Black color preview on #AAD6B2 background

This text has black color on #AAD6B2 background.


White color preview on #AAD6B2 background

This text has white color on #AAD6B2 background.


Related colors

Complementary color

Complementary color for #hex is #55294D.


I love getcolorcode.com

Triadic colors

1 #B2AAD6 and #D6B2AA with #AAD6B2 are triadic colors.

2 #B2D6AA and #D6AAB2 with #AAD6B2 are triadic colors.