COLOR #E0EDE5

HEX: #E0EDE5 RGB: (224,237,229)

Color info

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

RGB color model

#E0EDE5 color RGB value is (224,237,229).

RGB: (224,237,229) (88%, 93%, 90%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 229 of 255 = 90%

224
237
229

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

Portions of RGB colors in percentages

R + G + B = 224 + 237 + 229 = 690 (100%)
R 224 of 690 ~ 32.46%
G 237 of 690 ~ 34.35%
B 229 of 690 ~ 33.19'%

%32.46
%34.35
%33.19

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%

CMYK: (5,0,3,7)
C5M0Y3K7 (5%, 0%, 3%, 7%)
(0.05 / 0.00 / 0.03 / 0.07)

CMYK percentages

%5.49
%0
%3.38
%7.06

Codes

Color #E0EDE5 in popluar color models

E0 ED E5
RGB 224 237 229
HSL 143° 26.53% 90.39%
HSB/HSV 143° 5.49% 92.94%
CMYK 5.49% 0.00% 3.38%
7.06%

Color #E0EDE5 in popluar number systems.

HEX E0 ED E5
Decimal 224 237 229
Binary 11100000 11101101 11100101
Octal 340 355 345

Shades and tints

Shades of #E0EDE5

#E0EDE5
(224,237,229)
#CCD8D1
(204,216,209)
#B8C3BD
(184,195,189)
#A4AEA9
(164,174,169)
#909995
(144,153,149)
#7C8481
(124,132,129)
#686F6D
(104,111,109)
#545A59
(84,90,89)
#404545
(64,69,69)
#2C3031
(44,48,49)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #E0EDE5

#E0EDE5
(224,237,229)
#E2EEE7
(226,238,231)
#E4EFE9
(228,239,233)
#E6F0EB
(230,240,235)
#E8F1ED
(232,241,237)
#EAF2EF
(234,242,239)
#ECF3F1
(236,243,241)
#EEF4F3
(238,244,243)
#F0F5F5
(240,245,245)
#F2F6F7
(242,246,247)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDE5; }

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

This text font color is #E0EDE5.

Background Color

.myBgColor { background-color: #E0EDE5; }

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

This div background color is #E0EDE5.

Border color

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

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

This div border color is #E0EDE5.

Opacity

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

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

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

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

This text has shadow with #E0EDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EDE5.

Preview

Color preview on black background

This text has color #E0EDE5 on black background.


Color preview on white background

This text has color #E0EDE5 on white background.


Black color preview on #E0EDE5 background

This text has black color on #E0EDE5 background.


White color preview on #E0EDE5 background

This text has white color on #E0EDE5 background.


Related colors

Complementary color

Complementary color for #hex is #1F121A.


I love getcolorcode.com

Triadic colors

1 #E5E0ED and #EDE5E0 with #E0EDE5 are triadic colors.

2 #E5EDE0 and #EDE0E5 with #E0EDE5 are triadic colors.