COLOR #E5E6FE

HEX: #E5E6FE
RGB: (229,230,254)

Color info

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

RGB color model

#E5E6FE color RGB value is (229,230,254).

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

RGB channels and saturation

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

229
230
254

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

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 254 = 713 (100%)
R 229 of 713 ~ 32.12%
G 230 of 713 ~ 32.26%
B 254 of 713 ~ 35.62%

%32.12
%32.26
%35.62

CMYK color model

#E5E6FE color CMYK value is (10,9,0,0).

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

CMYK percentages

%9.84
%9.45
%0
%0.39

Codes

Color #E5E6FE in popluar color models

E5E6FE
RGB229230254
HSL238°92.59%94.71%
HSB/HSV238°9.84%99.61%
CMYK9.84%9.45%0.00%
0.39%

Color #E5E6FE in popluar number systems.

HEXE5E6FE
Decimal229230254
Binary111001011110011011111110
Octal345346376

Shades and tints

Shades of #E5E6FE

#E5E6FE
(229,230,254)
#D1D2E7
(209,210,231)
#BDBED0
(189,190,208)
#A9AAB9
(169,170,185)
#9596A2
(149,150,162)
#81828B
(129,130,139)
#6D6E74
(109,110,116)
#595A5D
(89,90,93)
#454646
(69,70,70)
#31322F
(49,50,47)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #E5E6FE

#E5E6FE
(229,230,254)
#E7E8FE
(231,232,254)
#E9EAFE
(233,234,254)
#EBECFE
(235,236,254)
#EDEEFE
(237,238,254)
#EFF0FE
(239,240,254)
#F1F2FE
(241,242,254)
#F3F4FE
(243,244,254)
#F5F6FE
(245,246,254)
#F7F8FE
(247,248,254)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E6FE; }

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

This text font color is #E5E6FE.


Background Color

.myBgColor { background-color: #E5E6FE; }

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

This div background color is #E5E6FE.


Border color

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

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

This div border color is #E5E6FE.


Opacity

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

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

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

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

This text has shadow with #E5E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E6FE on black background.


Color preview on white background

This text has color #E5E6FE on white background.



Black color preview on #E5E6FE background

This text has black color on #E5E6FE background.


White color preview on #E5E6FE background

This text has white color on #E5E6FE background.