COLOR #AAD4DE

HEX: #AAD4DE RGB: (170,212,222)

Color info

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

RGB color model

#AAD4DE color RGB value is (170,212,222).

RGB: (170,212,222) (67%, 83%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 222 of 255 = 87%

170
212
222

R + G + B ~ 79%. #AAD4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 222 = 604 (100%)
R 170 of 604 ~ 28.15%
G 212 of 604 ~ 35.1%
B 222 of 604 ~ 36.75'%

%28.15
%35.1
%36.75

CMYK color model

#AAD4DE color CMYK value is (23,5,0,13).

  • cyan value is 23.42%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (23,5,0,13)
C23M5Y0K13 (23%, 5%, 0%, 13%)
(0.23 / 0.05 / 0.00 / 0.13)

CMYK percentages

%23.42
%4.5
%0
%12.94

Codes

Color #AAD4DE in popluar color models

AA D4 DE
RGB 170 212 222
HSL 192° 44.07% 76.86%
HSB/HSV 192° 23.42% 87.06%
CMYK 23.42% 4.50% 0.00%
12.94%

Color #AAD4DE in popluar number systems.

HEX AA D4 DE
Decimal 170 212 222
Binary 10101010 11010100 11011110
Octal 252 324 336

Shades and tints

Shades of #AAD4DE

#AAD4DE
(170,212,222)
#9BC1CA
(155,193,202)
#8CAEB6
(140,174,182)
#7D9BA2
(125,155,162)
#6E888E
(110,136,142)
#5F757A
(95,117,122)
#506266
(80,98,102)
#414F52
(65,79,82)
#323C3E
(50,60,62)
#23292A
(35,41,42)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAD4DE

#AAD4DE
(170,212,222)
#B1D7E1
(177,215,225)
#B8DAE4
(184,218,228)
#BFDDE7
(191,221,231)
#C6E0EA
(198,224,234)
#CDE3ED
(205,227,237)
#D4E6F0
(212,230,240)
#DBE9F3
(219,233,243)
#E2ECF6
(226,236,246)
#E9EFF9
(233,239,249)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4DE; }

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

This text font color is #AAD4DE.

Background Color

.myBgColor { background-color: #AAD4DE; }

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

This div background color is #AAD4DE.

Border color

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

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

This div border color is #AAD4DE.

Opacity

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

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

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

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

This text has shadow with #AAD4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD4DE.

Preview

Color preview on black background

This text has color #AAD4DE on black background.


Color preview on white background

This text has color #AAD4DE on white background.


Black color preview on #AAD4DE background

This text has black color on #AAD4DE background.


White color preview on #AAD4DE background

This text has white color on #AAD4DE background.


Related colors

Complementary color

Complementary color for #hex is #552B21.


I love getcolorcode.com

Triadic colors

1 #DEAAD4 and #D4DEAA with #AAD4DE are triadic colors.

2 #DED4AA and #D4AADE with #AAD4DE are triadic colors.