COLOR #AAD6EB

HEX: #AAD6EB
RGB: (170,214,235)

Color info

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

RGB color model

#AAD6EB color RGB value is (170,214,235).

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

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 235 of 255 = 92%

170
214
235

R + G + B ~ 81%. #AAD6EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 235 = 619 (100%)
R 170 of 619 ~ 27.46%
G 214 of 619 ~ 34.57%
B 235 of 619 ~ 37.96%

%27.46
%34.57
%37.96

CMYK color model

#AAD6EB color CMYK value is (28,9,0,8).

  • cyan value is 27.66%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,9,0,8)
C28M9Y0K8 
(28%,9%,0%,8%)
(0.28/0.09/0.00/0.08)	

CMYK percentages

%27.66
%8.94
%0
%7.84

Codes

Color #AAD6EB in popluar color models

AAD6EB
RGB170214235
HSL199°61.90%79.41%
HSB/HSV199°27.66%92.16%
CMYK27.66%8.94%0.00%
7.84%

Color #AAD6EB in popluar number systems.

HEXAAD6EB
Decimal170214235
Binary101010101101011011101011
Octal252326353

Shades and tints

Shades of #AAD6EB

#AAD6EB
(170,214,235)
#9BC3D6
(155,195,214)
#8CB0C1
(140,176,193)
#7D9DAC
(125,157,172)
#6E8A97
(110,138,151)
#5F7782
(95,119,130)
#50646D
(80,100,109)
#415158
(65,81,88)
#323E43
(50,62,67)
#232B2E
(35,43,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AAD6EB

#AAD6EB
(170,214,235)
#B1D9EC
(177,217,236)
#B8DCED
(184,220,237)
#BFDFEE
(191,223,238)
#C6E2EF
(198,226,239)
#CDE5F0
(205,229,240)
#D4E8F1
(212,232,241)
#DBEBF2
(219,235,242)
#E2EEF3
(226,238,243)
#E9F1F4
(233,241,244)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6EB; }

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

This text font color is #AAD6EB.


Background Color

.myBgColor { background-color: #AAD6EB; }

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

This div background color is #AAD6EB.


Border color

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

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

This div border color is #AAD6EB.


Opacity

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

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

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

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

This text has shadow with #AAD6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6EB on black background.


Color preview on white background

This text has color #AAD6EB on white background.



Black color preview on #AAD6EB background

This text has black color on #AAD6EB background.


White color preview on #AAD6EB background

This text has white color on #AAD6EB background.