COLOR #AAD2F0

HEX: #AAD2F0
RGB: (170,210,240)

Color info

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

RGB color model

#AAD2F0 color RGB value is (170,210,240).

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

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 240 of 255 = 94%

170
210
240

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

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 240 = 620 (100%)
R 170 of 620 ~ 27.42%
G 210 of 620 ~ 33.87%
B 240 of 620 ~ 38.71%

%27.42
%33.87
%38.71

CMYK color model

#AAD2F0 color CMYK value is (29,13,0,6).

  • cyan value is 29.17%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(29,13,0,6)
C29M13Y0K6 
(29%,13%,0%,6%)
(0.29/0.13/0.00/0.06)	

CMYK percentages

%29.17
%12.5
%0
%5.88

Codes

Color #AAD2F0 in popluar color models

AAD2F0
RGB170210240
HSL206°70.00%80.39%
HSB/HSV206°29.17%94.12%
CMYK29.17%12.50%0.00%
5.88%

Color #AAD2F0 in popluar number systems.

HEXAAD2F0
Decimal170210240
Binary101010101101001011110000
Octal252322360

Shades and tints

Shades of #AAD2F0

#AAD2F0
(170,210,240)
#9BBFDB
(155,191,219)
#8CACC6
(140,172,198)
#7D99B1
(125,153,177)
#6E869C
(110,134,156)
#5F7387
(95,115,135)
#506072
(80,96,114)
#414D5D
(65,77,93)
#323A48
(50,58,72)
#232733
(35,39,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #AAD2F0

#AAD2F0
(170,210,240)
#B1D6F1
(177,214,241)
#B8DAF2
(184,218,242)
#BFDEF3
(191,222,243)
#C6E2F4
(198,226,244)
#CDE6F5
(205,230,245)
#D4EAF6
(212,234,246)
#DBEEF7
(219,238,247)
#E2F2F8
(226,242,248)
#E9F6F9
(233,246,249)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2F0; }

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

This text font color is #AAD2F0.


Background Color

.myBgColor { background-color: #AAD2F0; }

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

This div background color is #AAD2F0.


Border color

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

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

This div border color is #AAD2F0.


Opacity

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

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

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

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

This text has shadow with #AAD2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2F0 on black background.


Color preview on white background

This text has color #AAD2F0 on white background.



Black color preview on #AAD2F0 background

This text has black color on #AAD2F0 background.


White color preview on #AAD2F0 background

This text has white color on #AAD2F0 background.