COLOR #E8C3FD

HEX: #E8C3FD
RGB: (232,195,253)

Color info

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

RGB color model

#E8C3FD color RGB value is (232,195,253).

  • red value is 232;
  • green value is 195;
  • blue value is 253.
RGB:
(232,195,253)
(91%,76%,99%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 253 of 255 = 99%

232
195
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 253 = 680 (100%)
R 232 of 680 ~ 34.12%
G 195 of 680 ~ 28.68%
B 253 of 680 ~ 37.21%

%34.12
%28.68
%37.21

CMYK color model

#E8C3FD color CMYK value is (8,23,0,1).

  • cyan value is 8.30%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,23,0,1)
C8M23Y0K1 
(8%,23%,0%,1%)
(0.08/0.23/0.00/0.01)	

CMYK percentages

%8.3
%22.92
%0
%0.78

Codes

Color #E8C3FD in popluar color models

E8C3FD
RGB232195253
HSL278°93.55%87.84%
HSB/HSV278°22.92%99.22%
CMYK8.30%22.92%0.00%
0.78%

Color #E8C3FD in popluar number systems.

HEXE8C3FD
Decimal232195253
Binary111010001100001111111101
Octal350303375

Shades and tints

Shades of #E8C3FD

#E8C3FD
(232,195,253)
#D3B2E6
(211,178,230)
#BEA1CF
(190,161,207)
#A990B8
(169,144,184)
#947FA1
(148,127,161)
#7F6E8A
(127,110,138)
#6A5D73
(106,93,115)
#554C5C
(85,76,92)
#403B45
(64,59,69)
#2B2A2E
(43,42,46)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #E8C3FD

#E8C3FD
(232,195,253)
#EAC8FD
(234,200,253)
#ECCDFD
(236,205,253)
#EED2FD
(238,210,253)
#F0D7FD
(240,215,253)
#F2DCFD
(242,220,253)
#F4E1FD
(244,225,253)
#F6E6FD
(246,230,253)
#F8EBFD
(248,235,253)
#FAF0FD
(250,240,253)
#FCF5FD
(252,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C3FD color. Also use rgb(232,195,253) instead hex code.

Text Font Color

.myTextColor { color: #E8C3FD; }

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

This text font color is #E8C3FD.


Background Color

.myBgColor { background-color: #E8C3FD; }

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

This div background color is #E8C3FD.


Border color

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

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

This div border color is #E8C3FD.


Opacity

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

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

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

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

This text has shadow with #E8C3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C3FD on black background.


Color preview on white background

This text has color #E8C3FD on white background.



Black color preview on #E8C3FD background

This text has black color on #E8C3FD background.


White color preview on #E8C3FD background

This text has white color on #E8C3FD background.