COLOR #E7EDED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

231
237
237

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 237 = 705 (100%)
R 231 of 705 ~ 32.77%
G 237 of 705 ~ 33.62%
B 237 of 705 ~ 33.62%

%32.77
%33.62
%33.62

CMYK color model

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

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

CMYK percentages

%2.53
%0
%0
%7.06

Codes

Color #E7EDED in popluar color models

E7EDED
RGB231237237
HSL180°14.29%91.76%
HSB/HSV180°2.53%92.94%
CMYK2.53%0.00%0.00%
7.06%

Color #E7EDED in popluar number systems.

HEXE7EDED
Decimal231237237
Binary111001111110110111101101
Octal347355355

Shades and tints

Shades of #E7EDED

#E7EDED
(231,237,237)
#D2D8D8
(210,216,216)
#BDC3C3
(189,195,195)
#A8AEAE
(168,174,174)
#939999
(147,153,153)
#7E8484
(126,132,132)
#696F6F
(105,111,111)
#545A5A
(84,90,90)
#3F4545
(63,69,69)
#2A3030
(42,48,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #E7EDED

#E7EDED
(231,237,237)
#E9EEEE
(233,238,238)
#EBEFEF
(235,239,239)
#EDF0F0
(237,240,240)
#EFF1F1
(239,241,241)
#F1F2F2
(241,242,242)
#F3F3F3
(243,243,243)
#F5F4F4
(245,244,244)
#F7F5F5
(247,245,245)
#F9F6F6
(249,246,246)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDED; }

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

This text font color is #E7EDED.


Background Color

.myBgColor { background-color: #E7EDED; }

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

This div background color is #E7EDED.


Border color

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

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

This div border color is #E7EDED.


Opacity

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

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

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

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

This text has shadow with #E7EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDED on black background.


Color preview on white background

This text has color #E7EDED on white background.



Black color preview on #E7EDED background

This text has black color on #E7EDED background.


White color preview on #E7EDED background

This text has white color on #E7EDED background.