COLOR #E9E4FE

HEX: #E9E4FE
RGB: (233,228,254)

Color info

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

RGB color model

#E9E4FE color RGB value is (233,228,254).

  • red value is 233;
  • green value is 228;
  • blue value is 254.
RGB:
(233,228,254)
(91%,89%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 228 of 255 = 89%
B 254 of 255 = 100%

233
228
254

R + G + B ~ 93%. #E9E4FE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 228 + 254 = 715 (100%)
R 233 of 715 ~ 32.59%
G 228 of 715 ~ 31.89%
B 254 of 715 ~ 35.52%

%32.59
%31.89
%35.52

CMYK color model

#E9E4FE color CMYK value is (8,10,0,0).

  • cyan value is 8.27%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,10,0,0)
C8M10Y0K0 
(8%,10%,0%,0%)
(0.08/0.10/0.00/0.00)	

CMYK percentages

%8.27
%10.24
%0
%0.39

Codes

Color #E9E4FE in popluar color models

E9E4FE
RGB233228254
HSL252°92.86%94.51%
HSB/HSV252°10.24%99.61%
CMYK8.27%10.24%0.00%
0.39%

Color #E9E4FE in popluar number systems.

HEXE9E4FE
Decimal233228254
Binary111010011110010011111110
Octal351344376

Shades and tints

Shades of #E9E4FE

#E9E4FE
(233,228,254)
#D4D0E7
(212,208,231)
#BFBCD0
(191,188,208)
#AAA8B9
(170,168,185)
#9594A2
(149,148,162)
#80808B
(128,128,139)
#6B6C74
(107,108,116)
#56585D
(86,88,93)
#414446
(65,68,70)
#2C302F
(44,48,47)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #E9E4FE

#E9E4FE
(233,228,254)
#EBE6FE
(235,230,254)
#EDE8FE
(237,232,254)
#EFEAFE
(239,234,254)
#F1ECFE
(241,236,254)
#F3EEFE
(243,238,254)
#F5F0FE
(245,240,254)
#F7F2FE
(247,242,254)
#F9F4FE
(249,244,254)
#FBF6FE
(251,246,254)
#FDF8FE
(253,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E4FE color. Also use rgb(233,228,254) instead hex code.

Text Font Color

.myTextColor { color: #E9E4FE; }

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

This text font color is #E9E4FE.


Background Color

.myBgColor { background-color: #E9E4FE; }

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

This div background color is #E9E4FE.


Border color

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

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

This div border color is #E9E4FE.


Opacity

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

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

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

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

This text has shadow with #E9E4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E4FE on black background.


Color preview on white background

This text has color #E9E4FE on white background.



Black color preview on #E9E4FE background

This text has black color on #E9E4FE background.


White color preview on #E9E4FE background

This text has white color on #E9E4FE background.