COLOR #AA7EB4

HEX: #AA7EB4
RGB: (170,126,180)

Color info

#AA7EB4 contains red, green and blue colors in about the same proportion. Web safe color of #AA7EB4 is #9966CC (or #96C).

RGB color model

#AA7EB4 color RGB value is (170,126,180).

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

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 180 of 255 = 71%

170
126
180

R + G + B ~ 62%. #AA7EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 180 = 476 (100%)
R 170 of 476 ~ 35.71%
G 126 of 476 ~ 26.47%
B 180 of 476 ~ 37.82%

%35.71
%26.47
%37.82

CMYK color model

#AA7EB4 color CMYK value is (6,30,0,29).

  • cyan value is 5.56%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,30,0,29)
C6M30Y0K29 
(6%,30%,0%,29%)
(0.06/0.30/0.00/0.29)	

CMYK percentages

%5.56
%30
%0
%29.41

Codes

Color #AA7EB4 in popluar color models

AA7EB4
RGB170126180
HSL289°26.47%60.00%
HSB/HSV289°30.00%70.59%
CMYK5.56%30.00%0.00%
29.41%

Color #AA7EB4 in popluar number systems.

HEXAA7EB4
Decimal170126180
Binary10101010111111010110100
Octal252176264

Shades and tints

Shades of #AA7EB4

#AA7EB4
(170,126,180)
#9B73A4
(155,115,164)
#8C6894
(140,104,148)
#7D5D84
(125,93,132)
#6E5274
(110,82,116)
#5F4764
(95,71,100)
#503C54
(80,60,84)
#413144
(65,49,68)
#322634
(50,38,52)
#231B24
(35,27,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #AA7EB4

#AA7EB4
(170,126,180)
#B189BA
(177,137,186)
#B894C0
(184,148,192)
#BF9FC6
(191,159,198)
#C6AACC
(198,170,204)
#CDB5D2
(205,181,210)
#D4C0D8
(212,192,216)
#DBCBDE
(219,203,222)
#E2D6E4
(226,214,228)
#E9E1EA
(233,225,234)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7EB4; }

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

This text font color is #AA7EB4.


Background Color

.myBgColor { background-color: #AA7EB4; }

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

This div background color is #AA7EB4.


Border color

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

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

This div border color is #AA7EB4.


Opacity

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

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

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

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

This text has shadow with #AA7EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7EB4 on black background.


Color preview on white background

This text has color #AA7EB4 on white background.



Black color preview on #AA7EB4 background

This text has black color on #AA7EB4 background.


White color preview on #AA7EB4 background

This text has white color on #AA7EB4 background.