COLOR #E7EFFE

HEX: #E7EFFE
RGB: (231,239,254)

Color info

#E7EFFE contains red, green and blue colors in about the same proportion. Web safe color of #E7EFFE is #FFFFFF (or #FFF).

RGB color model

#E7EFFE color RGB value is (231,239,254).

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

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 254 of 255 = 100%

231
239
254

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

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 254 = 724 (100%)
R 231 of 724 ~ 31.91%
G 239 of 724 ~ 33.01%
B 254 of 724 ~ 35.08%

%31.91
%33.01
%35.08

CMYK color model

#E7EFFE color CMYK value is (9,6,0,0).

  • cyan value is 9.06%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,6,0,0)
C9M6Y0K0 
(9%,6%,0%,0%)
(0.09/0.06/0.00/0.00)	

CMYK percentages

%9.06
%5.91
%0
%0.39

Codes

Color #E7EFFE in popluar color models

E7EFFE
RGB231239254
HSL219°92.00%95.10%
HSB/HSV219°9.06%99.61%
CMYK9.06%5.91%0.00%
0.39%

Color #E7EFFE in popluar number systems.

HEXE7EFFE
Decimal231239254
Binary111001111110111111111110
Octal347357376

Shades and tints

Shades of #E7EFFE

#E7EFFE
(231,239,254)
#D2DAE7
(210,218,231)
#BDC5D0
(189,197,208)
#A8B0B9
(168,176,185)
#939BA2
(147,155,162)
#7E868B
(126,134,139)
#697174
(105,113,116)
#545C5D
(84,92,93)
#3F4746
(63,71,70)
#2A322F
(42,50,47)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #E7EFFE

#E7EFFE
(231,239,254)
#E9F0FE
(233,240,254)
#EBF1FE
(235,241,254)
#EDF2FE
(237,242,254)
#EFF3FE
(239,243,254)
#F1F4FE
(241,244,254)
#F3F5FE
(243,245,254)
#F5F6FE
(245,246,254)
#F7F7FE
(247,247,254)
#F9F8FE
(249,248,254)
#FBF9FE
(251,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFFE; }

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

This text font color is #E7EFFE.


Background Color

.myBgColor { background-color: #E7EFFE; }

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

This div background color is #E7EFFE.


Border color

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

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

This div border color is #E7EFFE.


Opacity

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

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

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

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

This text has shadow with #E7EFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFFE on black background.


Color preview on white background

This text has color #E7EFFE on white background.



Black color preview on #E7EFFE background

This text has black color on #E7EFFE background.


White color preview on #E7EFFE background

This text has white color on #E7EFFE background.