COLOR #AAD6FF

HEX: #AAD6FF
RGB: (170,214,255)

Color info

#AAD6FF contains mainly green and blue colors. Web safe color of #AAD6FF is #99CCFF (or #9CF).

RGB color model

#AAD6FF color RGB value is (170,214,255).

  • red value is 170;
  • green value is 214;
  • blue value is 255.
RGB:
(170,214,255)
(67%,84%,100%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 255 of 255 = 100%

170
214
255

R + G + B ~ 84%. #AAD6FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 255 = 639 (100%)
R 170 of 639 ~ 26.6%
G 214 of 639 ~ 33.49%
B 255 of 639 ~ 39.91%

%26.6
%33.49
%39.91

CMYK color model

#AAD6FF color CMYK value is (33,16,0,0).

  • cyan value is 33.33%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,16,0,0)
C33M16Y0K0 
(33%,16%,0%,0%)
(0.33/0.16/0.00/0.00)	

CMYK percentages

%33.33
%16.08
%0
%0

Codes

Color #AAD6FF in popluar color models

AAD6FF
RGB170214255
HSL209°100.00%83.33%
HSB/HSV209°33.33%100.00%
CMYK33.33%16.08%0.00%
0.00%

Color #AAD6FF in popluar number systems.

HEXAAD6FF
Decimal170214255
Binary101010101101011011111111
Octal252326377

Shades and tints

Shades of #AAD6FF

#AAD6FF
(170,214,255)
#9BC3E8
(155,195,232)
#8CB0D1
(140,176,209)
#7D9DBA
(125,157,186)
#6E8AA3
(110,138,163)
#5F778C
(95,119,140)
#506475
(80,100,117)
#41515E
(65,81,94)
#323E47
(50,62,71)
#232B30
(35,43,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AAD6FF

#AAD6FF
(170,214,255)
#B1D9FF
(177,217,255)
#B8DCFF
(184,220,255)
#BFDFFF
(191,223,255)
#C6E2FF
(198,226,255)
#CDE5FF
(205,229,255)
#D4E8FF
(212,232,255)
#DBEBFF
(219,235,255)
#E2EEFF
(226,238,255)
#E9F1FF
(233,241,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD6FF color. Also use rgb(170,214,255) instead hex code.

Text Font Color

.myTextColor { color: #AAD6FF; }

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

This text font color is #AAD6FF.


Background Color

.myBgColor { background-color: #AAD6FF; }

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

This div background color is #AAD6FF.


Border color

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

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

This div border color is #AAD6FF.


Opacity

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

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

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

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

This text has shadow with #AAD6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6FF on black background.


Color preview on white background

This text has color #AAD6FF on white background.



Black color preview on #AAD6FF background

This text has black color on #AAD6FF background.


White color preview on #AAD6FF background

This text has white color on #AAD6FF background.