COLOR #AAD0CC

HEX: #AAD0CC RGB: (170,208,204)

Color info

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

RGB color model

#AAD0CC color RGB value is (170,208,204).

RGB: (170,208,204) (67%, 82%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 204 of 255 = 80%

170
208
204

R + G + B ~ 76%. #AAD0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 208 + 204 = 582 (100%)
R 170 of 582 ~ 29.21%
G 208 of 582 ~ 35.74%
B 204 of 582 ~ 35.05'%

%29.21
%35.74
%35.05

CMYK color model

#AAD0CC color CMYK value is (18,0,2,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 18.43%

CMYK: (18,0,2,18)
C18M0Y2K18 (18%, 0%, 2%, 18%)
(0.18 / 0.00 / 0.02 / 0.18)

CMYK percentages

%18.27
%0
%1.92
%18.43

Codes

Color #AAD0CC in popluar color models

AA D0 CC
RGB 170 208 204
HSL 174° 28.79% 74.12%
HSB/HSV 174° 18.27% 81.57%
CMYK 18.27% 0.00% 1.92%
18.43%

Color #AAD0CC in popluar number systems.

HEX AA D0 CC
Decimal 170 208 204
Binary 10101010 11010000 11001100
Octal 252 320 314

Shades and tints

Shades of #AAD0CC

#AAD0CC
(170,208,204)
#9BBEBA
(155,190,186)
#8CACA8
(140,172,168)
#7D9A96
(125,154,150)
#6E8884
(110,136,132)
#5F7672
(95,118,114)
#506460
(80,100,96)
#41524E
(65,82,78)
#32403C
(50,64,60)
#232E2A
(35,46,42)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #AAD0CC

#AAD0CC
(170,208,204)
#B1D4D0
(177,212,208)
#B8D8D4
(184,216,212)
#BFDCD8
(191,220,216)
#C6E0DC
(198,224,220)
#CDE4E0
(205,228,224)
#D4E8E4
(212,232,228)
#DBECE8
(219,236,232)
#E2F0EC
(226,240,236)
#E9F4F0
(233,244,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD0CC; }

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

This text font color is #AAD0CC.

Background Color

.myBgColor { background-color: #AAD0CC; }

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

This div background color is #AAD0CC.

Border color

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

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

This div border color is #AAD0CC.

Opacity

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

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

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

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

This text has shadow with #AAD0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD0CC.

Preview

Color preview on black background

This text has color #AAD0CC on black background.


Color preview on white background

This text has color #AAD0CC on white background.


Black color preview on #AAD0CC background

This text has black color on #AAD0CC background.


White color preview on #AAD0CC background

This text has white color on #AAD0CC background.


Related colors

Complementary color

Complementary color for #hex is #552F33.


I love getcolorcode.com

Triadic colors

1 #CCAAD0 and #D0CCAA with #AAD0CC are triadic colors.

2 #CCD0AA and #D0AACC with #AAD0CC are triadic colors.