COLOR #AAC9D5

HEX: #AAC9D5
RGB: (170,201,213)

Color info

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

RGB color model

#AAC9D5 color RGB value is (170,201,213).

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

RGB channels and saturation

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

170
201
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 213 = 584 (100%)
R 170 of 584 ~ 29.11%
G 201 of 584 ~ 34.42%
B 213 of 584 ~ 36.47%

%29.11
%34.42
%36.47

CMYK color model

#AAC9D5 color CMYK value is (20,6,0,16).

  • cyan value is 20.19%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,6,0,16)
C20M6Y0K16 
(20%,6%,0%,16%)
(0.20/0.06/0.00/0.16)	

CMYK percentages

%20.19
%5.63
%0
%16.47

Codes

Color #AAC9D5 in popluar color models

AAC9D5
RGB170201213
HSL197°33.86%75.10%
HSB/HSV197°20.19%83.53%
CMYK20.19%5.63%0.00%
16.47%

Color #AAC9D5 in popluar number systems.

HEXAAC9D5
Decimal170201213
Binary101010101100100111010101
Octal252311325

Shades and tints

Shades of #AAC9D5

#AAC9D5
(170,201,213)
#9BB7C2
(155,183,194)
#8CA5AF
(140,165,175)
#7D939C
(125,147,156)
#6E8189
(110,129,137)
#5F6F76
(95,111,118)
#505D63
(80,93,99)
#414B50
(65,75,80)
#32393D
(50,57,61)
#23272A
(35,39,42)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AAC9D5

#AAC9D5
(170,201,213)
#B1CDD8
(177,205,216)
#B8D1DB
(184,209,219)
#BFD5DE
(191,213,222)
#C6D9E1
(198,217,225)
#CDDDE4
(205,221,228)
#D4E1E7
(212,225,231)
#DBE5EA
(219,229,234)
#E2E9ED
(226,233,237)
#E9EDF0
(233,237,240)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC9D5; }

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

This text font color is #AAC9D5.


Background Color

.myBgColor { background-color: #AAC9D5; }

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

This div background color is #AAC9D5.


Border color

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

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

This div border color is #AAC9D5.


Opacity

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

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

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

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

This text has shadow with #AAC9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC9D5 on black background.


Color preview on white background

This text has color #AAC9D5 on white background.



Black color preview on #AAC9D5 background

This text has black color on #AAC9D5 background.


White color preview on #AAC9D5 background

This text has white color on #AAC9D5 background.