COLOR #AAC5D2

HEX: #AAC5D2
RGB: (170,197,210)

Color info

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

RGB color model

#AAC5D2 color RGB value is (170,197,210).

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

RGB channels and saturation

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

170
197
210

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 210 = 577 (100%)
R 170 of 577 ~ 29.46%
G 197 of 577 ~ 34.14%
B 210 of 577 ~ 36.4%

%29.46
%34.14
%36.4

CMYK color model

#AAC5D2 color CMYK value is (19,6,0,18).

  • cyan value is 19.05%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,6,0,18)
C19M6Y0K18 
(19%,6%,0%,18%)
(0.19/0.06/0.00/0.18)	

CMYK percentages

%19.05
%6.19
%0
%17.65

Codes

Color #AAC5D2 in popluar color models

AAC5D2
RGB170197210
HSL200°30.77%74.51%
HSB/HSV200°19.05%82.35%
CMYK19.05%6.19%0.00%
17.65%

Color #AAC5D2 in popluar number systems.

HEXAAC5D2
Decimal170197210
Binary101010101100010111010010
Octal252305322

Shades and tints

Shades of #AAC5D2

#AAC5D2
(170,197,210)
#9BB4BF
(155,180,191)
#8CA3AC
(140,163,172)
#7D9299
(125,146,153)
#6E8186
(110,129,134)
#5F7073
(95,112,115)
#505F60
(80,95,96)
#414E4D
(65,78,77)
#323D3A
(50,61,58)
#232C27
(35,44,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #AAC5D2

#AAC5D2
(170,197,210)
#B1CAD6
(177,202,214)
#B8CFDA
(184,207,218)
#BFD4DE
(191,212,222)
#C6D9E2
(198,217,226)
#CDDEE6
(205,222,230)
#D4E3EA
(212,227,234)
#DBE8EE
(219,232,238)
#E2EDF2
(226,237,242)
#E9F2F6
(233,242,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5D2; }

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

This text font color is #AAC5D2.


Background Color

.myBgColor { background-color: #AAC5D2; }

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

This div background color is #AAC5D2.


Border color

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

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

This div border color is #AAC5D2.


Opacity

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

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

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

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

This text has shadow with #AAC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5D2 on black background.


Color preview on white background

This text has color #AAC5D2 on white background.



Black color preview on #AAC5D2 background

This text has black color on #AAC5D2 background.


White color preview on #AAC5D2 background

This text has white color on #AAC5D2 background.