COLOR #AAD7DF

HEX: #AAD7DF RGB: (170,215,223)

Color info

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

RGB color model

#AAD7DF color RGB value is (170,215,223).

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

RGB channels and saturation

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

170
215
223

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

Portions of RGB colors in percentages

R + G + B = 170 + 215 + 223 = 608 (100%)
R 170 of 608 ~ 27.96%
G 215 of 608 ~ 35.36%
B 223 of 608 ~ 36.68'%

%27.96
%35.36
%36.68

CMYK color model

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

  • cyan value is 23.77%
  • magenta value is 3.59%
  • 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
%3.59
%0
%12.55

Codes

Color #AAD7DF in popluar color models

AA D7 DF
RGB 170 215 223
HSL 189° 45.30% 77.06%
HSB/HSV 189° 23.77% 87.45%
CMYK 23.77% 3.59% 0.00%
12.55%

Color #AAD7DF in popluar number systems.

HEX AA D7 DF
Decimal 170 215 223
Binary 10101010 11010111 11011111
Octal 252 327 337

Shades and tints

Shades of #AAD7DF

#AAD7DF
(170,215,223)
#9BC4CB
(155,196,203)
#8CB1B7
(140,177,183)
#7D9EA3
(125,158,163)
#6E8B8F
(110,139,143)
#5F787B
(95,120,123)
#506567
(80,101,103)
#415253
(65,82,83)
#323F3F
(50,63,63)
#232C2B
(35,44,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #AAD7DF

#AAD7DF
(170,215,223)
#B1DAE1
(177,218,225)
#B8DDE3
(184,221,227)
#BFE0E5
(191,224,229)
#C6E3E7
(198,227,231)
#CDE6E9
(205,230,233)
#D4E9EB
(212,233,235)
#DBECED
(219,236,237)
#E2EFEF
(226,239,239)
#E9F2F1
(233,242,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD7DF; }

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

This text font color is #AAD7DF.

Background Color

.myBgColor { background-color: #AAD7DF; }

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

This div background color is #AAD7DF.

Border color

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

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

This div border color is #AAD7DF.

Opacity

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

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

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

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

This text has shadow with #AAD7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD7DF.

Preview

Color preview on black background

This text has color #AAD7DF on black background.


Color preview on white background

This text has color #AAD7DF on white background.


Black color preview on #AAD7DF background

This text has black color on #AAD7DF background.


White color preview on #AAD7DF background

This text has white color on #AAD7DF background.


Related colors

Complementary color

Complementary color for #hex is #552820.


I love getcolorcode.com

Triadic colors

1 #DFAAD7 and #D7DFAA with #AAD7DF are triadic colors.

2 #DFD7AA and #D7AADF with #AAD7DF are triadic colors.