COLOR #E0EDE1

HEX: #E0EDE1 RGB: (224,237,225)

Color info

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

RGB color model

#E0EDE1 color RGB value is (224,237,225).

RGB: (224,237,225) (88%, 93%, 88%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 225 of 255 = 88%

224
237
225

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

Portions of RGB colors in percentages

R + G + B = 224 + 237 + 225 = 686 (100%)
R 224 of 686 ~ 32.65%
G 237 of 686 ~ 34.55%
B 225 of 686 ~ 32.8'%

%32.65
%34.55
%32.8

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • 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
%5.06
%7.06

Codes

Color #E0EDE1 in popluar color models

E0 ED E1
RGB 224 237 225
HSL 125° 26.53% 90.39%
HSB/HSV 125° 5.49% 92.94%
CMYK 5.49% 0.00% 5.06%
7.06%

Color #E0EDE1 in popluar number systems.

HEX E0 ED E1
Decimal 224 237 225
Binary 11100000 11101101 11100001
Octal 340 355 341

Shades and tints

Shades of #E0EDE1

#E0EDE1
(224,237,225)
#CCD8CD
(204,216,205)
#B8C3B9
(184,195,185)
#A4AEA5
(164,174,165)
#909991
(144,153,145)
#7C847D
(124,132,125)
#686F69
(104,111,105)
#545A55
(84,90,85)
#404541
(64,69,65)
#2C302D
(44,48,45)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #E0EDE1

#E0EDE1
(224,237,225)
#E2EEE3
(226,238,227)
#E4EFE5
(228,239,229)
#E6F0E7
(230,240,231)
#E8F1E9
(232,241,233)
#EAF2EB
(234,242,235)
#ECF3ED
(236,243,237)
#EEF4EF
(238,244,239)
#F0F5F1
(240,245,241)
#F2F6F3
(242,246,243)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDE1; }

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

This text font color is #E0EDE1.

Background Color

.myBgColor { background-color: #E0EDE1; }

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

This div background color is #E0EDE1.

Border color

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

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

This div border color is #E0EDE1.

Opacity

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

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

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

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

This text has shadow with #E0EDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EDE1.

Preview

Color preview on black background

This text has color #E0EDE1 on black background.


Color preview on white background

This text has color #E0EDE1 on white background.


Black color preview on #E0EDE1 background

This text has black color on #E0EDE1 background.


White color preview on #E0EDE1 background

This text has white color on #E0EDE1 background.


Related colors

Complementary color

Complementary color for #hex is #1F121E.


I love getcolorcode.com

Triadic colors

1 #E1E0ED and #EDE1E0 with #E0EDE1 are triadic colors.

2 #E1EDE0 and #EDE0E1 with #E0EDE1 are triadic colors.