COLOR #AA8DAE

HEX: #AA8DAE
RGB: (170,141,174)

Color info

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

RGB color model

#AA8DAE color RGB value is (170,141,174).

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

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 174 of 255 = 68%

170
141
174

R + G + B ~ 63%. #AA8DAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 174 = 485 (100%)
R 170 of 485 ~ 35.05%
G 141 of 485 ~ 29.07%
B 174 of 485 ~ 35.88%

%35.05
%29.07
%35.88

CMYK color model

#AA8DAE color CMYK value is (2,19,0,32).

  • cyan value is 2.30%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(2,19,0,32)
C2M19Y0K32 
(2%,19%,0%,32%)
(0.02/0.19/0.00/0.32)	

CMYK percentages

%2.3
%18.97
%0
%31.76

Codes

Color #AA8DAE in popluar color models

AA8DAE
RGB170141174
HSL293°16.92%61.76%
HSB/HSV293°18.97%68.24%
CMYK2.30%18.97%0.00%
31.76%

Color #AA8DAE in popluar number systems.

HEXAA8DAE
Decimal170141174
Binary101010101000110110101110
Octal252215256

Shades and tints

Shades of #AA8DAE

#AA8DAE
(170,141,174)
#9B819F
(155,129,159)
#8C7590
(140,117,144)
#7D6981
(125,105,129)
#6E5D72
(110,93,114)
#5F5163
(95,81,99)
#504554
(80,69,84)
#413945
(65,57,69)
#322D36
(50,45,54)
#232127
(35,33,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AA8DAE

#AA8DAE
(170,141,174)
#B197B5
(177,151,181)
#B8A1BC
(184,161,188)
#BFABC3
(191,171,195)
#C6B5CA
(198,181,202)
#CDBFD1
(205,191,209)
#D4C9D8
(212,201,216)
#DBD3DF
(219,211,223)
#E2DDE6
(226,221,230)
#E9E7ED
(233,231,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8DAE; }

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

This text font color is #AA8DAE.


Background Color

.myBgColor { background-color: #AA8DAE; }

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

This div background color is #AA8DAE.


Border color

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

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

This div border color is #AA8DAE.


Opacity

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

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

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

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

This text has shadow with #AA8DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8DAE on black background.


Color preview on white background

This text has color #AA8DAE on white background.



Black color preview on #AA8DAE background

This text has black color on #AA8DAE background.


White color preview on #AA8DAE background

This text has white color on #AA8DAE background.