COLOR #AAC5D0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
197
208

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

Portions of RGB colors in percentages

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

%29.57
%34.26
%36.17

CMYK color model

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

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

CMYK percentages

%18.27
%5.29
%0
%18.43

Codes

Color #AAC5D0 in popluar color models

AAC5D0
RGB170197208
HSL197°28.79%74.12%
HSB/HSV197°18.27%81.57%
CMYK18.27%5.29%0.00%
18.43%

Color #AAC5D0 in popluar number systems.

HEXAAC5D0
Decimal170197208
Binary101010101100010111010000
Octal252305320

Shades and tints

Shades of #AAC5D0

#AAC5D0
(170,197,208)
#9BB4BE
(155,180,190)
#8CA3AC
(140,163,172)
#7D929A
(125,146,154)
#6E8188
(110,129,136)
#5F7076
(95,112,118)
#505F64
(80,95,100)
#414E52
(65,78,82)
#323D40
(50,61,64)
#232C2E
(35,44,46)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #AAC5D0

#AAC5D0
(170,197,208)
#B1CAD4
(177,202,212)
#B8CFD8
(184,207,216)
#BFD4DC
(191,212,220)
#C6D9E0
(198,217,224)
#CDDEE4
(205,222,228)
#D4E3E8
(212,227,232)
#DBE8EC
(219,232,236)
#E2EDF0
(226,237,240)
#E9F2F4
(233,242,244)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5D0; }

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

This text font color is #AAC5D0.


Background Color

.myBgColor { background-color: #AAC5D0; }

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

This div background color is #AAC5D0.


Border color

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

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

This div border color is #AAC5D0.


Opacity

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

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

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

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

This text has shadow with #AAC5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5D0 on black background.


Color preview on white background

This text has color #AAC5D0 on white background.



Black color preview on #AAC5D0 background

This text has black color on #AAC5D0 background.


White color preview on #AAC5D0 background

This text has white color on #AAC5D0 background.