COLOR #AA9DA6

HEX: #AA9DA6
RGB: (170,157,166)

Color info

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

RGB color model

#AA9DA6 color RGB value is (170,157,166).

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

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 166 of 255 = 65%

170
157
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 166 = 493 (100%)
R 170 of 493 ~ 34.48%
G 157 of 493 ~ 31.85%
B 166 of 493 ~ 33.67%

%34.48
%31.85
%33.67

CMYK color model

#AA9DA6 color CMYK value is (0,8,2,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(0,8,2,33)
C0M8Y2K33 
(0%,8%,2%,33%)
(0.00/0.08/0.02/0.33)	

CMYK percentages

%0
%7.65
%2.35
%33.33

Codes

Color #AA9DA6 in popluar color models

AA9DA6
RGB170157166
HSL318°7.10%64.12%
HSB/HSV318°7.65%66.67%
CMYK0.00%7.65%2.35%
33.33%

Color #AA9DA6 in popluar number systems.

HEXAA9DA6
Decimal170157166
Binary101010101001110110100110
Octal252235246

Shades and tints

Shades of #AA9DA6

#AA9DA6
(170,157,166)
#9B8F97
(155,143,151)
#8C8188
(140,129,136)
#7D7379
(125,115,121)
#6E656A
(110,101,106)
#5F575B
(95,87,91)
#50494C
(80,73,76)
#413B3D
(65,59,61)
#322D2E
(50,45,46)
#231F1F
(35,31,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA9DA6

#AA9DA6
(170,157,166)
#B1A5AE
(177,165,174)
#B8ADB6
(184,173,182)
#BFB5BE
(191,181,190)
#C6BDC6
(198,189,198)
#CDC5CE
(205,197,206)
#D4CDD6
(212,205,214)
#DBD5DE
(219,213,222)
#E2DDE6
(226,221,230)
#E9E5EE
(233,229,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9DA6; }

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

This text font color is #AA9DA6.


Background Color

.myBgColor { background-color: #AA9DA6; }

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

This div background color is #AA9DA6.


Border color

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

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

This div border color is #AA9DA6.


Opacity

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

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

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

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

This text has shadow with #AA9DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9DA6 on black background.


Color preview on white background

This text has color #AA9DA6 on white background.



Black color preview on #AA9DA6 background

This text has black color on #AA9DA6 background.


White color preview on #AA9DA6 background

This text has white color on #AA9DA6 background.