COLOR #AAD4BB

HEX: #AAD4BB RGB: (170,212,187)

Color info

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

RGB color model

#AAD4BB color RGB value is (170,212,187).

RGB: (170,212,187) (67%, 83%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 187 of 255 = 73%

170
212
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 187 = 569 (100%)
R 170 of 569 ~ 29.88%
G 212 of 569 ~ 37.26%
B 187 of 569 ~ 32.86'%

%29.88
%37.26
%32.86

CMYK color model

#AAD4BB color CMYK value is (20,0,12,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 16.86%

CMYK: (20,0,12,17)
C20M0Y12K17 (20%, 0%, 12%, 17%)
(0.20 / 0.00 / 0.12 / 0.17)

CMYK percentages

%19.81
%0
%11.79
%16.86

Codes

Color #AAD4BB in popluar color models

AA D4 BB
RGB 170 212 187
HSL 144° 32.81% 74.90%
HSB/HSV 144° 19.81% 83.14%
CMYK 19.81% 0.00% 11.79%
16.86%

Color #AAD4BB in popluar number systems.

HEX AA D4 BB
Decimal 170 212 187
Binary 10101010 11010100 10111011
Octal 252 324 273

Shades and tints

Shades of #AAD4BB

#AAD4BB
(170,212,187)
#9BC1AA
(155,193,170)
#8CAE99
(140,174,153)
#7D9B88
(125,155,136)
#6E8877
(110,136,119)
#5F7566
(95,117,102)
#506255
(80,98,85)
#414F44
(65,79,68)
#323C33
(50,60,51)
#232922
(35,41,34)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAD4BB

#AAD4BB
(170,212,187)
#B1D7C1
(177,215,193)
#B8DAC7
(184,218,199)
#BFDDCD
(191,221,205)
#C6E0D3
(198,224,211)
#CDE3D9
(205,227,217)
#D4E6DF
(212,230,223)
#DBE9E5
(219,233,229)
#E2ECEB
(226,236,235)
#E9EFF1
(233,239,241)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4BB; }

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

This text font color is #AAD4BB.

Background Color

.myBgColor { background-color: #AAD4BB; }

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

This div background color is #AAD4BB.

Border color

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

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

This div border color is #AAD4BB.

Opacity

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

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

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

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

This text has shadow with #AAD4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD4BB.

Preview

Color preview on black background

This text has color #AAD4BB on black background.


Color preview on white background

This text has color #AAD4BB on white background.


Black color preview on #AAD4BB background

This text has black color on #AAD4BB background.


White color preview on #AAD4BB background

This text has white color on #AAD4BB background.


Related colors

Complementary color

Complementary color for #hex is #552B44.


I love getcolorcode.com

Triadic colors

1 #BBAAD4 and #D4BBAA with #AAD4BB are triadic colors.

2 #BBD4AA and #D4AABB with #AAD4BB are triadic colors.