COLOR #E7A8E0

HEX: #E7A8E0
RGB: (231,168,224)

Color info

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

RGB color model

#E7A8E0 color RGB value is (231,168,224).

  • red value is 231;
  • green value is 168;
  • blue value is 224.
RGB:
(231,168,224)
(91%,66%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 168 of 255 = 66%
B 224 of 255 = 88%

231
168
224

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

Portions of RGB colors in percentages

R + G + B =
231 + 168 + 224 = 623 (100%)
R 231 of 623 ~ 37.08%
G 168 of 623 ~ 26.97%
B 224 of 623 ~ 35.96%

%37.08
%26.97
%35.96

CMYK color model

#E7A8E0 color CMYK value is (0,27,3,9).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(0,27,3,9)
C0M27Y3K9 
(0%,27%,3%,9%)
(0.00/0.27/0.03/0.09)	

CMYK percentages

%0
%27.27
%3.03
%9.41

Codes

Color #E7A8E0 in popluar color models

E7A8E0
RGB231168224
HSL307°56.76%78.24%
HSB/HSV307°27.27%90.59%
CMYK0.00%27.27%3.03%
9.41%

Color #E7A8E0 in popluar number systems.

HEXE7A8E0
Decimal231168224
Binary111001111010100011100000
Octal347250340

Shades and tints

Shades of #E7A8E0

#E7A8E0
(231,168,224)
#D299CC
(210,153,204)
#BD8AB8
(189,138,184)
#A87BA4
(168,123,164)
#936C90
(147,108,144)
#7E5D7C
(126,93,124)
#694E68
(105,78,104)
#543F54
(84,63,84)
#3F3040
(63,48,64)
#2A212C
(42,33,44)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #E7A8E0

#E7A8E0
(231,168,224)
#E9AFE2
(233,175,226)
#EBB6E4
(235,182,228)
#EDBDE6
(237,189,230)
#EFC4E8
(239,196,232)
#F1CBEA
(241,203,234)
#F3D2EC
(243,210,236)
#F5D9EE
(245,217,238)
#F7E0F0
(247,224,240)
#F9E7F2
(249,231,242)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A8E0; }

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

This text font color is #E7A8E0.


Background Color

.myBgColor { background-color: #E7A8E0; }

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

This div background color is #E7A8E0.


Border color

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

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

This div border color is #E7A8E0.


Opacity

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

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

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

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

This text has shadow with #E7A8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A8E0 on black background.


Color preview on white background

This text has color #E7A8E0 on white background.



Black color preview on #E7A8E0 background

This text has black color on #E7A8E0 background.


White color preview on #E7A8E0 background

This text has white color on #E7A8E0 background.