COLOR #E2EDE4

HEX: #E2EDE4
RGB: (226,237,228)

Color info

#E2EDE4 contains red, green and blue colors in about the same proportion. Web safe color of #E2EDE4 is #CCFFCC (or #CFC).

RGB color model

#E2EDE4 color RGB value is (226,237,228).

  • red value is 226;
  • green value is 237;
  • blue value is 228.
RGB:
(226,237,228)
(89%,93%,89%)

RGB channels and saturation

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

226
237
228

R + G + B ~ 90%. #E2EDE4 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 228 = 691 (100%)
R 226 of 691 ~ 32.71%
G 237 of 691 ~ 34.3%
B 228 of 691 ~ 33%

%32.71
%34.3
%33

CMYK color model

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

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(5,0,4,7)
C5M0Y4K7 
(5%,0%,4%,7%)
(0.05/0.00/0.04/0.07)	

CMYK percentages

%4.64
%0
%3.8
%7.06

Codes

Color #E2EDE4 in popluar color models

E2EDE4
RGB226237228
HSL131°23.40%90.78%
HSB/HSV131°4.64%92.94%
CMYK4.64%0.00%3.80%
7.06%

Color #E2EDE4 in popluar number systems.

HEXE2EDE4
Decimal226237228
Binary111000101110110111100100
Octal342355344

Shades and tints

Shades of #E2EDE4

#E2EDE4
(226,237,228)
#CED8D0
(206,216,208)
#BAC3BC
(186,195,188)
#A6AEA8
(166,174,168)
#929994
(146,153,148)
#7E8480
(126,132,128)
#6A6F6C
(106,111,108)
#565A58
(86,90,88)
#424544
(66,69,68)
#2E3030
(46,48,48)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #E2EDE4

#E2EDE4
(226,237,228)
#E4EEE6
(228,238,230)
#E6EFE8
(230,239,232)
#E8F0EA
(232,240,234)
#EAF1EC
(234,241,236)
#ECF2EE
(236,242,238)
#EEF3F0
(238,243,240)
#F0F4F2
(240,244,242)
#F2F5F4
(242,245,244)
#F4F6F6
(244,246,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDE4; }

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

This text font color is #E2EDE4.


Background Color

.myBgColor { background-color: #E2EDE4; }

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

This div background color is #E2EDE4.


Border color

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

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

This div border color is #E2EDE4.


Opacity

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

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

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

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

This text has shadow with #E2EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDE4 on black background.


Color preview on white background

This text has color #E2EDE4 on white background.



Black color preview on #E2EDE4 background

This text has black color on #E2EDE4 background.


White color preview on #E2EDE4 background

This text has white color on #E2EDE4 background.