COLOR #AAC9D6

HEX: #AAC9D6
RGB: (170,201,214)

Color info

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

RGB color model

#AAC9D6 color RGB value is (170,201,214).

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

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 214 of 255 = 84%

170
201
214

R + G + B ~ 77%. #AAC9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 214 = 585 (100%)
R 170 of 585 ~ 29.06%
G 201 of 585 ~ 34.36%
B 214 of 585 ~ 36.58%

%29.06
%34.36
%36.58

CMYK color model

#AAC9D6 color CMYK value is (21,6,0,16).

  • cyan value is 20.56%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,6,0,16)
C21M6Y0K16 
(21%,6%,0%,16%)
(0.21/0.06/0.00/0.16)	

CMYK percentages

%20.56
%6.07
%0
%16.08

Codes

Color #AAC9D6 in popluar color models

AAC9D6
RGB170201214
HSL198°34.92%75.29%
HSB/HSV198°20.56%83.92%
CMYK20.56%6.07%0.00%
16.08%

Color #AAC9D6 in popluar number systems.

HEXAAC9D6
Decimal170201214
Binary101010101100100111010110
Octal252311326

Shades and tints

Shades of #AAC9D6

#AAC9D6
(170,201,214)
#9BB7C3
(155,183,195)
#8CA5B0
(140,165,176)
#7D939D
(125,147,157)
#6E818A
(110,129,138)
#5F6F77
(95,111,119)
#505D64
(80,93,100)
#414B51
(65,75,81)
#32393E
(50,57,62)
#23272B
(35,39,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AAC9D6

#AAC9D6
(170,201,214)
#B1CDD9
(177,205,217)
#B8D1DC
(184,209,220)
#BFD5DF
(191,213,223)
#C6D9E2
(198,217,226)
#CDDDE5
(205,221,229)
#D4E1E8
(212,225,232)
#DBE5EB
(219,229,235)
#E2E9EE
(226,233,238)
#E9EDF1
(233,237,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC9D6; }

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

This text font color is #AAC9D6.


Background Color

.myBgColor { background-color: #AAC9D6; }

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

This div background color is #AAC9D6.


Border color

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

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

This div border color is #AAC9D6.


Opacity

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

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

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

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

This text has shadow with #AAC9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC9D6 on black background.


Color preview on white background

This text has color #AAC9D6 on white background.



Black color preview on #AAC9D6 background

This text has black color on #AAC9D6 background.


White color preview on #AAC9D6 background

This text has white color on #AAC9D6 background.