COLOR #AAD2EB

HEX: #AAD2EB
RGB: (170,210,235)

Color info

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

RGB color model

#AAD2EB color RGB value is (170,210,235).

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

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 235 of 255 = 92%

170
210
235

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

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 235 = 615 (100%)
R 170 of 615 ~ 27.64%
G 210 of 615 ~ 34.15%
B 235 of 615 ~ 38.21%

%27.64
%34.15
%38.21

CMYK color model

#AAD2EB color CMYK value is (28,11,0,8).

  • cyan value is 27.66%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,11,0,8)
C28M11Y0K8 
(28%,11%,0%,8%)
(0.28/0.11/0.00/0.08)	

CMYK percentages

%27.66
%10.64
%0
%7.84

Codes

Color #AAD2EB in popluar color models

AAD2EB
RGB170210235
HSL203°61.90%79.41%
HSB/HSV203°27.66%92.16%
CMYK27.66%10.64%0.00%
7.84%

Color #AAD2EB in popluar number systems.

HEXAAD2EB
Decimal170210235
Binary101010101101001011101011
Octal252322353

Shades and tints

Shades of #AAD2EB

#AAD2EB
(170,210,235)
#9BBFD6
(155,191,214)
#8CACC1
(140,172,193)
#7D99AC
(125,153,172)
#6E8697
(110,134,151)
#5F7382
(95,115,130)
#50606D
(80,96,109)
#414D58
(65,77,88)
#323A43
(50,58,67)
#23272E
(35,39,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAD2EB

#AAD2EB
(170,210,235)
#B1D6EC
(177,214,236)
#B8DAED
(184,218,237)
#BFDEEE
(191,222,238)
#C6E2EF
(198,226,239)
#CDE6F0
(205,230,240)
#D4EAF1
(212,234,241)
#DBEEF2
(219,238,242)
#E2F2F3
(226,242,243)
#E9F6F4
(233,246,244)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2EB; }

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

This text font color is #AAD2EB.


Background Color

.myBgColor { background-color: #AAD2EB; }

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

This div background color is #AAD2EB.


Border color

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

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

This div border color is #AAD2EB.


Opacity

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

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

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

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

This text has shadow with #AAD2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2EB on black background.


Color preview on white background

This text has color #AAD2EB on white background.



Black color preview on #AAD2EB background

This text has black color on #AAD2EB background.


White color preview on #AAD2EB background

This text has white color on #AAD2EB background.