COLOR #AAD2D6

HEX: #AAD2D6
RGB: (170,210,214)

Color info

#AAD2D6 contains red, green and blue colors in about the same proportion. Web safe color of #AAD2D6 is #99CCCC (or #9CC).

RGB color model

#AAD2D6 color RGB value is (170,210,214).

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

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 214 of 255 = 84%

170
210
214

R + G + B ~ 78%. #AAD2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 214 = 594 (100%)
R 170 of 594 ~ 28.62%
G 210 of 594 ~ 35.35%
B 214 of 594 ~ 36.03%

%28.62
%35.35
%36.03

CMYK color model

#AAD2D6 color CMYK value is (21,2,0,16).

  • cyan value is 20.56%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,2,0,16)
C21M2Y0K16 
(21%,2%,0%,16%)
(0.21/0.02/0.00/0.16)	

CMYK percentages

%20.56
%1.87
%0
%16.08

Codes

Color #AAD2D6 in popluar color models

AAD2D6
RGB170210214
HSL185°34.92%75.29%
HSB/HSV185°20.56%83.92%
CMYK20.56%1.87%0.00%
16.08%

Color #AAD2D6 in popluar number systems.

HEXAAD2D6
Decimal170210214
Binary101010101101001011010110
Octal252322326

Shades and tints

Shades of #AAD2D6

#AAD2D6
(170,210,214)
#9BBFC3
(155,191,195)
#8CACB0
(140,172,176)
#7D999D
(125,153,157)
#6E868A
(110,134,138)
#5F7377
(95,115,119)
#506064
(80,96,100)
#414D51
(65,77,81)
#323A3E
(50,58,62)
#23272B
(35,39,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AAD2D6

#AAD2D6
(170,210,214)
#B1D6D9
(177,214,217)
#B8DADC
(184,218,220)
#BFDEDF
(191,222,223)
#C6E2E2
(198,226,226)
#CDE6E5
(205,230,229)
#D4EAE8
(212,234,232)
#DBEEEB
(219,238,235)
#E2F2EE
(226,242,238)
#E9F6F1
(233,246,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2D6; }

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

This text font color is #AAD2D6.


Background Color

.myBgColor { background-color: #AAD2D6; }

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

This div background color is #AAD2D6.


Border color

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

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

This div border color is #AAD2D6.


Opacity

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

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

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

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

This text has shadow with #AAD2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2D6 on black background.


Color preview on white background

This text has color #AAD2D6 on white background.



Black color preview on #AAD2D6 background

This text has black color on #AAD2D6 background.


White color preview on #AAD2D6 background

This text has white color on #AAD2D6 background.