COLOR #E7E7ED

HEX: #E7E7ED
RGB: (231,231,237)

Color info

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

RGB color model

#E7E7ED color RGB value is (231,231,237).

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

RGB channels and saturation

R 231 of 255 = 91%
G 231 of 255 = 91%
B 237 of 255 = 93%

231
231
237

R + G + B ~ 92%. #E7E7ED is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 231 + 237 = 699 (100%)
R 231 of 699 ~ 33.05%
G 231 of 699 ~ 33.05%
B 237 of 699 ~ 33.91%

%33.05
%33.05
%33.91

CMYK color model

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

  • cyan value is 2.53%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,3,0,7)
C3M3Y0K7 
(3%,3%,0%,7%)
(0.03/0.03/0.00/0.07)	

CMYK percentages

%2.53
%2.53
%0
%7.06

Codes

Color #E7E7ED in popluar color models

E7E7ED
RGB231231237
HSL240°14.29%91.76%
HSB/HSV240°2.53%92.94%
CMYK2.53%2.53%0.00%
7.06%

Color #E7E7ED in popluar number systems.

HEXE7E7ED
Decimal231231237
Binary111001111110011111101101
Octal347347355

Shades and tints

Shades of #E7E7ED

#E7E7ED
(231,231,237)
#D2D2D8
(210,210,216)
#BDBDC3
(189,189,195)
#A8A8AE
(168,168,174)
#939399
(147,147,153)
#7E7E84
(126,126,132)
#69696F
(105,105,111)
#54545A
(84,84,90)
#3F3F45
(63,63,69)
#2A2A30
(42,42,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7E7ED

#E7E7ED
(231,231,237)
#E9E9EE
(233,233,238)
#EBEBEF
(235,235,239)
#EDEDF0
(237,237,240)
#EFEFF1
(239,239,241)
#F1F1F2
(241,241,242)
#F3F3F3
(243,243,243)
#F5F5F4
(245,245,244)
#F7F7F5
(247,247,245)
#F9F9F6
(249,249,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E7ED; }

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

This text font color is #E7E7ED.


Background Color

.myBgColor { background-color: #E7E7ED; }

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

This div background color is #E7E7ED.


Border color

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

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

This div border color is #E7E7ED.


Opacity

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

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

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

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

This text has shadow with #E7E7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E7ED on black background.


Color preview on white background

This text has color #E7E7ED on white background.



Black color preview on #E7E7ED background

This text has black color on #E7E7ED background.


White color preview on #E7E7ED background

This text has white color on #E7E7ED background.