COLOR #AAC5D6

HEX: #AAC5D6
RGB: (170,197,214)

Color info

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

RGB color model

#AAC5D6 color RGB value is (170,197,214).

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

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 214 of 255 = 84%

170
197
214

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 214 = 581 (100%)
R 170 of 581 ~ 29.26%
G 197 of 581 ~ 33.91%
B 214 of 581 ~ 36.83%

%29.26
%33.91
%36.83

CMYK color model

#AAC5D6 color CMYK value is (21,8,0,16).

  • cyan value is 20.56%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,8,0,16)
C21M8Y0K16 
(21%,8%,0%,16%)
(0.21/0.08/0.00/0.16)	

CMYK percentages

%20.56
%7.94
%0
%16.08

Codes

Color #AAC5D6 in popluar color models

AAC5D6
RGB170197214
HSL203°34.92%75.29%
HSB/HSV203°20.56%83.92%
CMYK20.56%7.94%0.00%
16.08%

Color #AAC5D6 in popluar number systems.

HEXAAC5D6
Decimal170197214
Binary101010101100010111010110
Octal252305326

Shades and tints

Shades of #AAC5D6

#AAC5D6
(170,197,214)
#9BB4C3
(155,180,195)
#8CA3B0
(140,163,176)
#7D929D
(125,146,157)
#6E818A
(110,129,138)
#5F7077
(95,112,119)
#505F64
(80,95,100)
#414E51
(65,78,81)
#323D3E
(50,61,62)
#232C2B
(35,44,43)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #AAC5D6

#AAC5D6
(170,197,214)
#B1CAD9
(177,202,217)
#B8CFDC
(184,207,220)
#BFD4DF
(191,212,223)
#C6D9E2
(198,217,226)
#CDDEE5
(205,222,229)
#D4E3E8
(212,227,232)
#DBE8EB
(219,232,235)
#E2EDEE
(226,237,238)
#E9F2F1
(233,242,241)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5D6; }

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

This text font color is #AAC5D6.


Background Color

.myBgColor { background-color: #AAC5D6; }

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

This div background color is #AAC5D6.


Border color

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

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

This div border color is #AAC5D6.


Opacity

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

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

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

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

This text has shadow with #AAC5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5D6 on black background.


Color preview on white background

This text has color #AAC5D6 on white background.



Black color preview on #AAC5D6 background

This text has black color on #AAC5D6 background.


White color preview on #AAC5D6 background

This text has white color on #AAC5D6 background.