COLOR #AAD6DC

HEX: #AAD6DC
RGB: (170,214,220)

Color info

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

RGB color model

#AAD6DC color RGB value is (170,214,220).

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

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 220 of 255 = 86%

170
214
220

R + G + B ~ 79%. #AAD6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 220 = 604 (100%)
R 170 of 604 ~ 28.15%
G 214 of 604 ~ 35.43%
B 220 of 604 ~ 36.42%

%28.15
%35.43
%36.42

CMYK color model

#AAD6DC color CMYK value is (23,3,0,14).

  • cyan value is 22.73%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,3,0,14)
C23M3Y0K14 
(23%,3%,0%,14%)
(0.23/0.03/0.00/0.14)	

CMYK percentages

%22.73
%2.73
%0
%13.73

Codes

Color #AAD6DC in popluar color models

AAD6DC
RGB170214220
HSL187°41.67%76.47%
HSB/HSV187°22.73%86.27%
CMYK22.73%2.73%0.00%
13.73%

Color #AAD6DC in popluar number systems.

HEXAAD6DC
Decimal170214220
Binary101010101101011011011100
Octal252326334

Shades and tints

Shades of #AAD6DC

#AAD6DC
(170,214,220)
#9BC3C8
(155,195,200)
#8CB0B4
(140,176,180)
#7D9DA0
(125,157,160)
#6E8A8C
(110,138,140)
#5F7778
(95,119,120)
#506464
(80,100,100)
#415150
(65,81,80)
#323E3C
(50,62,60)
#232B28
(35,43,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAD6DC

#AAD6DC
(170,214,220)
#B1D9DF
(177,217,223)
#B8DCE2
(184,220,226)
#BFDFE5
(191,223,229)
#C6E2E8
(198,226,232)
#CDE5EB
(205,229,235)
#D4E8EE
(212,232,238)
#DBEBF1
(219,235,241)
#E2EEF4
(226,238,244)
#E9F1F7
(233,241,247)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6DC; }

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

This text font color is #AAD6DC.


Background Color

.myBgColor { background-color: #AAD6DC; }

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

This div background color is #AAD6DC.


Border color

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

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

This div border color is #AAD6DC.


Opacity

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

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

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

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

This text has shadow with #AAD6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6DC on black background.


Color preview on white background

This text has color #AAD6DC on white background.



Black color preview on #AAD6DC background

This text has black color on #AAD6DC background.


White color preview on #AAD6DC background

This text has white color on #AAD6DC background.