COLOR #AAD1E6

HEX: #AAD1E6
RGB: (170,209,230)

Color info

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

RGB color model

#AAD1E6 color RGB value is (170,209,230).

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

RGB channels and saturation

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

170
209
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 209 + 230 = 609 (100%)
R 170 of 609 ~ 27.91%
G 209 of 609 ~ 34.32%
B 230 of 609 ~ 37.77%

%27.91
%34.32
%37.77

CMYK color model

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

  • cyan value is 26.09%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,9,0,10)
C26M9Y0K10 
(26%,9%,0%,10%)
(0.26/0.09/0.00/0.10)	

CMYK percentages

%26.09
%9.13
%0
%9.8

Codes

Color #AAD1E6 in popluar color models

AAD1E6
RGB170209230
HSL201°54.55%78.43%
HSB/HSV201°26.09%90.20%
CMYK26.09%9.13%0.00%
9.80%

Color #AAD1E6 in popluar number systems.

HEXAAD1E6
Decimal170209230
Binary101010101101000111100110
Octal252321346

Shades and tints

Shades of #AAD1E6

#AAD1E6
(170,209,230)
#9BBED2
(155,190,210)
#8CABBE
(140,171,190)
#7D98AA
(125,152,170)
#6E8596
(110,133,150)
#5F7282
(95,114,130)
#505F6E
(80,95,110)
#414C5A
(65,76,90)
#323946
(50,57,70)
#232632
(35,38,50)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #AAD1E6

#AAD1E6
(170,209,230)
#B1D5E8
(177,213,232)
#B8D9EA
(184,217,234)
#BFDDEC
(191,221,236)
#C6E1EE
(198,225,238)
#CDE5F0
(205,229,240)
#D4E9F2
(212,233,242)
#DBEDF4
(219,237,244)
#E2F1F6
(226,241,246)
#E9F5F8
(233,245,248)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD1E6; }

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

This text font color is #AAD1E6.


Background Color

.myBgColor { background-color: #AAD1E6; }

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

This div background color is #AAD1E6.


Border color

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

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

This div border color is #AAD1E6.


Opacity

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

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

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

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

This text has shadow with #AAD1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD1E6 on black background.


Color preview on white background

This text has color #AAD1E6 on white background.



Black color preview on #AAD1E6 background

This text has black color on #AAD1E6 background.


White color preview on #AAD1E6 background

This text has white color on #AAD1E6 background.