COLOR #E5E5FE

HEX: #E5E5FE
RGB: (229,229,254)

Color info

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

RGB color model

#E5E5FE color RGB value is (229,229,254).

  • red value is 229;
  • green value is 229;
  • blue value is 254.
RGB:
(229,229,254)
(90%,90%,100%)

RGB channels and saturation

R 229 of 255 = 90%
G 229 of 255 = 90%
B 254 of 255 = 100%

229
229
254

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 254 = 712 (100%)
R 229 of 712 ~ 32.16%
G 229 of 712 ~ 32.16%
B 254 of 712 ~ 35.67%

%32.16
%32.16
%35.67

CMYK color model

#E5E5FE color CMYK value is (10,10,0,0).

  • cyan value is 9.84%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,10,0,0)
C10M10Y0K0 
(10%,10%,0%,0%)
(0.10/0.10/0.00/0.00)	

CMYK percentages

%9.84
%9.84
%0
%0.39

Codes

Color #E5E5FE in popluar color models

E5E5FE
RGB229229254
HSL240°92.59%94.71%
HSB/HSV240°9.84%99.61%
CMYK9.84%9.84%0.00%
0.39%

Color #E5E5FE in popluar number systems.

HEXE5E5FE
Decimal229229254
Binary111001011110010111111110
Octal345345376

Shades and tints

Shades of #E5E5FE

#E5E5FE
(229,229,254)
#D1D1E7
(209,209,231)
#BDBDD0
(189,189,208)
#A9A9B9
(169,169,185)
#9595A2
(149,149,162)
#81818B
(129,129,139)
#6D6D74
(109,109,116)
#59595D
(89,89,93)
#454546
(69,69,70)
#31312F
(49,49,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #E5E5FE

#E5E5FE
(229,229,254)
#E7E7FE
(231,231,254)
#E9E9FE
(233,233,254)
#EBEBFE
(235,235,254)
#EDEDFE
(237,237,254)
#EFEFFE
(239,239,254)
#F1F1FE
(241,241,254)
#F3F3FE
(243,243,254)
#F5F5FE
(245,245,254)
#F7F7FE
(247,247,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5FE; }

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

This text font color is #E5E5FE.


Background Color

.myBgColor { background-color: #E5E5FE; }

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

This div background color is #E5E5FE.


Border color

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

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

This div border color is #E5E5FE.


Opacity

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

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

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

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

This text has shadow with #E5E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5FE on black background.


Color preview on white background

This text has color #E5E5FE on white background.



Black color preview on #E5E5FE background

This text has black color on #E5E5FE background.


White color preview on #E5E5FE background

This text has white color on #E5E5FE background.