COLOR #AA9DAC

HEX: #AA9DAC
RGB: (170,157,172)

Color info

#AA9DAC contains red, green and blue colors in about the same proportion. Web safe color of #AA9DAC is #999999 (or #999).

RGB color model

#AA9DAC color RGB value is (170,157,172).

  • red value is 170;
  • green value is 157;
  • blue value is 172.
RGB:
(170,157,172)
(67%,62%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 172 of 255 = 67%

170
157
172

R + G + B ~ 65%. #AA9DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 172 = 499 (100%)
R 170 of 499 ~ 34.07%
G 157 of 499 ~ 31.46%
B 172 of 499 ~ 34.47%

%34.07
%31.46
%34.47

CMYK color model

#AA9DAC color CMYK value is (1,9,0,33).

  • cyan value is 1.16%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(1,9,0,33)
C1M9Y0K33 
(1%,9%,0%,33%)
(0.01/0.09/0.00/0.33)	

CMYK percentages

%1.16
%8.72
%0
%32.55

Codes

Color #AA9DAC in popluar color models

AA9DAC
RGB170157172
HSL292°8.29%64.51%
HSB/HSV292°8.72%67.45%
CMYK1.16%8.72%0.00%
32.55%

Color #AA9DAC in popluar number systems.

HEXAA9DAC
Decimal170157172
Binary101010101001110110101100
Octal252235254

Shades and tints

Shades of #AA9DAC

#AA9DAC
(170,157,172)
#9B8F9D
(155,143,157)
#8C818E
(140,129,142)
#7D737F
(125,115,127)
#6E6570
(110,101,112)
#5F5761
(95,87,97)
#504952
(80,73,82)
#413B43
(65,59,67)
#322D34
(50,45,52)
#231F25
(35,31,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AA9DAC

#AA9DAC
(170,157,172)
#B1A5B3
(177,165,179)
#B8ADBA
(184,173,186)
#BFB5C1
(191,181,193)
#C6BDC8
(198,189,200)
#CDC5CF
(205,197,207)
#D4CDD6
(212,205,214)
#DBD5DD
(219,213,221)
#E2DDE4
(226,221,228)
#E9E5EB
(233,229,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9DAC color. Also use rgb(170,157,172) instead hex code.

Text Font Color

.myTextColor { color: #AA9DAC; }

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

This text font color is #AA9DAC.


Background Color

.myBgColor { background-color: #AA9DAC; }

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

This div background color is #AA9DAC.


Border color

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

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

This div border color is #AA9DAC.


Opacity

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

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

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

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

This text has shadow with #AA9DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9DAC on black background.


Color preview on white background

This text has color #AA9DAC on white background.



Black color preview on #AA9DAC background

This text has black color on #AA9DAC background.


White color preview on #AA9DAC background

This text has white color on #AA9DAC background.