COLOR #AAD0DA

HEX: #AAD0DA RGB: (170,208,218)

Color info

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

RGB color model

#AAD0DA color RGB value is (170,208,218).

RGB: (170,208,218) (67%, 82%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 218 of 255 = 85%

170
208
218

R + G + B ~ 78%. #AAD0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 208 + 218 = 596 (100%)
R 170 of 596 ~ 28.52%
G 208 of 596 ~ 34.9%
B 218 of 596 ~ 36.58'%

%28.52
%34.9
%36.58

CMYK color model

#AAD0DA color CMYK value is (22,5,0,15).

  • cyan value is 22.02%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (22,5,0,15) C22M5Y0K15 (22%,5%,0%,15%) (0.22/0.05/0.00/0.15) 

CMYK percentages

%22.02
%4.59
%0
%14.51

Codes

Color #AAD0DA in popluar color models

AA D0 DA
RGB 170 208 218
HSL 193° 39.34% 76.08%
HSB/HSV 193° 22.02% 85.49%
CMYK 22.02% 4.59% 0.00%
14.51%

Color #AAD0DA in popluar number systems.

HEX AA D0 DA
Decimal 170 208 218
Binary 10101010 11010000 11011010
Octal 252 320 332

Shades and tints

Shades of #AAD0DA

#AAD0DA
(170,208,218)
#9BBEC7
(155,190,199)
#8CACB4
(140,172,180)
#7D9AA1
(125,154,161)
#6E888E
(110,136,142)
#5F767B
(95,118,123)
#506468
(80,100,104)
#415255
(65,82,85)
#324042
(50,64,66)
#232E2F
(35,46,47)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #AAD0DA

#AAD0DA
(170,208,218)
#B1D4DD
(177,212,221)
#B8D8E0
(184,216,224)
#BFDCE3
(191,220,227)
#C6E0E6
(198,224,230)
#CDE4E9
(205,228,233)
#D4E8EC
(212,232,236)
#DBECEF
(219,236,239)
#E2F0F2
(226,240,242)
#E9F4F5
(233,244,245)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD0DA color. Also use rgb(170,208,218) instead hex code.

Text Font Color

.myTextColor { color: #AAD0DA; }

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

This text font color is #AAD0DA.

Background Color

.myBgColor { background-color: #AAD0DA; }

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

This div background color is #AAD0DA.

Border color

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

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

This div border color is #AAD0DA.

Opacity

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

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

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

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

This text has shadow with #AAD0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD0DA.

Preview

Color preview on black background

This text has color #AAD0DA on black background.


Color preview on white background

This text has color #AAD0DA on white background.


Black color preview on #AAD0DA background

This text has black color on #AAD0DA background.


White color preview on #AAD0DA background

This text has white color on #AAD0DA background.


Related colors

Complementary color

Complementary color for #hex is #552F25.


I love getcolorcode.com

Triadic colors

1 #DAAAD0 and #D0DAAA with #AAD0DA are triadic colors.

2 #DAD0AA and #D0AADA with #AAD0DA are triadic colors.