COLOR #E7A7E5

HEX: #E7A7E5
RGB: (231,167,229)

Color info

#E7A7E5 contains mainly red and blue colors. Web safe color of #E7A7E5 is #FF99CC (or #F9C).

RGB color model

#E7A7E5 color RGB value is (231,167,229).

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

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 229 of 255 = 90%

231
167
229

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

Portions of RGB colors in percentages

R + G + B =
231 + 167 + 229 = 627 (100%)
R 231 of 627 ~ 36.84%
G 167 of 627 ~ 26.63%
B 229 of 627 ~ 36.52%

%36.84
%26.63
%36.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 0.87%
  • key color value is 9.41%
CMYK:
(0,28,1,9)
C0M28Y1K9 
(0%,28%,1%,9%)
(0.00/0.28/0.01/0.09)	

CMYK percentages

%0
%27.71
%0.87
%9.41

Codes

Color #E7A7E5 in popluar color models

E7A7E5
RGB231167229
HSL302°57.14%78.04%
HSB/HSV302°27.71%90.59%
CMYK0.00%27.71%0.87%
9.41%

Color #E7A7E5 in popluar number systems.

HEXE7A7E5
Decimal231167229
Binary111001111010011111100101
Octal347247345

Shades and tints

Shades of #E7A7E5

#E7A7E5
(231,167,229)
#D298D1
(210,152,209)
#BD89BD
(189,137,189)
#A87AA9
(168,122,169)
#936B95
(147,107,149)
#7E5C81
(126,92,129)
#694D6D
(105,77,109)
#543E59
(84,62,89)
#3F2F45
(63,47,69)
#2A2031
(42,32,49)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #E7A7E5

#E7A7E5
(231,167,229)
#E9AFE7
(233,175,231)
#EBB7E9
(235,183,233)
#EDBFEB
(237,191,235)
#EFC7ED
(239,199,237)
#F1CFEF
(241,207,239)
#F3D7F1
(243,215,241)
#F5DFF3
(245,223,243)
#F7E7F5
(247,231,245)
#F9EFF7
(249,239,247)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A7E5; }

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

This text font color is #E7A7E5.


Background Color

.myBgColor { background-color: #E7A7E5; }

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

This div background color is #E7A7E5.


Border color

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

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

This div border color is #E7A7E5.


Opacity

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

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

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

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

This text has shadow with #E7A7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A7E5 on black background.


Color preview on white background

This text has color #E7A7E5 on white background.



Black color preview on #E7A7E5 background

This text has black color on #E7A7E5 background.


White color preview on #E7A7E5 background

This text has white color on #E7A7E5 background.