COLOR #E8C8F7

HEX: #E8C8F7
RGB: (232,200,247)

Color info

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

RGB color model

#E8C8F7 color RGB value is (232,200,247).

  • red value is 232;
  • green value is 200;
  • blue value is 247.
RGB:
(232,200,247)
(91%,78%,97%)

RGB channels and saturation

R 232 of 255 = 91%
G 200 of 255 = 78%
B 247 of 255 = 97%

232
200
247

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

Portions of RGB colors in percentages

R + G + B =
232 + 200 + 247 = 679 (100%)
R 232 of 679 ~ 34.17%
G 200 of 679 ~ 29.46%
B 247 of 679 ~ 36.38%

%34.17
%29.46
%36.38

CMYK color model

#E8C8F7 color CMYK value is (6,19,0,3).

  • cyan value is 6.07%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,19,0,3)
C6M19Y0K3 
(6%,19%,0%,3%)
(0.06/0.19/0.00/0.03)	

CMYK percentages

%6.07
%19.03
%0
%3.14

Codes

Color #E8C8F7 in popluar color models

E8C8F7
RGB232200247
HSL281°74.60%87.65%
HSB/HSV281°19.03%96.86%
CMYK6.07%19.03%0.00%
3.14%

Color #E8C8F7 in popluar number systems.

HEXE8C8F7
Decimal232200247
Binary111010001100100011110111
Octal350310367

Shades and tints

Shades of #E8C8F7

#E8C8F7
(232,200,247)
#D3B6E1
(211,182,225)
#BEA4CB
(190,164,203)
#A992B5
(169,146,181)
#94809F
(148,128,159)
#7F6E89
(127,110,137)
#6A5C73
(106,92,115)
#554A5D
(85,74,93)
#403847
(64,56,71)
#2B2631
(43,38,49)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #E8C8F7

#E8C8F7
(232,200,247)
#EACDF7
(234,205,247)
#ECD2F7
(236,210,247)
#EED7F7
(238,215,247)
#F0DCF7
(240,220,247)
#F2E1F7
(242,225,247)
#F4E6F7
(244,230,247)
#F6EBF7
(246,235,247)
#F8F0F7
(248,240,247)
#FAF5F7
(250,245,247)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C8F7 color. Also use rgb(232,200,247) instead hex code.

Text Font Color

.myTextColor { color: #E8C8F7; }

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

This text font color is #E8C8F7.


Background Color

.myBgColor { background-color: #E8C8F7; }

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

This div background color is #E8C8F7.


Border color

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

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

This div border color is #E8C8F7.


Opacity

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

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

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

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

This text has shadow with #E8C8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C8F7 on black background.


Color preview on white background

This text has color #E8C8F7 on white background.



Black color preview on #E8C8F7 background

This text has black color on #E8C8F7 background.


White color preview on #E8C8F7 background

This text has white color on #E8C8F7 background.