COLOR #E8C2FB

HEX: #E8C2FB
RGB: (232,194,251)

Color info

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

RGB color model

#E8C2FB color RGB value is (232,194,251).

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

RGB channels and saturation

R 232 of 255 = 91%
G 194 of 255 = 76%
B 251 of 255 = 98%

232
194
251

R + G + B ~ 88%. #E8C2FB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 194 + 251 = 677 (100%)
R 232 of 677 ~ 34.27%
G 194 of 677 ~ 28.66%
B 251 of 677 ~ 37.08%

%34.27
%28.66
%37.08

CMYK color model

#E8C2FB color CMYK value is (8,23,0,2).

  • cyan value is 7.57%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,23,0,2)
C8M23Y0K2 
(8%,23%,0%,2%)
(0.08/0.23/0.00/0.02)	

CMYK percentages

%7.57
%22.71
%0
%1.57

Codes

Color #E8C2FB in popluar color models

E8C2FB
RGB232194251
HSL280°87.69%87.25%
HSB/HSV280°22.71%98.43%
CMYK7.57%22.71%0.00%
1.57%

Color #E8C2FB in popluar number systems.

HEXE8C2FB
Decimal232194251
Binary111010001100001011111011
Octal350302373

Shades and tints

Shades of #E8C2FB

#E8C2FB
(232,194,251)
#D3B1E5
(211,177,229)
#BEA0CF
(190,160,207)
#A98FB9
(169,143,185)
#947EA3
(148,126,163)
#7F6D8D
(127,109,141)
#6A5C77
(106,92,119)
#554B61
(85,75,97)
#403A4B
(64,58,75)
#2B2935
(43,41,53)
#16181F
(22,24,31)
#000000
(0,0,0)

Tints of #E8C2FB

#E8C2FB
(232,194,251)
#EAC7FB
(234,199,251)
#ECCCFB
(236,204,251)
#EED1FB
(238,209,251)
#F0D6FB
(240,214,251)
#F2DBFB
(242,219,251)
#F4E0FB
(244,224,251)
#F6E5FB
(246,229,251)
#F8EAFB
(248,234,251)
#FAEFFB
(250,239,251)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C2FB; }

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

This text font color is #E8C2FB.


Background Color

.myBgColor { background-color: #E8C2FB; }

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

This div background color is #E8C2FB.


Border color

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

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

This div border color is #E8C2FB.


Opacity

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

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

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

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

This text has shadow with #E8C2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C2FB on black background.


Color preview on white background

This text has color #E8C2FB on white background.



Black color preview on #E8C2FB background

This text has black color on #E8C2FB background.


White color preview on #E8C2FB background

This text has white color on #E8C2FB background.