COLOR #E8C7FB

HEX: #E8C7FB
RGB: (232,199,251)

Color info

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

RGB color model

#E8C7FB color RGB value is (232,199,251).

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

RGB channels and saturation

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

232
199
251

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

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 251 = 682 (100%)
R 232 of 682 ~ 34.02%
G 199 of 682 ~ 29.18%
B 251 of 682 ~ 36.8%

%34.02
%29.18
%36.8

CMYK color model

#E8C7FB color CMYK value is (8,21,0,2).

  • cyan value is 7.57%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,21,0,2)
C8M21Y0K2 
(8%,21%,0%,2%)
(0.08/0.21/0.00/0.02)	

CMYK percentages

%7.57
%20.72
%0
%1.57

Codes

Color #E8C7FB in popluar color models

E8C7FB
RGB232199251
HSL278°86.67%88.24%
HSB/HSV278°20.72%98.43%
CMYK7.57%20.72%0.00%
1.57%

Color #E8C7FB in popluar number systems.

HEXE8C7FB
Decimal232199251
Binary111010001100011111111011
Octal350307373

Shades and tints

Shades of #E8C7FB

#E8C7FB
(232,199,251)
#D3B5E5
(211,181,229)
#BEA3CF
(190,163,207)
#A991B9
(169,145,185)
#947FA3
(148,127,163)
#7F6D8D
(127,109,141)
#6A5B77
(106,91,119)
#554961
(85,73,97)
#40374B
(64,55,75)
#2B2535
(43,37,53)
#16131F
(22,19,31)
#000000
(0,0,0)

Tints of #E8C7FB

#E8C7FB
(232,199,251)
#EACCFB
(234,204,251)
#ECD1FB
(236,209,251)
#EED6FB
(238,214,251)
#F0DBFB
(240,219,251)
#F2E0FB
(242,224,251)
#F4E5FB
(244,229,251)
#F6EAFB
(246,234,251)
#F8EFFB
(248,239,251)
#FAF4FB
(250,244,251)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C7FB; }

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

This text font color is #E8C7FB.


Background Color

.myBgColor { background-color: #E8C7FB; }

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

This div background color is #E8C7FB.


Border color

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

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

This div border color is #E8C7FB.


Opacity

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

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

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

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

This text has shadow with #E8C7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C7FB on black background.


Color preview on white background

This text has color #E8C7FB on white background.



Black color preview on #E8C7FB background

This text has black color on #E8C7FB background.


White color preview on #E8C7FB background

This text has white color on #E8C7FB background.