COLOR #AAD5C0

HEX: #AAD5C0
RGB: (170,213,192)

Color info

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

RGB color model

#AAD5C0 color RGB value is (170,213,192).

  • red value is 170;
  • green value is 213;
  • blue value is 192.
RGB:
(170,213,192)
(67%,84%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 192 of 255 = 75%

170
213
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 192 = 575 (100%)
R 170 of 575 ~ 29.57%
G 213 of 575 ~ 37.04%
B 192 of 575 ~ 33.39%

%29.57
%37.04
%33.39

CMYK color model

#AAD5C0 color CMYK value is (20,0,10,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(20,0,10,16)
C20M0Y10K16 
(20%,0%,10%,16%)
(0.20/0.00/0.10/0.16)	

CMYK percentages

%20.19
%0
%9.86
%16.47

Codes

Color #AAD5C0 in popluar color models

AAD5C0
RGB170213192
HSL151°33.86%75.10%
HSB/HSV151°20.19%83.53%
CMYK20.19%0.00%9.86%
16.47%

Color #AAD5C0 in popluar number systems.

HEXAAD5C0
Decimal170213192
Binary101010101101010111000000
Octal252325300

Shades and tints

Shades of #AAD5C0

#AAD5C0
(170,213,192)
#9BC2AF
(155,194,175)
#8CAF9E
(140,175,158)
#7D9C8D
(125,156,141)
#6E897C
(110,137,124)
#5F766B
(95,118,107)
#50635A
(80,99,90)
#415049
(65,80,73)
#323D38
(50,61,56)
#232A27
(35,42,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #AAD5C0

#AAD5C0
(170,213,192)
#B1D8C5
(177,216,197)
#B8DBCA
(184,219,202)
#BFDECF
(191,222,207)
#C6E1D4
(198,225,212)
#CDE4D9
(205,228,217)
#D4E7DE
(212,231,222)
#DBEAE3
(219,234,227)
#E2EDE8
(226,237,232)
#E9F0ED
(233,240,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD5C0 color. Also use rgb(170,213,192) instead hex code.

Text Font Color

.myTextColor { color: #AAD5C0; }

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

This text font color is #AAD5C0.


Background Color

.myBgColor { background-color: #AAD5C0; }

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

This div background color is #AAD5C0.


Border color

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

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

This div border color is #AAD5C0.


Opacity

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

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

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

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

This text has shadow with #AAD5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5C0 on black background.


Color preview on white background

This text has color #AAD5C0 on white background.



Black color preview on #AAD5C0 background

This text has black color on #AAD5C0 background.


White color preview on #AAD5C0 background

This text has white color on #AAD5C0 background.