COLOR #AAD6BD

HEX: #AAD6BD RGB: (170,214,189)

Color info

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

RGB color model

#AAD6BD color RGB value is (170,214,189).

RGB: (170,214,189) (67%, 84%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 189 of 255 = 74%

170
214
189

R + G + B ~ 75%. #AAD6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 189 = 573 (100%)
R 170 of 573 ~ 29.67%
G 214 of 573 ~ 37.35%
B 189 of 573 ~ 32.98'%

%29.67
%37.35
%32.98

CMYK color model

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

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

CMYK: (21,0,12,16)
C21M0Y12K16 (21%, 0%, 12%, 16%)
(0.21 / 0.00 / 0.12 / 0.16)

CMYK percentages

%20.56
%0
%11.68
%16.08

Codes

Color #AAD6BD in popluar color models

AA D6 BD
RGB 170 214 189
HSL 146° 34.92% 75.29%
HSB/HSV 146° 20.56% 83.92%
CMYK 20.56% 0.00% 11.68%
16.08%

Color #AAD6BD in popluar number systems.

HEX AA D6 BD
Decimal 170 214 189
Binary 10101010 11010110 10111101
Octal 252 326 275

Shades and tints

Shades of #AAD6BD

#AAD6BD
(170,214,189)
#9BC3AC
(155,195,172)
#8CB09B
(140,176,155)
#7D9D8A
(125,157,138)
#6E8A79
(110,138,121)
#5F7768
(95,119,104)
#506457
(80,100,87)
#415146
(65,81,70)
#323E35
(50,62,53)
#232B24
(35,43,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #AAD6BD

#AAD6BD
(170,214,189)
#B1D9C3
(177,217,195)
#B8DCC9
(184,220,201)
#BFDFCF
(191,223,207)
#C6E2D5
(198,226,213)
#CDE5DB
(205,229,219)
#D4E8E1
(212,232,225)
#DBEBE7
(219,235,231)
#E2EEED
(226,238,237)
#E9F1F3
(233,241,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6BD; }

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

This text font color is #AAD6BD.

Background Color

.myBgColor { background-color: #AAD6BD; }

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

This div background color is #AAD6BD.

Border color

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

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

This div border color is #AAD6BD.

Opacity

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

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

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

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

This text has shadow with #AAD6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD6BD.

Preview

Color preview on black background

This text has color #AAD6BD on black background.


Color preview on white background

This text has color #AAD6BD on white background.


Black color preview on #AAD6BD background

This text has black color on #AAD6BD background.


White color preview on #AAD6BD background

This text has white color on #AAD6BD background.


Related colors

Complementary color

Complementary color for #hex is #552942.


I love getcolorcode.com

Triadic colors

1 #BDAAD6 and #D6BDAA with #AAD6BD are triadic colors.

2 #BDD6AA and #D6AABD with #AAD6BD are triadic colors.