COLOR #AAD4CC

HEX: #AAD4CC
RGB: (170,212,204)

Color info

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

RGB color model

#AAD4CC color RGB value is (170,212,204).

  • red value is 170;
  • green value is 212;
  • blue value is 204.
RGB:
(170,212,204)
(67%,83%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 204 of 255 = 80%

170
212
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 212 + 204 = 586 (100%)
R 170 of 586 ~ 29.01%
G 212 of 586 ~ 36.18%
B 204 of 586 ~ 34.81%

%29.01
%36.18
%34.81

CMYK color model

#AAD4CC color CMYK value is (20,0,4,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(20,0,4,17)
C20M0Y4K17 
(20%,0%,4%,17%)
(0.20/0.00/0.04/0.17)	

CMYK percentages

%19.81
%0
%3.77
%16.86

Codes

Color #AAD4CC in popluar color models

AAD4CC
RGB170212204
HSL169°32.81%74.90%
HSB/HSV169°19.81%83.14%
CMYK19.81%0.00%3.77%
16.86%

Color #AAD4CC in popluar number systems.

HEXAAD4CC
Decimal170212204
Binary101010101101010011001100
Octal252324314

Shades and tints

Shades of #AAD4CC

#AAD4CC
(170,212,204)
#9BC1BA
(155,193,186)
#8CAEA8
(140,174,168)
#7D9B96
(125,155,150)
#6E8884
(110,136,132)
#5F7572
(95,117,114)
#506260
(80,98,96)
#414F4E
(65,79,78)
#323C3C
(50,60,60)
#23292A
(35,41,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AAD4CC

#AAD4CC
(170,212,204)
#B1D7D0
(177,215,208)
#B8DAD4
(184,218,212)
#BFDDD8
(191,221,216)
#C6E0DC
(198,224,220)
#CDE3E0
(205,227,224)
#D4E6E4
(212,230,228)
#DBE9E8
(219,233,232)
#E2ECEC
(226,236,236)
#E9EFF0
(233,239,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4CC; }

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

This text font color is #AAD4CC.


Background Color

.myBgColor { background-color: #AAD4CC; }

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

This div background color is #AAD4CC.


Border color

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

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

This div border color is #AAD4CC.


Opacity

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

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

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

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

This text has shadow with #AAD4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD4CC on black background.


Color preview on white background

This text has color #AAD4CC on white background.



Black color preview on #AAD4CC background

This text has black color on #AAD4CC background.


White color preview on #AAD4CC background

This text has white color on #AAD4CC background.