COLOR #E5EFFE

HEX: #E5EFFE
RGB: (229,239,254)

Color info

#E5EFFE contains red, green and blue colors in about the same proportion. Web safe color of #E5EFFE is #CCFFFF (or #CFF).

RGB color model

#E5EFFE color RGB value is (229,239,254).

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

RGB channels and saturation

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

229
239
254

R + G + B ~ 95%. #E5EFFE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 239 + 254 = 722 (100%)
R 229 of 722 ~ 31.72%
G 239 of 722 ~ 33.1%
B 254 of 722 ~ 35.18%

%31.72
%33.1
%35.18

CMYK color model

#E5EFFE color CMYK value is (10,6,0,0).

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

CMYK percentages

%9.84
%5.91
%0
%0.39

Codes

Color #E5EFFE in popluar color models

E5EFFE
RGB229239254
HSL216°92.59%94.71%
HSB/HSV216°9.84%99.61%
CMYK9.84%5.91%0.00%
0.39%

Color #E5EFFE in popluar number systems.

HEXE5EFFE
Decimal229239254
Binary111001011110111111111110
Octal345357376

Shades and tints

Shades of #E5EFFE

#E5EFFE
(229,239,254)
#D1DAE7
(209,218,231)
#BDC5D0
(189,197,208)
#A9B0B9
(169,176,185)
#959BA2
(149,155,162)
#81868B
(129,134,139)
#6D7174
(109,113,116)
#595C5D
(89,92,93)
#454746
(69,71,70)
#31322F
(49,50,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #E5EFFE

#E5EFFE
(229,239,254)
#E7F0FE
(231,240,254)
#E9F1FE
(233,241,254)
#EBF2FE
(235,242,254)
#EDF3FE
(237,243,254)
#EFF4FE
(239,244,254)
#F1F5FE
(241,245,254)
#F3F6FE
(243,246,254)
#F5F7FE
(245,247,254)
#F7F8FE
(247,248,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EFFE; }

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

This text font color is #E5EFFE.


Background Color

.myBgColor { background-color: #E5EFFE; }

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

This div background color is #E5EFFE.


Border color

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

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

This div border color is #E5EFFE.


Opacity

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

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

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

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

This text has shadow with #E5EFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EFFE on black background.


Color preview on white background

This text has color #E5EFFE on white background.



Black color preview on #E5EFFE background

This text has black color on #E5EFFE background.


White color preview on #E5EFFE background

This text has white color on #E5EFFE background.