COLOR #AAD0C5

HEX: #AAD0C5
RGB: (170,208,197)

Color info

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

RGB color model

#AAD0C5 color RGB value is (170,208,197).

  • red value is 170;
  • green value is 208;
  • blue value is 197.
RGB:
(170,208,197)
(67%,82%,77%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 197 of 255 = 77%

170
208
197

R + G + B ~ 75%. #AAD0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 208 + 197 = 575 (100%)
R 170 of 575 ~ 29.57%
G 208 of 575 ~ 36.17%
B 197 of 575 ~ 34.26%

%29.57
%36.17
%34.26

CMYK color model

#AAD0C5 color CMYK value is (18,0,5,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 18.43%
CMYK:
(18,0,5,18)
C18M0Y5K18 
(18%,0%,5%,18%)
(0.18/0.00/0.05/0.18)	

CMYK percentages

%18.27
%0
%5.29
%18.43

Codes

Color #AAD0C5 in popluar color models

AAD0C5
RGB170208197
HSL163°28.79%74.12%
HSB/HSV163°18.27%81.57%
CMYK18.27%0.00%5.29%
18.43%

Color #AAD0C5 in popluar number systems.

HEXAAD0C5
Decimal170208197
Binary101010101101000011000101
Octal252320305

Shades and tints

Shades of #AAD0C5

#AAD0C5
(170,208,197)
#9BBEB4
(155,190,180)
#8CACA3
(140,172,163)
#7D9A92
(125,154,146)
#6E8881
(110,136,129)
#5F7670
(95,118,112)
#50645F
(80,100,95)
#41524E
(65,82,78)
#32403D
(50,64,61)
#232E2C
(35,46,44)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #AAD0C5

#AAD0C5
(170,208,197)
#B1D4CA
(177,212,202)
#B8D8CF
(184,216,207)
#BFDCD4
(191,220,212)
#C6E0D9
(198,224,217)
#CDE4DE
(205,228,222)
#D4E8E3
(212,232,227)
#DBECE8
(219,236,232)
#E2F0ED
(226,240,237)
#E9F4F2
(233,244,242)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD0C5; }

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

This text font color is #AAD0C5.


Background Color

.myBgColor { background-color: #AAD0C5; }

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

This div background color is #AAD0C5.


Border color

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

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

This div border color is #AAD0C5.


Opacity

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

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

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

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

This text has shadow with #AAD0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD0C5 on black background.


Color preview on white background

This text has color #AAD0C5 on white background.



Black color preview on #AAD0C5 background

This text has black color on #AAD0C5 background.


White color preview on #AAD0C5 background

This text has white color on #AAD0C5 background.