COLOR #E9C4FB

HEX: #E9C4FB
RGB: (233,196,251)

Color info

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

RGB color model

#E9C4FB color RGB value is (233,196,251).

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

RGB channels and saturation

R 233 of 255 = 91%
G 196 of 255 = 77%
B 251 of 255 = 98%

233
196
251

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

Portions of RGB colors in percentages

R + G + B =
233 + 196 + 251 = 680 (100%)
R 233 of 680 ~ 34.26%
G 196 of 680 ~ 28.82%
B 251 of 680 ~ 36.91%

%34.26
%28.82
%36.91

CMYK color model

#E9C4FB color CMYK value is (7,22,0,2).

  • cyan value is 7.17%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,22,0,2)
C7M22Y0K2 
(7%,22%,0%,2%)
(0.07/0.22/0.00/0.02)	

CMYK percentages

%7.17
%21.91
%0
%1.57

Codes

Color #E9C4FB in popluar color models

E9C4FB
RGB233196251
HSL280°87.30%87.65%
HSB/HSV280°21.91%98.43%
CMYK7.17%21.91%0.00%
1.57%

Color #E9C4FB in popluar number systems.

HEXE9C4FB
Decimal233196251
Binary111010011100010011111011
Octal351304373

Shades and tints

Shades of #E9C4FB

#E9C4FB
(233,196,251)
#D4B3E5
(212,179,229)
#BFA2CF
(191,162,207)
#AA91B9
(170,145,185)
#9580A3
(149,128,163)
#806F8D
(128,111,141)
#6B5E77
(107,94,119)
#564D61
(86,77,97)
#413C4B
(65,60,75)
#2C2B35
(44,43,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #E9C4FB

#E9C4FB
(233,196,251)
#EBC9FB
(235,201,251)
#EDCEFB
(237,206,251)
#EFD3FB
(239,211,251)
#F1D8FB
(241,216,251)
#F3DDFB
(243,221,251)
#F5E2FB
(245,226,251)
#F7E7FB
(247,231,251)
#F9ECFB
(249,236,251)
#FBF1FB
(251,241,251)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C4FB; }

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

This text font color is #E9C4FB.


Background Color

.myBgColor { background-color: #E9C4FB; }

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

This div background color is #E9C4FB.


Border color

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

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

This div border color is #E9C4FB.


Opacity

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

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

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

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

This text has shadow with #E9C4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C4FB on black background.


Color preview on white background

This text has color #E9C4FB on white background.



Black color preview on #E9C4FB background

This text has black color on #E9C4FB background.


White color preview on #E9C4FB background

This text has white color on #E9C4FB background.