COLOR #AAD6CC

HEX: #AAD6CC RGB: (170,214,204)

Color info

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

RGB color model

#AAD6CC color RGB value is (170,214,204).

RGB: (170,214,204) (67%, 84%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 204 of 255 = 80%

170
214
204

R + G + B ~ 77%. #AAD6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 204 = 588 (100%)
R 170 of 588 ~ 28.91%
G 214 of 588 ~ 36.39%
B 204 of 588 ~ 34.69'%

%28.91
%36.39
%34.69

CMYK color model

#AAD6CC color CMYK value is (21,0,5,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%

CMYK: (21,0,5,16)
C21M0Y5K16 (21%, 0%, 5%, 16%)
(0.21 / 0.00 / 0.05 / 0.16)

CMYK percentages

%20.56
%0
%4.67
%16.08

Codes

Color #AAD6CC in popluar color models

AA D6 CC
RGB 170 214 204
HSL 166° 34.92% 75.29%
HSB/HSV 166° 20.56% 83.92%
CMYK 20.56% 0.00% 4.67%
16.08%

Color #AAD6CC in popluar number systems.

HEX AA D6 CC
Decimal 170 214 204
Binary 10101010 11010110 11001100
Octal 252 326 314

Shades and tints

Shades of #AAD6CC

#AAD6CC
(170,214,204)
#9BC3BA
(155,195,186)
#8CB0A8
(140,176,168)
#7D9D96
(125,157,150)
#6E8A84
(110,138,132)
#5F7772
(95,119,114)
#506460
(80,100,96)
#41514E
(65,81,78)
#323E3C
(50,62,60)
#232B2A
(35,43,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AAD6CC

#AAD6CC
(170,214,204)
#B1D9D0
(177,217,208)
#B8DCD4
(184,220,212)
#BFDFD8
(191,223,216)
#C6E2DC
(198,226,220)
#CDE5E0
(205,229,224)
#D4E8E4
(212,232,228)
#DBEBE8
(219,235,232)
#E2EEEC
(226,238,236)
#E9F1F0
(233,241,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6CC; }

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

This text font color is #AAD6CC.

Background Color

.myBgColor { background-color: #AAD6CC; }

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

This div background color is #AAD6CC.

Border color

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

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

This div border color is #AAD6CC.

Opacity

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

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

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

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

This text has shadow with #AAD6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD6CC.

Preview

Color preview on black background

This text has color #AAD6CC on black background.


Color preview on white background

This text has color #AAD6CC on white background.


Black color preview on #AAD6CC background

This text has black color on #AAD6CC background.


White color preview on #AAD6CC background

This text has white color on #AAD6CC background.


Related colors

Complementary color

Complementary color for #hex is #552933.


I love getcolorcode.com

Triadic colors

1 #CCAAD6 and #D6CCAA with #AAD6CC are triadic colors.

2 #CCD6AA and #D6AACC with #AAD6CC are triadic colors.