COLOR #E7A6E7

HEX: #E7A6E7
RGB: (231,166,231)

Color info

#E7A6E7 contains mainly red and blue colors. Web safe color of #E7A6E7 is #FF99FF (or #F9F).

RGB color model

#E7A6E7 color RGB value is (231,166,231).

  • red value is 231;
  • green value is 166;
  • blue value is 231.
RGB:
(231,166,231)
(91%,65%,91%)

RGB channels and saturation

R 231 of 255 = 91%
G 166 of 255 = 65%
B 231 of 255 = 91%

231
166
231

R + G + B ~ 82%. #E7A6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 166 + 231 = 628 (100%)
R 231 of 628 ~ 36.78%
G 166 of 628 ~ 26.43%
B 231 of 628 ~ 36.78%

%36.78
%26.43
%36.78

CMYK color model

#E7A6E7 color CMYK value is (0,28,0,9).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,28,0,9)
C0M28Y0K9 
(0%,28%,0%,9%)
(0.00/0.28/0.00/0.09)	

CMYK percentages

%0
%28.14
%0
%9.41

Codes

Color #E7A6E7 in popluar color models

E7A6E7
RGB231166231
HSL300°57.52%77.84%
HSB/HSV300°28.14%90.59%
CMYK0.00%28.14%0.00%
9.41%

Color #E7A6E7 in popluar number systems.

HEXE7A6E7
Decimal231166231
Binary111001111010011011100111
Octal347246347

Shades and tints

Shades of #E7A6E7

#E7A6E7
(231,166,231)
#D297D2
(210,151,210)
#BD88BD
(189,136,189)
#A879A8
(168,121,168)
#936A93
(147,106,147)
#7E5B7E
(126,91,126)
#694C69
(105,76,105)
#543D54
(84,61,84)
#3F2E3F
(63,46,63)
#2A1F2A
(42,31,42)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #E7A6E7

#E7A6E7
(231,166,231)
#E9AEE9
(233,174,233)
#EBB6EB
(235,182,235)
#EDBEED
(237,190,237)
#EFC6EF
(239,198,239)
#F1CEF1
(241,206,241)
#F3D6F3
(243,214,243)
#F5DEF5
(245,222,245)
#F7E6F7
(247,230,247)
#F9EEF9
(249,238,249)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A6E7 color. Also use rgb(231,166,231) instead hex code.

Text Font Color

.myTextColor { color: #E7A6E7; }

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

This text font color is #E7A6E7.


Background Color

.myBgColor { background-color: #E7A6E7; }

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

This div background color is #E7A6E7.


Border color

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

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

This div border color is #E7A6E7.


Opacity

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

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

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

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

This text has shadow with #E7A6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A6E7 on black background.


Color preview on white background

This text has color #E7A6E7 on white background.



Black color preview on #E7A6E7 background

This text has black color on #E7A6E7 background.


White color preview on #E7A6E7 background

This text has white color on #E7A6E7 background.