COLOR #AA8DA6

HEX: #AA8DA6
RGB: (170,141,166)

Color info

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

RGB color model

#AA8DA6 color RGB value is (170,141,166).

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

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 166 of 255 = 65%

170
141
166

R + G + B ~ 62%. #AA8DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 166 = 477 (100%)
R 170 of 477 ~ 35.64%
G 141 of 477 ~ 29.56%
B 166 of 477 ~ 34.8%

%35.64
%29.56
%34.8

CMYK color model

#AA8DA6 color CMYK value is (0,17,2,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(0,17,2,33)
C0M17Y2K33 
(0%,17%,2%,33%)
(0.00/0.17/0.02/0.33)	

CMYK percentages

%0
%17.06
%2.35
%33.33

Codes

Color #AA8DA6 in popluar color models

AA8DA6
RGB170141166
HSL308°14.57%60.98%
HSB/HSV308°17.06%66.67%
CMYK0.00%17.06%2.35%
33.33%

Color #AA8DA6 in popluar number systems.

HEXAA8DA6
Decimal170141166
Binary101010101000110110100110
Octal252215246

Shades and tints

Shades of #AA8DA6

#AA8DA6
(170,141,166)
#9B8197
(155,129,151)
#8C7588
(140,117,136)
#7D6979
(125,105,121)
#6E5D6A
(110,93,106)
#5F515B
(95,81,91)
#50454C
(80,69,76)
#41393D
(65,57,61)
#322D2E
(50,45,46)
#23211F
(35,33,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA8DA6

#AA8DA6
(170,141,166)
#B197AE
(177,151,174)
#B8A1B6
(184,161,182)
#BFABBE
(191,171,190)
#C6B5C6
(198,181,198)
#CDBFCE
(205,191,206)
#D4C9D6
(212,201,214)
#DBD3DE
(219,211,222)
#E2DDE6
(226,221,230)
#E9E7EE
(233,231,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8DA6; }

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

This text font color is #AA8DA6.


Background Color

.myBgColor { background-color: #AA8DA6; }

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

This div background color is #AA8DA6.


Border color

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

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

This div border color is #AA8DA6.


Opacity

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

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

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

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

This text has shadow with #AA8DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8DA6 on black background.


Color preview on white background

This text has color #AA8DA6 on white background.



Black color preview on #AA8DA6 background

This text has black color on #AA8DA6 background.


White color preview on #AA8DA6 background

This text has white color on #AA8DA6 background.