COLOR #AAC0D5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
192
213

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

Portions of RGB colors in percentages

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

%29.57
%33.39
%37.04

CMYK color model

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

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

CMYK percentages

%20.19
%9.86
%0
%16.47

Codes

Color #AAC0D5 in popluar color models

AAC0D5
RGB170192213
HSL209°33.86%75.10%
HSB/HSV209°20.19%83.53%
CMYK20.19%9.86%0.00%
16.47%

Color #AAC0D5 in popluar number systems.

HEXAAC0D5
Decimal170192213
Binary101010101100000011010101
Octal252300325

Shades and tints

Shades of #AAC0D5

#AAC0D5
(170,192,213)
#9BAFC2
(155,175,194)
#8C9EAF
(140,158,175)
#7D8D9C
(125,141,156)
#6E7C89
(110,124,137)
#5F6B76
(95,107,118)
#505A63
(80,90,99)
#414950
(65,73,80)
#32383D
(50,56,61)
#23272A
(35,39,42)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAC0D5

#AAC0D5
(170,192,213)
#B1C5D8
(177,197,216)
#B8CADB
(184,202,219)
#BFCFDE
(191,207,222)
#C6D4E1
(198,212,225)
#CDD9E4
(205,217,228)
#D4DEE7
(212,222,231)
#DBE3EA
(219,227,234)
#E2E8ED
(226,232,237)
#E9EDF0
(233,237,240)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC0D5; }

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

This text font color is #AAC0D5.


Background Color

.myBgColor { background-color: #AAC0D5; }

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

This div background color is #AAC0D5.


Border color

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

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

This div border color is #AAC0D5.


Opacity

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

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

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

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

This text has shadow with #AAC0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC0D5 on black background.


Color preview on white background

This text has color #AAC0D5 on white background.



Black color preview on #AAC0D5 background

This text has black color on #AAC0D5 background.


White color preview on #AAC0D5 background

This text has white color on #AAC0D5 background.