COLOR #AA7E99

HEX: #AA7E99
RGB: (170,126,153)

Color info

#AA7E99 contains red, green and blue colors in about the same proportion. Web safe color of #AA7E99 is #996699 (or #969).

RGB color model

#AA7E99 color RGB value is (170,126,153).

  • red value is 170;
  • green value is 126;
  • blue value is 153.
RGB:
(170,126,153)
(67%,49%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 153 of 255 = 60%

170
126
153

R + G + B ~ 59%. #AA7E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 153 = 449 (100%)
R 170 of 449 ~ 37.86%
G 126 of 449 ~ 28.06%
B 153 of 449 ~ 34.08%

%37.86
%28.06
%34.08

CMYK color model

#AA7E99 color CMYK value is (0,26,10,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(0,26,10,33)
C0M26Y10K33 
(0%,26%,10%,33%)
(0.00/0.26/0.10/0.33)	

CMYK percentages

%0
%25.88
%10
%33.33

Codes

Color #AA7E99 in popluar color models

AA7E99
RGB170126153
HSL323°20.56%58.04%
HSB/HSV323°25.88%66.67%
CMYK0.00%25.88%10.00%
33.33%

Color #AA7E99 in popluar number systems.

HEXAA7E99
Decimal170126153
Binary10101010111111010011001
Octal252176231

Shades and tints

Shades of #AA7E99

#AA7E99
(170,126,153)
#9B738C
(155,115,140)
#8C687F
(140,104,127)
#7D5D72
(125,93,114)
#6E5265
(110,82,101)
#5F4758
(95,71,88)
#503C4B
(80,60,75)
#41313E
(65,49,62)
#322631
(50,38,49)
#231B24
(35,27,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #AA7E99

#AA7E99
(170,126,153)
#B189A2
(177,137,162)
#B894AB
(184,148,171)
#BF9FB4
(191,159,180)
#C6AABD
(198,170,189)
#CDB5C6
(205,181,198)
#D4C0CF
(212,192,207)
#DBCBD8
(219,203,216)
#E2D6E1
(226,214,225)
#E9E1EA
(233,225,234)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7E99 color. Also use rgb(170,126,153) instead hex code.

Text Font Color

.myTextColor { color: #AA7E99; }

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

This text font color is #AA7E99.


Background Color

.myBgColor { background-color: #AA7E99; }

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

This div background color is #AA7E99.


Border color

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

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

This div border color is #AA7E99.


Opacity

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

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

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

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

This text has shadow with #AA7E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7E99 on black background.


Color preview on white background

This text has color #AA7E99 on white background.



Black color preview on #AA7E99 background

This text has black color on #AA7E99 background.


White color preview on #AA7E99 background

This text has white color on #AA7E99 background.