COLOR #AA7E94

HEX: #AA7E94
RGB: (170,126,148)

Color info

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

RGB color model

#AA7E94 color RGB value is (170,126,148).

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

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 148 of 255 = 58%

170
126
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 148 = 444 (100%)
R 170 of 444 ~ 38.29%
G 126 of 444 ~ 28.38%
B 148 of 444 ~ 33.33%

%38.29
%28.38
%33.33

CMYK color model

#AA7E94 color CMYK value is (0,26,13,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(0,26,13,33)
C0M26Y13K33 
(0%,26%,13%,33%)
(0.00/0.26/0.13/0.33)	

CMYK percentages

%0
%25.88
%12.94
%33.33

Codes

Color #AA7E94 in popluar color models

AA7E94
RGB170126148
HSL330°20.56%58.04%
HSB/HSV330°25.88%66.67%
CMYK0.00%25.88%12.94%
33.33%

Color #AA7E94 in popluar number systems.

HEXAA7E94
Decimal170126148
Binary10101010111111010010100
Octal252176224

Shades and tints

Shades of #AA7E94

#AA7E94
(170,126,148)
#9B7387
(155,115,135)
#8C687A
(140,104,122)
#7D5D6D
(125,93,109)
#6E5260
(110,82,96)
#5F4753
(95,71,83)
#503C46
(80,60,70)
#413139
(65,49,57)
#32262C
(50,38,44)
#231B1F
(35,27,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA7E94

#AA7E94
(170,126,148)
#B1899D
(177,137,157)
#B894A6
(184,148,166)
#BF9FAF
(191,159,175)
#C6AAB8
(198,170,184)
#CDB5C1
(205,181,193)
#D4C0CA
(212,192,202)
#DBCBD3
(219,203,211)
#E2D6DC
(226,214,220)
#E9E1E5
(233,225,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7E94; }

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

This text font color is #AA7E94.


Background Color

.myBgColor { background-color: #AA7E94; }

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

This div background color is #AA7E94.


Border color

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

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

This div border color is #AA7E94.


Opacity

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

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

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

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

This text has shadow with #AA7E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7E94 on black background.


Color preview on white background

This text has color #AA7E94 on white background.



Black color preview on #AA7E94 background

This text has black color on #AA7E94 background.


White color preview on #AA7E94 background

This text has white color on #AA7E94 background.