COLOR #E8C5FB

HEX: #E8C5FB
RGB: (232,197,251)

Color info

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

RGB color model

#E8C5FB color RGB value is (232,197,251).

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

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 251 of 255 = 98%

232
197
251

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

Portions of RGB colors in percentages

R + G + B =
232 + 197 + 251 = 680 (100%)
R 232 of 680 ~ 34.12%
G 197 of 680 ~ 28.97%
B 251 of 680 ~ 36.91%

%34.12
%28.97
%36.91

CMYK color model

#E8C5FB color CMYK value is (8,22,0,2).

  • cyan value is 7.57%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,22,0,2)
C8M22Y0K2 
(8%,22%,0%,2%)
(0.08/0.22/0.00/0.02)	

CMYK percentages

%7.57
%21.51
%0
%1.57

Codes

Color #E8C5FB in popluar color models

E8C5FB
RGB232197251
HSL279°87.10%87.84%
HSB/HSV279°21.51%98.43%
CMYK7.57%21.51%0.00%
1.57%

Color #E8C5FB in popluar number systems.

HEXE8C5FB
Decimal232197251
Binary111010001100010111111011
Octal350305373

Shades and tints

Shades of #E8C5FB

#E8C5FB
(232,197,251)
#D3B4E5
(211,180,229)
#BEA3CF
(190,163,207)
#A992B9
(169,146,185)
#9481A3
(148,129,163)
#7F708D
(127,112,141)
#6A5F77
(106,95,119)
#554E61
(85,78,97)
#403D4B
(64,61,75)
#2B2C35
(43,44,53)
#161B1F
(22,27,31)
#000000
(0,0,0)

Tints of #E8C5FB

#E8C5FB
(232,197,251)
#EACAFB
(234,202,251)
#ECCFFB
(236,207,251)
#EED4FB
(238,212,251)
#F0D9FB
(240,217,251)
#F2DEFB
(242,222,251)
#F4E3FB
(244,227,251)
#F6E8FB
(246,232,251)
#F8EDFB
(248,237,251)
#FAF2FB
(250,242,251)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C5FB; }

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

This text font color is #E8C5FB.


Background Color

.myBgColor { background-color: #E8C5FB; }

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

This div background color is #E8C5FB.


Border color

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

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

This div border color is #E8C5FB.


Opacity

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

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

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

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

This text has shadow with #E8C5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C5FB on black background.


Color preview on white background

This text has color #E8C5FB on white background.



Black color preview on #E8C5FB background

This text has black color on #E8C5FB background.


White color preview on #E8C5FB background

This text has white color on #E8C5FB background.