COLOR #E4EDED

HEX: #E4EDED RGB: (228,237,237)

Color info

#E4EDED contains red, green and blue colors in about the same proportion. Web safe color of #E4EDED is #CCFFFF (or #CFF).

RGB color model

#E4EDED color RGB value is (228,237,237).

RGB: (228,237,237) (89%, 93%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 237 of 255 = 93%

228
237
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 237 + 237 = 702 (100%)
R 228 of 702 ~ 32.48%
G 237 of 702 ~ 33.76%
B 237 of 702 ~ 33.76'%

%32.48
%33.76
%33.76

CMYK color model

#E4EDED color CMYK value is (4,0,0,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (4,0,0,7)
C4M0Y0K7 (4%, 0%, 0%, 7%)
(0.04 / 0.00 / 0.00 / 0.07)

CMYK percentages

%3.8
%0
%0
%7.06

Codes

Color #E4EDED in popluar color models

E4 ED ED
RGB 228 237 237
HSL 180° 20.00% 91.18%
HSB/HSV 180° 3.80% 92.94%
CMYK 3.80% 0.00% 0.00%
7.06%

Color #E4EDED in popluar number systems.

HEX E4 ED ED
Decimal 228 237 237
Binary 11100100 11101101 11101101
Octal 344 355 355

Shades and tints

Shades of #E4EDED

#E4EDED
(228,237,237)
#D0D8D8
(208,216,216)
#BCC3C3
(188,195,195)
#A8AEAE
(168,174,174)
#949999
(148,153,153)
#808484
(128,132,132)
#6C6F6F
(108,111,111)
#585A5A
(88,90,90)
#444545
(68,69,69)
#303030
(48,48,48)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #E4EDED

#E4EDED
(228,237,237)
#E6EEEE
(230,238,238)
#E8EFEF
(232,239,239)
#EAF0F0
(234,240,240)
#ECF1F1
(236,241,241)
#EEF2F2
(238,242,242)
#F0F3F3
(240,243,243)
#F2F4F4
(242,244,244)
#F4F5F5
(244,245,245)
#F6F6F6
(246,246,246)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDED; }

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

This text font color is #E4EDED.

Background Color

.myBgColor { background-color: #E4EDED; }

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

This div background color is #E4EDED.

Border color

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

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

This div border color is #E4EDED.

Opacity

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

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

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

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

This text has shadow with #E4EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDED.

Preview

Color preview on black background

This text has color #E4EDED on black background.


Color preview on white background

This text has color #E4EDED on white background.


Black color preview on #E4EDED background

This text has black color on #E4EDED background.


White color preview on #E4EDED background

This text has white color on #E4EDED background.


Related colors

Complementary color

Complementary color for #hex is #1B1212.


I love getcolorcode.com