COLOR #AA7EBF

HEX: #AA7EBF
RGB: (170,126,191)

Color info

#AA7EBF contains mainly red and blue colors. Web safe color of #AA7EBF is #9966CC (or #96C).

RGB color model

#AA7EBF color RGB value is (170,126,191).

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

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 191 of 255 = 75%

170
126
191

R + G + B ~ 64%. #AA7EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 191 = 487 (100%)
R 170 of 487 ~ 34.91%
G 126 of 487 ~ 25.87%
B 191 of 487 ~ 39.22%

%34.91
%25.87
%39.22

CMYK color model

#AA7EBF color CMYK value is (11,34,0,25).

  • cyan value is 10.99%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,34,0,25)
C11M34Y0K25 
(11%,34%,0%,25%)
(0.11/0.34/0.00/0.25)	

CMYK percentages

%10.99
%34.03
%0
%25.1

Codes

Color #AA7EBF in popluar color models

AA7EBF
RGB170126191
HSL281°33.68%62.16%
HSB/HSV281°34.03%74.90%
CMYK10.99%34.03%0.00%
25.10%

Color #AA7EBF in popluar number systems.

HEXAA7EBF
Decimal170126191
Binary10101010111111010111111
Octal252176277

Shades and tints

Shades of #AA7EBF

#AA7EBF
(170,126,191)
#9B73AE
(155,115,174)
#8C689D
(140,104,157)
#7D5D8C
(125,93,140)
#6E527B
(110,82,123)
#5F476A
(95,71,106)
#503C59
(80,60,89)
#413148
(65,49,72)
#322637
(50,38,55)
#231B26
(35,27,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AA7EBF

#AA7EBF
(170,126,191)
#B189C4
(177,137,196)
#B894C9
(184,148,201)
#BF9FCE
(191,159,206)
#C6AAD3
(198,170,211)
#CDB5D8
(205,181,216)
#D4C0DD
(212,192,221)
#DBCBE2
(219,203,226)
#E2D6E7
(226,214,231)
#E9E1EC
(233,225,236)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7EBF; }

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

This text font color is #AA7EBF.


Background Color

.myBgColor { background-color: #AA7EBF; }

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

This div background color is #AA7EBF.


Border color

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

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

This div border color is #AA7EBF.


Opacity

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

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

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

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

This text has shadow with #AA7EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7EBF on black background.


Color preview on white background

This text has color #AA7EBF on white background.



Black color preview on #AA7EBF background

This text has black color on #AA7EBF background.


White color preview on #AA7EBF background

This text has white color on #AA7EBF background.