COLOR #AA96AD

HEX: #AA96AD
RGB: (170,150,173)

Color info

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

RGB color model

#AA96AD color RGB value is (170,150,173).

  • red value is 170;
  • green value is 150;
  • blue value is 173.
RGB:
(170,150,173)
(67%,59%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 173 of 255 = 68%

170
150
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 173 = 493 (100%)
R 170 of 493 ~ 34.48%
G 150 of 493 ~ 30.43%
B 173 of 493 ~ 35.09%

%34.48
%30.43
%35.09

CMYK color model

#AA96AD color CMYK value is (2,13,0,32).

  • cyan value is 1.73%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,13,0,32)
C2M13Y0K32 
(2%,13%,0%,32%)
(0.02/0.13/0.00/0.32)	

CMYK percentages

%1.73
%13.29
%0
%32.16

Codes

Color #AA96AD in popluar color models

AA96AD
RGB170150173
HSL292°12.30%63.33%
HSB/HSV292°13.29%67.84%
CMYK1.73%13.29%0.00%
32.16%

Color #AA96AD in popluar number systems.

HEXAA96AD
Decimal170150173
Binary101010101001011010101101
Octal252226255

Shades and tints

Shades of #AA96AD

#AA96AD
(170,150,173)
#9B899E
(155,137,158)
#8C7C8F
(140,124,143)
#7D6F80
(125,111,128)
#6E6271
(110,98,113)
#5F5562
(95,85,98)
#504853
(80,72,83)
#413B44
(65,59,68)
#322E35
(50,46,53)
#232126
(35,33,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AA96AD

#AA96AD
(170,150,173)
#B19FB4
(177,159,180)
#B8A8BB
(184,168,187)
#BFB1C2
(191,177,194)
#C6BAC9
(198,186,201)
#CDC3D0
(205,195,208)
#D4CCD7
(212,204,215)
#DBD5DE
(219,213,222)
#E2DEE5
(226,222,229)
#E9E7EC
(233,231,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA96AD color. Also use rgb(170,150,173) instead hex code.

Text Font Color

.myTextColor { color: #AA96AD; }

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

This text font color is #AA96AD.


Background Color

.myBgColor { background-color: #AA96AD; }

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

This div background color is #AA96AD.


Border color

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

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

This div border color is #AA96AD.


Opacity

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

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

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

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

This text has shadow with #AA96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA96AD on black background.


Color preview on white background

This text has color #AA96AD on white background.



Black color preview on #AA96AD background

This text has black color on #AA96AD background.


White color preview on #AA96AD background

This text has white color on #AA96AD background.