COLOR #AAD5C6

HEX: #AAD5C6
RGB: (170,213,198)

Color info

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

RGB color model

#AAD5C6 color RGB value is (170,213,198).

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

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 198 of 255 = 78%

170
213
198

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

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 198 = 581 (100%)
R 170 of 581 ~ 29.26%
G 213 of 581 ~ 36.66%
B 198 of 581 ~ 34.08%

%29.26
%36.66
%34.08

CMYK color model

#AAD5C6 color CMYK value is (20,0,7,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 16.47%
CMYK:
(20,0,7,16)
C20M0Y7K16 
(20%,0%,7%,16%)
(0.20/0.00/0.07/0.16)	

CMYK percentages

%20.19
%0
%7.04
%16.47

Codes

Color #AAD5C6 in popluar color models

AAD5C6
RGB170213198
HSL159°33.86%75.10%
HSB/HSV159°20.19%83.53%
CMYK20.19%0.00%7.04%
16.47%

Color #AAD5C6 in popluar number systems.

HEXAAD5C6
Decimal170213198
Binary101010101101010111000110
Octal252325306

Shades and tints

Shades of #AAD5C6

#AAD5C6
(170,213,198)
#9BC2B4
(155,194,180)
#8CAFA2
(140,175,162)
#7D9C90
(125,156,144)
#6E897E
(110,137,126)
#5F766C
(95,118,108)
#50635A
(80,99,90)
#415048
(65,80,72)
#323D36
(50,61,54)
#232A24
(35,42,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AAD5C6

#AAD5C6
(170,213,198)
#B1D8CB
(177,216,203)
#B8DBD0
(184,219,208)
#BFDED5
(191,222,213)
#C6E1DA
(198,225,218)
#CDE4DF
(205,228,223)
#D4E7E4
(212,231,228)
#DBEAE9
(219,234,233)
#E2EDEE
(226,237,238)
#E9F0F3
(233,240,243)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD5C6; }

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

This text font color is #AAD5C6.


Background Color

.myBgColor { background-color: #AAD5C6; }

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

This div background color is #AAD5C6.


Border color

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

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

This div border color is #AAD5C6.


Opacity

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

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

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

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

This text has shadow with #AAD5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5C6 on black background.


Color preview on white background

This text has color #AAD5C6 on white background.



Black color preview on #AAD5C6 background

This text has black color on #AAD5C6 background.


White color preview on #AAD5C6 background

This text has white color on #AAD5C6 background.