COLOR #E7EFEE

HEX: #E7EFEE
RGB: (231,239,238)

Color info

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

RGB color model

#E7EFEE color RGB value is (231,239,238).

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

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 238 of 255 = 93%

231
239
238

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

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 238 = 708 (100%)
R 231 of 708 ~ 32.63%
G 239 of 708 ~ 33.76%
B 238 of 708 ~ 33.62%

%32.63
%33.76
%33.62

CMYK color model

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

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(3,0,0,6)
C3M0Y0K6 
(3%,0%,0%,6%)
(0.03/0.00/0.00/0.06)	

CMYK percentages

%3.35
%0
%0.42
%6.27

Codes

Color #E7EFEE in popluar color models

E7EFEE
RGB231239238
HSL173°20.00%92.16%
HSB/HSV173°3.35%93.73%
CMYK3.35%0.00%0.42%
6.27%

Color #E7EFEE in popluar number systems.

HEXE7EFEE
Decimal231239238
Binary111001111110111111101110
Octal347357356

Shades and tints

Shades of #E7EFEE

#E7EFEE
(231,239,238)
#D2DAD9
(210,218,217)
#BDC5C4
(189,197,196)
#A8B0AF
(168,176,175)
#939B9A
(147,155,154)
#7E8685
(126,134,133)
#697170
(105,113,112)
#545C5B
(84,92,91)
#3F4746
(63,71,70)
#2A3231
(42,50,49)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #E7EFEE

#E7EFEE
(231,239,238)
#E9F0EF
(233,240,239)
#EBF1F0
(235,241,240)
#EDF2F1
(237,242,241)
#EFF3F2
(239,243,242)
#F1F4F3
(241,244,243)
#F3F5F4
(243,245,244)
#F5F6F5
(245,246,245)
#F7F7F6
(247,247,246)
#F9F8F7
(249,248,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFEE; }

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

This text font color is #E7EFEE.


Background Color

.myBgColor { background-color: #E7EFEE; }

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

This div background color is #E7EFEE.


Border color

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

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

This div border color is #E7EFEE.


Opacity

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

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

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

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

This text has shadow with #E7EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFEE on black background.


Color preview on white background

This text has color #E7EFEE on white background.



Black color preview on #E7EFEE background

This text has black color on #E7EFEE background.


White color preview on #E7EFEE background

This text has white color on #E7EFEE background.