COLOR #E7A3DF

HEX: #E7A3DF
RGB: (231,163,223)

Color info

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

RGB color model

#E7A3DF color RGB value is (231,163,223).

  • red value is 231;
  • green value is 163;
  • blue value is 223.
RGB:
(231,163,223)
(91%,64%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 163 of 255 = 64%
B 223 of 255 = 87%

231
163
223

R + G + B ~ 81%. #E7A3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 163 + 223 = 617 (100%)
R 231 of 617 ~ 37.44%
G 163 of 617 ~ 26.42%
B 223 of 617 ~ 36.14%

%37.44
%26.42
%36.14

CMYK color model

#E7A3DF color CMYK value is (0,29,3,9).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,29,3,9)
C0M29Y3K9 
(0%,29%,3%,9%)
(0.00/0.29/0.03/0.09)	

CMYK percentages

%0
%29.44
%3.46
%9.41

Codes

Color #E7A3DF in popluar color models

E7A3DF
RGB231163223
HSL307°58.62%77.25%
HSB/HSV307°29.44%90.59%
CMYK0.00%29.44%3.46%
9.41%

Color #E7A3DF in popluar number systems.

HEXE7A3DF
Decimal231163223
Binary111001111010001111011111
Octal347243337

Shades and tints

Shades of #E7A3DF

#E7A3DF
(231,163,223)
#D295CB
(210,149,203)
#BD87B7
(189,135,183)
#A879A3
(168,121,163)
#936B8F
(147,107,143)
#7E5D7B
(126,93,123)
#694F67
(105,79,103)
#544153
(84,65,83)
#3F333F
(63,51,63)
#2A252B
(42,37,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7A3DF

#E7A3DF
(231,163,223)
#E9ABE1
(233,171,225)
#EBB3E3
(235,179,227)
#EDBBE5
(237,187,229)
#EFC3E7
(239,195,231)
#F1CBE9
(241,203,233)
#F3D3EB
(243,211,235)
#F5DBED
(245,219,237)
#F7E3EF
(247,227,239)
#F9EBF1
(249,235,241)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A3DF; }

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

This text font color is #E7A3DF.


Background Color

.myBgColor { background-color: #E7A3DF; }

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

This div background color is #E7A3DF.


Border color

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

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

This div border color is #E7A3DF.


Opacity

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

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

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

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

This text has shadow with #E7A3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A3DF on black background.


Color preview on white background

This text has color #E7A3DF on white background.



Black color preview on #E7A3DF background

This text has black color on #E7A3DF background.


White color preview on #E7A3DF background

This text has white color on #E7A3DF background.