COLOR #E7F0EF

HEX: #E7F0EF
RGB: (231,240,239)

Color info

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

RGB color model

#E7F0EF color RGB value is (231,240,239).

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

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 239 of 255 = 94%

231
240
239

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

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 239 = 710 (100%)
R 231 of 710 ~ 32.54%
G 240 of 710 ~ 33.8%
B 239 of 710 ~ 33.66%

%32.54
%33.8
%33.66

CMYK color model

#E7F0EF color CMYK value is (4,0,0,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(4,0,0,6)
C4M0Y0K6 
(4%,0%,0%,6%)
(0.04/0.00/0.00/0.06)	

CMYK percentages

%3.75
%0
%0.42
%5.88

Codes

Color #E7F0EF in popluar color models

E7F0EF
RGB231240239
HSL173°23.08%92.35%
HSB/HSV173°3.75%94.12%
CMYK3.75%0.00%0.42%
5.88%

Color #E7F0EF in popluar number systems.

HEXE7F0EF
Decimal231240239
Binary111001111111000011101111
Octal347360357

Shades and tints

Shades of #E7F0EF

#E7F0EF
(231,240,239)
#D2DBDA
(210,219,218)
#BDC6C5
(189,198,197)
#A8B1B0
(168,177,176)
#939C9B
(147,156,155)
#7E8786
(126,135,134)
#697271
(105,114,113)
#545D5C
(84,93,92)
#3F4847
(63,72,71)
#2A3332
(42,51,50)
#151E1D
(21,30,29)
#000000
(0,0,0)

Tints of #E7F0EF

#E7F0EF
(231,240,239)
#E9F1F0
(233,241,240)
#EBF2F1
(235,242,241)
#EDF3F2
(237,243,242)
#EFF4F3
(239,244,243)
#F1F5F4
(241,245,244)
#F3F6F5
(243,246,245)
#F5F7F6
(245,247,246)
#F7F8F7
(247,248,247)
#F9F9F8
(249,249,248)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0EF; }

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

This text font color is #E7F0EF.


Background Color

.myBgColor { background-color: #E7F0EF; }

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

This div background color is #E7F0EF.


Border color

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

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

This div border color is #E7F0EF.


Opacity

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

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

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

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

This text has shadow with #E7F0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0EF on black background.


Color preview on white background

This text has color #E7F0EF on white background.



Black color preview on #E7F0EF background

This text has black color on #E7F0EF background.


White color preview on #E7F0EF background

This text has white color on #E7F0EF background.