COLOR #E7F1EE

HEX: #E7F1EE
RGB: (231,241,238)

Color info

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

RGB color model

#E7F1EE color RGB value is (231,241,238).

  • red value is 231;
  • green value is 241;
  • blue value is 238.
RGB:
(231,241,238)
(91%,95%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 238 of 255 = 93%

231
241
238

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

Portions of RGB colors in percentages

R + G + B =
231 + 241 + 238 = 710 (100%)
R 231 of 710 ~ 32.54%
G 241 of 710 ~ 33.94%
B 238 of 710 ~ 33.52%

%32.54
%33.94
%33.52

CMYK color model

#E7F1EE color CMYK value is (4,0,1,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(4,0,1,5)
C4M0Y1K5 
(4%,0%,1%,5%)
(0.04/0.00/0.01/0.05)	

CMYK percentages

%4.15
%0
%1.24
%5.49

Codes

Color #E7F1EE in popluar color models

E7F1EE
RGB231241238
HSL162°26.32%92.55%
HSB/HSV162°4.15%94.51%
CMYK4.15%0.00%1.24%
5.49%

Color #E7F1EE in popluar number systems.

HEXE7F1EE
Decimal231241238
Binary111001111111000111101110
Octal347361356

Shades and tints

Shades of #E7F1EE

#E7F1EE
(231,241,238)
#D2DCD9
(210,220,217)
#BDC7C4
(189,199,196)
#A8B2AF
(168,178,175)
#939D9A
(147,157,154)
#7E8885
(126,136,133)
#697370
(105,115,112)
#545E5B
(84,94,91)
#3F4946
(63,73,70)
#2A3431
(42,52,49)
#151F1C
(21,31,28)
#000000
(0,0,0)

Tints of #E7F1EE

#E7F1EE
(231,241,238)
#E9F2EF
(233,242,239)
#EBF3F0
(235,243,240)
#EDF4F1
(237,244,241)
#EFF5F2
(239,245,242)
#F1F6F3
(241,246,243)
#F3F7F4
(243,247,244)
#F5F8F5
(245,248,245)
#F7F9F6
(247,249,246)
#F9FAF7
(249,250,247)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F1EE color. Also use rgb(231,241,238) instead hex code.

Text Font Color

.myTextColor { color: #E7F1EE; }

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

This text font color is #E7F1EE.


Background Color

.myBgColor { background-color: #E7F1EE; }

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

This div background color is #E7F1EE.


Border color

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

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

This div border color is #E7F1EE.


Opacity

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

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

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

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

This text has shadow with #E7F1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1EE on black background.


Color preview on white background

This text has color #E7F1EE on white background.



Black color preview on #E7F1EE background

This text has black color on #E7F1EE background.


White color preview on #E7F1EE background

This text has white color on #E7F1EE background.