COLOR #E5C4FB

HEX: #E5C4FB
RGB: (229,196,251)

Color info

#E5C4FB contains red, green and blue colors in about the same proportion. Web safe color of #E5C4FB is #CCCCFF (or #CCF).

RGB color model

#E5C4FB color RGB value is (229,196,251).

  • red value is 229;
  • green value is 196;
  • blue value is 251.
RGB:
(229,196,251)
(90%,77%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 251 of 255 = 98%

229
196
251

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

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 251 = 676 (100%)
R 229 of 676 ~ 33.88%
G 196 of 676 ~ 28.99%
B 251 of 676 ~ 37.13%

%33.88
%28.99
%37.13

CMYK color model

#E5C4FB color CMYK value is (9,22,0,2).

  • cyan value is 8.76%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,22,0,2)
C9M22Y0K2 
(9%,22%,0%,2%)
(0.09/0.22/0.00/0.02)	

CMYK percentages

%8.76
%21.91
%0
%1.57

Codes

Color #E5C4FB in popluar color models

E5C4FB
RGB229196251
HSL276°87.30%87.65%
HSB/HSV276°21.91%98.43%
CMYK8.76%21.91%0.00%
1.57%

Color #E5C4FB in popluar number systems.

HEXE5C4FB
Decimal229196251
Binary111001011100010011111011
Octal345304373

Shades and tints

Shades of #E5C4FB

#E5C4FB
(229,196,251)
#D1B3E5
(209,179,229)
#BDA2CF
(189,162,207)
#A991B9
(169,145,185)
#9580A3
(149,128,163)
#816F8D
(129,111,141)
#6D5E77
(109,94,119)
#594D61
(89,77,97)
#453C4B
(69,60,75)
#312B35
(49,43,53)
#1D1A1F
(29,26,31)
#000000
(0,0,0)

Tints of #E5C4FB

#E5C4FB
(229,196,251)
#E7C9FB
(231,201,251)
#E9CEFB
(233,206,251)
#EBD3FB
(235,211,251)
#EDD8FB
(237,216,251)
#EFDDFB
(239,221,251)
#F1E2FB
(241,226,251)
#F3E7FB
(243,231,251)
#F5ECFB
(245,236,251)
#F7F1FB
(247,241,251)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C4FB color. Also use rgb(229,196,251) instead hex code.

Text Font Color

.myTextColor { color: #E5C4FB; }

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

This text font color is #E5C4FB.


Background Color

.myBgColor { background-color: #E5C4FB; }

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

This div background color is #E5C4FB.


Border color

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

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

This div border color is #E5C4FB.


Opacity

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

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

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

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

This text has shadow with #E5C4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C4FB on black background.


Color preview on white background

This text has color #E5C4FB on white background.



Black color preview on #E5C4FB background

This text has black color on #E5C4FB background.


White color preview on #E5C4FB background

This text has white color on #E5C4FB background.