COLOR #AAD7BB

HEX: #AAD7BB RGB: (170,215,187)

Color info

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

RGB color model

#AAD7BB color RGB value is (170,215,187).

RGB: (170,215,187) (67%, 84%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 187 of 255 = 73%

170
215
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 215 + 187 = 572 (100%)
R 170 of 572 ~ 29.72%
G 215 of 572 ~ 37.59%
B 187 of 572 ~ 32.69'%

%29.72
%37.59
%32.69

CMYK color model

#AAD7BB color CMYK value is (21,0,13,16).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK: (21,0,13,16) C21M0Y13K16 (21%,0%,13%,16%) (0.21/0.00/0.13/0.16) 

CMYK percentages

%20.93
%0
%13.02
%15.69

Codes

Color #AAD7BB in popluar color models

AA D7 BB
RGB 170 215 187
HSL 143° 36.00% 75.49%
HSB/HSV 143° 20.93% 84.31%
CMYK 20.93% 0.00% 13.02%
15.69%

Color #AAD7BB in popluar number systems.

HEX AA D7 BB
Decimal 170 215 187
Binary 10101010 11010111 10111011
Octal 252 327 273

Shades and tints

Shades of #AAD7BB

#AAD7BB
(170,215,187)
#9BC4AA
(155,196,170)
#8CB199
(140,177,153)
#7D9E88
(125,158,136)
#6E8B77
(110,139,119)
#5F7866
(95,120,102)
#506555
(80,101,85)
#415244
(65,82,68)
#323F33
(50,63,51)
#232C22
(35,44,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAD7BB

#AAD7BB
(170,215,187)
#B1DAC1
(177,218,193)
#B8DDC7
(184,221,199)
#BFE0CD
(191,224,205)
#C6E3D3
(198,227,211)
#CDE6D9
(205,230,217)
#D4E9DF
(212,233,223)
#DBECE5
(219,236,229)
#E2EFEB
(226,239,235)
#E9F2F1
(233,242,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD7BB color. Also use rgb(170,215,187) instead hex code.

Text Font Color

.myTextColor { color: #AAD7BB; }

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

This text font color is #AAD7BB.

Background Color

.myBgColor { background-color: #AAD7BB; }

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

This div background color is #AAD7BB.

Border color

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

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

This div border color is #AAD7BB.

Opacity

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

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

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

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

This text has shadow with #AAD7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD7BB.

Preview

Color preview on black background

This text has color #AAD7BB on black background.


Color preview on white background

This text has color #AAD7BB on white background.


Black color preview on #AAD7BB background

This text has black color on #AAD7BB background.


White color preview on #AAD7BB background

This text has white color on #AAD7BB background.


Related colors

Complementary color

Complementary color for #hex is #552844.


I love getcolorcode.com

Triadic colors

1 #BBAAD7 and #D7BBAA with #AAD7BB are triadic colors.

2 #BBD7AA and #D7AABB with #AAD7BB are triadic colors.