COLOR #E0EDE7

HEX: #E0EDE7
RGB: (224,237,231)

Color info

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

RGB color model

#E0EDE7 color RGB value is (224,237,231).

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

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 231 of 255 = 91%

224
237
231

R + G + B ~ 91%. #E0EDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 231 = 692 (100%)
R 224 of 692 ~ 32.37%
G 237 of 692 ~ 34.25%
B 231 of 692 ~ 33.38%

%32.37
%34.25
%33.38

CMYK color model

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

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

Codes

Color #E0EDE7 in popluar color models

E0EDE7
RGB224237231
HSL152°26.53%90.39%
HSB/HSV152°5.49%92.94%
CMYK5.49%0.00%2.53%
7.06%

Color #E0EDE7 in popluar number systems.

HEXE0EDE7
Decimal224237231
Binary111000001110110111100111
Octal340355347

Shades and tints

Shades of #E0EDE7

#E0EDE7
(224,237,231)
#CCD8D2
(204,216,210)
#B8C3BD
(184,195,189)
#A4AEA8
(164,174,168)
#909993
(144,153,147)
#7C847E
(124,132,126)
#686F69
(104,111,105)
#545A54
(84,90,84)
#40453F
(64,69,63)
#2C302A
(44,48,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #E0EDE7

#E0EDE7
(224,237,231)
#E2EEE9
(226,238,233)
#E4EFEB
(228,239,235)
#E6F0ED
(230,240,237)
#E8F1EF
(232,241,239)
#EAF2F1
(234,242,241)
#ECF3F3
(236,243,243)
#EEF4F5
(238,244,245)
#F0F5F7
(240,245,247)
#F2F6F9
(242,246,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDE7; }

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

This text font color is #E0EDE7.


Background Color

.myBgColor { background-color: #E0EDE7; }

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

This div background color is #E0EDE7.


Border color

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

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

This div border color is #E0EDE7.


Opacity

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

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

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

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

This text has shadow with #E0EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDE7 on black background.


Color preview on white background

This text has color #E0EDE7 on white background.



Black color preview on #E0EDE7 background

This text has black color on #E0EDE7 background.


White color preview on #E0EDE7 background

This text has white color on #E0EDE7 background.