COLOR #E7EDE9

HEX: #E7EDE9
RGB: (231,237,233)

Color info

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

RGB color model

#E7EDE9 color RGB value is (231,237,233).

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

RGB channels and saturation

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

231
237
233

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 233 = 701 (100%)
R 231 of 701 ~ 32.95%
G 237 of 701 ~ 33.81%
B 233 of 701 ~ 33.24%

%32.95
%33.81
%33.24

CMYK color model

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

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

CMYK percentages

%2.53
%0
%1.69
%7.06

Codes

Color #E7EDE9 in popluar color models

E7EDE9
RGB231237233
HSL140°14.29%91.76%
HSB/HSV140°2.53%92.94%
CMYK2.53%0.00%1.69%
7.06%

Color #E7EDE9 in popluar number systems.

HEXE7EDE9
Decimal231237233
Binary111001111110110111101001
Octal347355351

Shades and tints

Shades of #E7EDE9

#E7EDE9
(231,237,233)
#D2D8D4
(210,216,212)
#BDC3BF
(189,195,191)
#A8AEAA
(168,174,170)
#939995
(147,153,149)
#7E8480
(126,132,128)
#696F6B
(105,111,107)
#545A56
(84,90,86)
#3F4541
(63,69,65)
#2A302C
(42,48,44)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7EDE9

#E7EDE9
(231,237,233)
#E9EEEB
(233,238,235)
#EBEFED
(235,239,237)
#EDF0EF
(237,240,239)
#EFF1F1
(239,241,241)
#F1F2F3
(241,242,243)
#F3F3F5
(243,243,245)
#F5F4F7
(245,244,247)
#F7F5F9
(247,245,249)
#F9F6FB
(249,246,251)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDE9; }

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

This text font color is #E7EDE9.


Background Color

.myBgColor { background-color: #E7EDE9; }

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

This div background color is #E7EDE9.


Border color

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

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

This div border color is #E7EDE9.


Opacity

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

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

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

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

This text has shadow with #E7EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDE9 on black background.


Color preview on white background

This text has color #E7EDE9 on white background.



Black color preview on #E7EDE9 background

This text has black color on #E7EDE9 background.


White color preview on #E7EDE9 background

This text has white color on #E7EDE9 background.