COLOR #E8C7FA

HEX: #E8C7FA
RGB: (232,199,250)

Color info

#E8C7FA contains red, green and blue colors in about the same proportion. Web safe color of #E8C7FA is #FFCCFF (or #FCF).

RGB color model

#E8C7FA color RGB value is (232,199,250).

  • red value is 232;
  • green value is 199;
  • blue value is 250.
RGB:
(232,199,250)
(91%,78%,98%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 250 of 255 = 98%

232
199
250

R + G + B ~ 89%. #E8C7FA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 250 = 681 (100%)
R 232 of 681 ~ 34.07%
G 199 of 681 ~ 29.22%
B 250 of 681 ~ 36.71%

%34.07
%29.22
%36.71

CMYK color model

#E8C7FA color CMYK value is (7,20,0,2).

  • cyan value is 7.20%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,20,0,2)
C7M20Y0K2 
(7%,20%,0%,2%)
(0.07/0.20/0.00/0.02)	

CMYK percentages

%7.2
%20.4
%0
%1.96

Codes

Color #E8C7FA in popluar color models

E8C7FA
RGB232199250
HSL279°83.61%88.04%
HSB/HSV279°20.40%98.04%
CMYK7.20%20.40%0.00%
1.96%

Color #E8C7FA in popluar number systems.

HEXE8C7FA
Decimal232199250
Binary111010001100011111111010
Octal350307372

Shades and tints

Shades of #E8C7FA

#E8C7FA
(232,199,250)
#D3B5E4
(211,181,228)
#BEA3CE
(190,163,206)
#A991B8
(169,145,184)
#947FA2
(148,127,162)
#7F6D8C
(127,109,140)
#6A5B76
(106,91,118)
#554960
(85,73,96)
#40374A
(64,55,74)
#2B2534
(43,37,52)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #E8C7FA

#E8C7FA
(232,199,250)
#EACCFA
(234,204,250)
#ECD1FA
(236,209,250)
#EED6FA
(238,214,250)
#F0DBFA
(240,219,250)
#F2E0FA
(242,224,250)
#F4E5FA
(244,229,250)
#F6EAFA
(246,234,250)
#F8EFFA
(248,239,250)
#FAF4FA
(250,244,250)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C7FA color. Also use rgb(232,199,250) instead hex code.

Text Font Color

.myTextColor { color: #E8C7FA; }

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

This text font color is #E8C7FA.


Background Color

.myBgColor { background-color: #E8C7FA; }

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

This div background color is #E8C7FA.


Border color

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

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

This div border color is #E8C7FA.


Opacity

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

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

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

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

This text has shadow with #E8C7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C7FA on black background.


Color preview on white background

This text has color #E8C7FA on white background.



Black color preview on #E8C7FA background

This text has black color on #E8C7FA background.


White color preview on #E8C7FA background

This text has white color on #E8C7FA background.