COLOR #AAD5DF

HEX: #AAD5DF RGB: (170,213,223)

Color info

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

RGB color model

#AAD5DF color RGB value is (170,213,223).

RGB: (170,213,223) (67%, 84%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 223 of 255 = 87%

170
213
223

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

Portions of RGB colors in percentages

R + G + B = 170 + 213 + 223 = 606 (100%)
R 170 of 606 ~ 28.05%
G 213 of 606 ~ 35.15%
B 223 of 606 ~ 36.8'%

%28.05
%35.15
%36.8

CMYK color model

#AAD5DF color CMYK value is (24,4,0,13).

  • cyan value is 23.77%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (24,4,0,13)
C24M4Y0K13 (24%, 4%, 0%, 13%)
(0.24 / 0.04 / 0.00 / 0.13)

CMYK percentages

%23.77
%4.48
%0
%12.55

Codes

Color #AAD5DF in popluar color models

AA D5 DF
RGB 170 213 223
HSL 191° 45.30% 77.06%
HSB/HSV 191° 23.77% 87.45%
CMYK 23.77% 4.48% 0.00%
12.55%

Color #AAD5DF in popluar number systems.

HEX AA D5 DF
Decimal 170 213 223
Binary 10101010 11010101 11011111
Octal 252 325 337

Shades and tints

Shades of #AAD5DF

#AAD5DF
(170,213,223)
#9BC2CB
(155,194,203)
#8CAFB7
(140,175,183)
#7D9CA3
(125,156,163)
#6E898F
(110,137,143)
#5F767B
(95,118,123)
#506367
(80,99,103)
#415053
(65,80,83)
#323D3F
(50,61,63)
#232A2B
(35,42,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AAD5DF

#AAD5DF
(170,213,223)
#B1D8E1
(177,216,225)
#B8DBE3
(184,219,227)
#BFDEE5
(191,222,229)
#C6E1E7
(198,225,231)
#CDE4E9
(205,228,233)
#D4E7EB
(212,231,235)
#DBEAED
(219,234,237)
#E2EDEF
(226,237,239)
#E9F0F1
(233,240,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD5DF color. Also use rgb(170,213,223) instead hex code.

Text Font Color

.myTextColor { color: #AAD5DF; }

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

This text font color is #AAD5DF.

Background Color

.myBgColor { background-color: #AAD5DF; }

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

This div background color is #AAD5DF.

Border color

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

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

This div border color is #AAD5DF.

Opacity

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

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

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

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

This text has shadow with #AAD5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD5DF.

Preview

Color preview on black background

This text has color #AAD5DF on black background.


Color preview on white background

This text has color #AAD5DF on white background.


Black color preview on #AAD5DF background

This text has black color on #AAD5DF background.


White color preview on #AAD5DF background

This text has white color on #AAD5DF background.


Related colors

Complementary color

Complementary color for #hex is #552A20.


I love getcolorcode.com

Triadic colors

1 #DFAAD5 and #D5DFAA with #AAD5DF are triadic colors.

2 #DFD5AA and #D5AADF with #AAD5DF are triadic colors.