COLOR #E0EDE2

HEX: #E0EDE2
RGB: (224,237,226)

Color info

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

RGB color model

#E0EDE2 color RGB value is (224,237,226).

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

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 226 of 255 = 89%

224
237
226

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 226 = 687 (100%)
R 224 of 687 ~ 32.61%
G 237 of 687 ~ 34.5%
B 226 of 687 ~ 32.9%

%32.61
%34.5
%32.9

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(5,0,5,7)
C5M0Y5K7 
(5%,0%,5%,7%)
(0.05/0.00/0.05/0.07)	

CMYK percentages

%5.49
%0
%4.64
%7.06

Codes

Color #E0EDE2 in popluar color models

E0EDE2
RGB224237226
HSL129°26.53%90.39%
HSB/HSV129°5.49%92.94%
CMYK5.49%0.00%4.64%
7.06%

Color #E0EDE2 in popluar number systems.

HEXE0EDE2
Decimal224237226
Binary111000001110110111100010
Octal340355342

Shades and tints

Shades of #E0EDE2

#E0EDE2
(224,237,226)
#CCD8CE
(204,216,206)
#B8C3BA
(184,195,186)
#A4AEA6
(164,174,166)
#909992
(144,153,146)
#7C847E
(124,132,126)
#686F6A
(104,111,106)
#545A56
(84,90,86)
#404542
(64,69,66)
#2C302E
(44,48,46)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #E0EDE2

#E0EDE2
(224,237,226)
#E2EEE4
(226,238,228)
#E4EFE6
(228,239,230)
#E6F0E8
(230,240,232)
#E8F1EA
(232,241,234)
#EAF2EC
(234,242,236)
#ECF3EE
(236,243,238)
#EEF4F0
(238,244,240)
#F0F5F2
(240,245,242)
#F2F6F4
(242,246,244)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDE2; }

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

This text font color is #E0EDE2.


Background Color

.myBgColor { background-color: #E0EDE2; }

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

This div background color is #E0EDE2.


Border color

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

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

This div border color is #E0EDE2.


Opacity

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

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

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

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

This text has shadow with #E0EDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDE2 on black background.


Color preview on white background

This text has color #E0EDE2 on white background.



Black color preview on #E0EDE2 background

This text has black color on #E0EDE2 background.


White color preview on #E0EDE2 background

This text has white color on #E0EDE2 background.