COLOR #AA8DA1

HEX: #AA8DA1
RGB: (170,141,161)

Color info

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

RGB color model

#AA8DA1 color RGB value is (170,141,161).

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

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 161 of 255 = 63%

170
141
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 161 = 472 (100%)
R 170 of 472 ~ 36.02%
G 141 of 472 ~ 29.87%
B 161 of 472 ~ 34.11%

%36.02
%29.87
%34.11

CMYK color model

#AA8DA1 color CMYK value is (0,17,5,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 5.29%
  • key color value is 33.33%
CMYK:
(0,17,5,33)
C0M17Y5K33 
(0%,17%,5%,33%)
(0.00/0.17/0.05/0.33)	

CMYK percentages

%0
%17.06
%5.29
%33.33

Codes

Color #AA8DA1 in popluar color models

AA8DA1
RGB170141161
HSL319°14.57%60.98%
HSB/HSV319°17.06%66.67%
CMYK0.00%17.06%5.29%
33.33%

Color #AA8DA1 in popluar number systems.

HEXAA8DA1
Decimal170141161
Binary101010101000110110100001
Octal252215241

Shades and tints

Shades of #AA8DA1

#AA8DA1
(170,141,161)
#9B8193
(155,129,147)
#8C7585
(140,117,133)
#7D6977
(125,105,119)
#6E5D69
(110,93,105)
#5F515B
(95,81,91)
#50454D
(80,69,77)
#41393F
(65,57,63)
#322D31
(50,45,49)
#232123
(35,33,35)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AA8DA1

#AA8DA1
(170,141,161)
#B197A9
(177,151,169)
#B8A1B1
(184,161,177)
#BFABB9
(191,171,185)
#C6B5C1
(198,181,193)
#CDBFC9
(205,191,201)
#D4C9D1
(212,201,209)
#DBD3D9
(219,211,217)
#E2DDE1
(226,221,225)
#E9E7E9
(233,231,233)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8DA1; }

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

This text font color is #AA8DA1.


Background Color

.myBgColor { background-color: #AA8DA1; }

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

This div background color is #AA8DA1.


Border color

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

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

This div border color is #AA8DA1.


Opacity

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

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

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

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

This text has shadow with #AA8DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8DA1 on black background.


Color preview on white background

This text has color #AA8DA1 on white background.



Black color preview on #AA8DA1 background

This text has black color on #AA8DA1 background.


White color preview on #AA8DA1 background

This text has white color on #AA8DA1 background.