COLOR #AAD0E6

HEX: #AAD0E6
RGB: (170,208,230)

Color info

#AAD0E6 contains mainly green and blue colors. Web safe color of #AAD0E6 is #99CCCC (or #9CC).

RGB color model

#AAD0E6 color RGB value is (170,208,230).

  • red value is 170;
  • green value is 208;
  • blue value is 230.
RGB:
(170,208,230)
(67%,82%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 230 of 255 = 90%

170
208
230

R + G + B ~ 80%. #AAD0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 208 + 230 = 608 (100%)
R 170 of 608 ~ 27.96%
G 208 of 608 ~ 34.21%
B 230 of 608 ~ 37.83%

%27.96
%34.21
%37.83

CMYK color model

#AAD0E6 color CMYK value is (26,10,0,10).

  • cyan value is 26.09%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,10,0,10)
C26M10Y0K10 
(26%,10%,0%,10%)
(0.26/0.10/0.00/0.10)	

CMYK percentages

%26.09
%9.57
%0
%9.8

Codes

Color #AAD0E6 in popluar color models

AAD0E6
RGB170208230
HSL202°54.55%78.43%
HSB/HSV202°26.09%90.20%
CMYK26.09%9.57%0.00%
9.80%

Color #AAD0E6 in popluar number systems.

HEXAAD0E6
Decimal170208230
Binary101010101101000011100110
Octal252320346

Shades and tints

Shades of #AAD0E6

#AAD0E6
(170,208,230)
#9BBED2
(155,190,210)
#8CACBE
(140,172,190)
#7D9AAA
(125,154,170)
#6E8896
(110,136,150)
#5F7682
(95,118,130)
#50646E
(80,100,110)
#41525A
(65,82,90)
#324046
(50,64,70)
#232E32
(35,46,50)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #AAD0E6

#AAD0E6
(170,208,230)
#B1D4E8
(177,212,232)
#B8D8EA
(184,216,234)
#BFDCEC
(191,220,236)
#C6E0EE
(198,224,238)
#CDE4F0
(205,228,240)
#D4E8F2
(212,232,242)
#DBECF4
(219,236,244)
#E2F0F6
(226,240,246)
#E9F4F8
(233,244,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD0E6; }

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

This text font color is #AAD0E6.


Background Color

.myBgColor { background-color: #AAD0E6; }

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

This div background color is #AAD0E6.


Border color

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

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

This div border color is #AAD0E6.


Opacity

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

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

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

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

This text has shadow with #AAD0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD0E6 on black background.


Color preview on white background

This text has color #AAD0E6 on white background.



Black color preview on #AAD0E6 background

This text has black color on #AAD0E6 background.


White color preview on #AAD0E6 background

This text has white color on #AAD0E6 background.