COLOR #E9EDED

HEX: #E9EDED
RGB: (233,237,237)

Color info

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

RGB color model

#E9EDED color RGB value is (233,237,237).

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

RGB channels and saturation

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

233
237
237

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

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 237 = 707 (100%)
R 233 of 707 ~ 32.96%
G 237 of 707 ~ 33.52%
B 237 of 707 ~ 33.52%

%32.96
%33.52
%33.52

CMYK color model

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

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

CMYK percentages

%1.69
%0
%0
%7.06

Codes

Color #E9EDED in popluar color models

E9EDED
RGB233237237
HSL180°10.00%92.16%
HSB/HSV180°1.69%92.94%
CMYK1.69%0.00%0.00%
7.06%

Color #E9EDED in popluar number systems.

HEXE9EDED
Decimal233237237
Binary111010011110110111101101
Octal351355355

Shades and tints

Shades of #E9EDED

#E9EDED
(233,237,237)
#D4D8D8
(212,216,216)
#BFC3C3
(191,195,195)
#AAAEAE
(170,174,174)
#959999
(149,153,153)
#808484
(128,132,132)
#6B6F6F
(107,111,111)
#565A5A
(86,90,90)
#414545
(65,69,69)
#2C3030
(44,48,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #E9EDED

#E9EDED
(233,237,237)
#EBEEEE
(235,238,238)
#EDEFEF
(237,239,239)
#EFF0F0
(239,240,240)
#F1F1F1
(241,241,241)
#F3F2F2
(243,242,242)
#F5F3F3
(245,243,243)
#F7F4F4
(247,244,244)
#F9F5F5
(249,245,245)
#FBF6F6
(251,246,246)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDED; }

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

This text font color is #E9EDED.


Background Color

.myBgColor { background-color: #E9EDED; }

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

This div background color is #E9EDED.


Border color

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

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

This div border color is #E9EDED.


Opacity

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

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

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

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

This text has shadow with #E9EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDED on black background.


Color preview on white background

This text has color #E9EDED on white background.



Black color preview on #E9EDED background

This text has black color on #E9EDED background.


White color preview on #E9EDED background

This text has white color on #E9EDED background.