COLOR #AAD5DA

HEX: #AAD5DA
RGB: (170,213,218)

Color info

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

RGB color model

#AAD5DA color RGB value is (170,213,218).

  • red value is 170;
  • green value is 213;
  • blue value is 218.
RGB:
(170,213,218)
(67%,84%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 218 of 255 = 85%

170
213
218

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

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 218 = 601 (100%)
R 170 of 601 ~ 28.29%
G 213 of 601 ~ 35.44%
B 218 of 601 ~ 36.27%

%28.29
%35.44
%36.27

CMYK color model

#AAD5DA color CMYK value is (22,2,0,15).

  • cyan value is 22.02%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,2,0,15)
C22M2Y0K15 
(22%,2%,0%,15%)
(0.22/0.02/0.00/0.15)	

CMYK percentages

%22.02
%2.29
%0
%14.51

Codes

Color #AAD5DA in popluar color models

AAD5DA
RGB170213218
HSL186°39.34%76.08%
HSB/HSV186°22.02%85.49%
CMYK22.02%2.29%0.00%
14.51%

Color #AAD5DA in popluar number systems.

HEXAAD5DA
Decimal170213218
Binary101010101101010111011010
Octal252325332

Shades and tints

Shades of #AAD5DA

#AAD5DA
(170,213,218)
#9BC2C7
(155,194,199)
#8CAFB4
(140,175,180)
#7D9CA1
(125,156,161)
#6E898E
(110,137,142)
#5F767B
(95,118,123)
#506368
(80,99,104)
#415055
(65,80,85)
#323D42
(50,61,66)
#232A2F
(35,42,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #AAD5DA

#AAD5DA
(170,213,218)
#B1D8DD
(177,216,221)
#B8DBE0
(184,219,224)
#BFDEE3
(191,222,227)
#C6E1E6
(198,225,230)
#CDE4E9
(205,228,233)
#D4E7EC
(212,231,236)
#DBEAEF
(219,234,239)
#E2EDF2
(226,237,242)
#E9F0F5
(233,240,245)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD5DA; }

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

This text font color is #AAD5DA.


Background Color

.myBgColor { background-color: #AAD5DA; }

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

This div background color is #AAD5DA.


Border color

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

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

This div border color is #AAD5DA.


Opacity

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

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

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

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

This text has shadow with #AAD5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5DA on black background.


Color preview on white background

This text has color #AAD5DA on white background.



Black color preview on #AAD5DA background

This text has black color on #AAD5DA background.


White color preview on #AAD5DA background

This text has white color on #AAD5DA background.