COLOR #AAD9CA

HEX: #AAD9CA
RGB: (170,217,202)

Color info

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

RGB color model

#AAD9CA color RGB value is (170,217,202).

  • red value is 170;
  • green value is 217;
  • blue value is 202.
RGB:
(170,217,202)
(67%,85%,79%)

RGB channels and saturation

R 170 of 255 = 67%
G 217 of 255 = 85%
B 202 of 255 = 79%

170
217
202

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

Portions of RGB colors in percentages

R + G + B =
170 + 217 + 202 = 589 (100%)
R 170 of 589 ~ 28.86%
G 217 of 589 ~ 36.84%
B 202 of 589 ~ 34.3%

%28.86
%36.84
%34.3

CMYK color model

#AAD9CA color CMYK value is (22,0,7,15).

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(22,0,7,15)
C22M0Y7K15 
(22%,0%,7%,15%)
(0.22/0.00/0.07/0.15)	

CMYK percentages

%21.66
%0
%6.91
%14.9

Codes

Color #AAD9CA in popluar color models

AAD9CA
RGB170217202
HSL161°38.21%75.88%
HSB/HSV161°21.66%85.10%
CMYK21.66%0.00%6.91%
14.90%

Color #AAD9CA in popluar number systems.

HEXAAD9CA
Decimal170217202
Binary101010101101100111001010
Octal252331312

Shades and tints

Shades of #AAD9CA

#AAD9CA
(170,217,202)
#9BC6B8
(155,198,184)
#8CB3A6
(140,179,166)
#7DA094
(125,160,148)
#6E8D82
(110,141,130)
#5F7A70
(95,122,112)
#50675E
(80,103,94)
#41544C
(65,84,76)
#32413A
(50,65,58)
#232E28
(35,46,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #AAD9CA

#AAD9CA
(170,217,202)
#B1DCCE
(177,220,206)
#B8DFD2
(184,223,210)
#BFE2D6
(191,226,214)
#C6E5DA
(198,229,218)
#CDE8DE
(205,232,222)
#D4EBE2
(212,235,226)
#DBEEE6
(219,238,230)
#E2F1EA
(226,241,234)
#E9F4EE
(233,244,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD9CA color. Also use rgb(170,217,202) instead hex code.

Text Font Color

.myTextColor { color: #AAD9CA; }

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

This text font color is #AAD9CA.


Background Color

.myBgColor { background-color: #AAD9CA; }

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

This div background color is #AAD9CA.


Border color

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

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

This div border color is #AAD9CA.


Opacity

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

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

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

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

This text has shadow with #AAD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD9CA on black background.


Color preview on white background

This text has color #AAD9CA on white background.



Black color preview on #AAD9CA background

This text has black color on #AAD9CA background.


White color preview on #AAD9CA background

This text has white color on #AAD9CA background.