COLOR #AAC0D8

HEX: #AAC0D8
RGB: (170,192,216)

Color info

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

RGB color model

#AAC0D8 color RGB value is (170,192,216).

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

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 216 of 255 = 85%

170
192
216

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

Portions of RGB colors in percentages

R + G + B =
170 + 192 + 216 = 578 (100%)
R 170 of 578 ~ 29.41%
G 192 of 578 ~ 33.22%
B 216 of 578 ~ 37.37%

%29.41
%33.22
%37.37

CMYK color model

#AAC0D8 color CMYK value is (21,11,0,15).

  • cyan value is 21.30%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,11,0,15)
C21M11Y0K15 
(21%,11%,0%,15%)
(0.21/0.11/0.00/0.15)	

CMYK percentages

%21.3
%11.11
%0
%15.29

Codes

Color #AAC0D8 in popluar color models

AAC0D8
RGB170192216
HSL211°37.10%75.69%
HSB/HSV211°21.30%84.71%
CMYK21.30%11.11%0.00%
15.29%

Color #AAC0D8 in popluar number systems.

HEXAAC0D8
Decimal170192216
Binary101010101100000011011000
Octal252300330

Shades and tints

Shades of #AAC0D8

#AAC0D8
(170,192,216)
#9BAFC5
(155,175,197)
#8C9EB2
(140,158,178)
#7D8D9F
(125,141,159)
#6E7C8C
(110,124,140)
#5F6B79
(95,107,121)
#505A66
(80,90,102)
#414953
(65,73,83)
#323840
(50,56,64)
#23272D
(35,39,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #AAC0D8

#AAC0D8
(170,192,216)
#B1C5DB
(177,197,219)
#B8CADE
(184,202,222)
#BFCFE1
(191,207,225)
#C6D4E4
(198,212,228)
#CDD9E7
(205,217,231)
#D4DEEA
(212,222,234)
#DBE3ED
(219,227,237)
#E2E8F0
(226,232,240)
#E9EDF3
(233,237,243)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC0D8; }

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

This text font color is #AAC0D8.


Background Color

.myBgColor { background-color: #AAC0D8; }

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

This div background color is #AAC0D8.


Border color

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

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

This div border color is #AAC0D8.


Opacity

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

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

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

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

This text has shadow with #AAC0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC0D8 on black background.


Color preview on white background

This text has color #AAC0D8 on white background.



Black color preview on #AAC0D8 background

This text has black color on #AAC0D8 background.


White color preview on #AAC0D8 background

This text has white color on #AAC0D8 background.