COLOR #E7E9F8

HEX: #E7E9F8
RGB: (231,233,248)

Color info

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

RGB color model

#E7E9F8 color RGB value is (231,233,248).

  • red value is 231;
  • green value is 233;
  • blue value is 248.
RGB:
(231,233,248)
(91%,91%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 233 of 255 = 91%
B 248 of 255 = 97%

231
233
248

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

Portions of RGB colors in percentages

R + G + B =
231 + 233 + 248 = 712 (100%)
R 231 of 712 ~ 32.44%
G 233 of 712 ~ 32.72%
B 248 of 712 ~ 34.83%

%32.44
%32.72
%34.83

CMYK color model

#E7E9F8 color CMYK value is (7,6,0,3).

  • cyan value is 6.85%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(7,6,0,3)
C7M6Y0K3 
(7%,6%,0%,3%)
(0.07/0.06/0.00/0.03)	

CMYK percentages

%6.85
%6.05
%0
%2.75

Codes

Color #E7E9F8 in popluar color models

E7E9F8
RGB231233248
HSL233°54.84%93.92%
HSB/HSV233°6.85%97.25%
CMYK6.85%6.05%0.00%
2.75%

Color #E7E9F8 in popluar number systems.

HEXE7E9F8
Decimal231233248
Binary111001111110100111111000
Octal347351370

Shades and tints

Shades of #E7E9F8

#E7E9F8
(231,233,248)
#D2D4E2
(210,212,226)
#BDBFCC
(189,191,204)
#A8AAB6
(168,170,182)
#9395A0
(147,149,160)
#7E808A
(126,128,138)
#696B74
(105,107,116)
#54565E
(84,86,94)
#3F4148
(63,65,72)
#2A2C32
(42,44,50)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #E7E9F8

#E7E9F8
(231,233,248)
#E9EBF8
(233,235,248)
#EBEDF8
(235,237,248)
#EDEFF8
(237,239,248)
#EFF1F8
(239,241,248)
#F1F3F8
(241,243,248)
#F3F5F8
(243,245,248)
#F5F7F8
(245,247,248)
#F7F9F8
(247,249,248)
#F9FBF8
(249,251,248)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E9F8 color. Also use rgb(231,233,248) instead hex code.

Text Font Color

.myTextColor { color: #E7E9F8; }

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

This text font color is #E7E9F8.


Background Color

.myBgColor { background-color: #E7E9F8; }

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

This div background color is #E7E9F8.


Border color

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

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

This div border color is #E7E9F8.


Opacity

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

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

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

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

This text has shadow with #E7E9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E9F8 on black background.


Color preview on white background

This text has color #E7E9F8 on white background.



Black color preview on #E7E9F8 background

This text has black color on #E7E9F8 background.


White color preview on #E7E9F8 background

This text has white color on #E7E9F8 background.