COLOR #E7A5C7

HEX: #E7A5C7
RGB: (231,165,199)

Color info

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

RGB color model

#E7A5C7 color RGB value is (231,165,199).

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

RGB channels and saturation

R 231 of 255 = 91%
G 165 of 255 = 65%
B 199 of 255 = 78%

231
165
199

R + G + B ~ 78%. #E7A5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 165 + 199 = 595 (100%)
R 231 of 595 ~ 38.82%
G 165 of 595 ~ 27.73%
B 199 of 595 ~ 33.45%

%38.82
%27.73
%33.45

CMYK color model

#E7A5C7 color CMYK value is (0,29,14,9).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,29,14,9)
C0M29Y14K9 
(0%,29%,14%,9%)
(0.00/0.29/0.14/0.09)	

CMYK percentages

%0
%28.57
%13.85
%9.41

Codes

Color #E7A5C7 in popluar color models

E7A5C7
RGB231165199
HSL329°57.89%77.65%
HSB/HSV329°28.57%90.59%
CMYK0.00%28.57%13.85%
9.41%

Color #E7A5C7 in popluar number systems.

HEXE7A5C7
Decimal231165199
Binary111001111010010111000111
Octal347245307

Shades and tints

Shades of #E7A5C7

#E7A5C7
(231,165,199)
#D296B5
(210,150,181)
#BD87A3
(189,135,163)
#A87891
(168,120,145)
#93697F
(147,105,127)
#7E5A6D
(126,90,109)
#694B5B
(105,75,91)
#543C49
(84,60,73)
#3F2D37
(63,45,55)
#2A1E25
(42,30,37)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #E7A5C7

#E7A5C7
(231,165,199)
#E9ADCC
(233,173,204)
#EBB5D1
(235,181,209)
#EDBDD6
(237,189,214)
#EFC5DB
(239,197,219)
#F1CDE0
(241,205,224)
#F3D5E5
(243,213,229)
#F5DDEA
(245,221,234)
#F7E5EF
(247,229,239)
#F9EDF4
(249,237,244)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A5C7; }

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

This text font color is #E7A5C7.


Background Color

.myBgColor { background-color: #E7A5C7; }

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

This div background color is #E7A5C7.


Border color

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

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

This div border color is #E7A5C7.


Opacity

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

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

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

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

This text has shadow with #E7A5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A5C7 on black background.


Color preview on white background

This text has color #E7A5C7 on white background.



Black color preview on #E7A5C7 background

This text has black color on #E7A5C7 background.


White color preview on #E7A5C7 background

This text has white color on #E7A5C7 background.