COLOR #AA7EA5

HEX: #AA7EA5
RGB: (170,126,165)

Color info

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

RGB color model

#AA7EA5 color RGB value is (170,126,165).

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

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 165 of 255 = 65%

170
126
165

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

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 165 = 461 (100%)
R 170 of 461 ~ 36.88%
G 126 of 461 ~ 27.33%
B 165 of 461 ~ 35.79%

%36.88
%27.33
%35.79

CMYK color model

#AA7EA5 color CMYK value is (0,26,3,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(0,26,3,33)
C0M26Y3K33 
(0%,26%,3%,33%)
(0.00/0.26/0.03/0.33)	

CMYK percentages

%0
%25.88
%2.94
%33.33

Codes

Color #AA7EA5 in popluar color models

AA7EA5
RGB170126165
HSL307°20.56%58.04%
HSB/HSV307°25.88%66.67%
CMYK0.00%25.88%2.94%
33.33%

Color #AA7EA5 in popluar number systems.

HEXAA7EA5
Decimal170126165
Binary10101010111111010100101
Octal252176245

Shades and tints

Shades of #AA7EA5

#AA7EA5
(170,126,165)
#9B7396
(155,115,150)
#8C6887
(140,104,135)
#7D5D78
(125,93,120)
#6E5269
(110,82,105)
#5F475A
(95,71,90)
#503C4B
(80,60,75)
#41313C
(65,49,60)
#32262D
(50,38,45)
#231B1E
(35,27,30)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA7EA5

#AA7EA5
(170,126,165)
#B189AD
(177,137,173)
#B894B5
(184,148,181)
#BF9FBD
(191,159,189)
#C6AAC5
(198,170,197)
#CDB5CD
(205,181,205)
#D4C0D5
(212,192,213)
#DBCBDD
(219,203,221)
#E2D6E5
(226,214,229)
#E9E1ED
(233,225,237)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7EA5; }

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

This text font color is #AA7EA5.


Background Color

.myBgColor { background-color: #AA7EA5; }

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

This div background color is #AA7EA5.


Border color

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

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

This div border color is #AA7EA5.


Opacity

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

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

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

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

This text has shadow with #AA7EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7EA5 on black background.


Color preview on white background

This text has color #AA7EA5 on white background.



Black color preview on #AA7EA5 background

This text has black color on #AA7EA5 background.


White color preview on #AA7EA5 background

This text has white color on #AA7EA5 background.