COLOR #E0EDE6

HEX: #E0EDE6
RGB: (224,237,230)

Color info

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

RGB color model

#E0EDE6 color RGB value is (224,237,230).

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

RGB channels and saturation

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

224
237
230

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 230 = 691 (100%)
R 224 of 691 ~ 32.42%
G 237 of 691 ~ 34.3%
B 230 of 691 ~ 33.29%

%32.42
%34.3
%33.29

CMYK color model

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

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

Codes

Color #E0EDE6 in popluar color models

E0EDE6
RGB224237230
HSL148°26.53%90.39%
HSB/HSV148°5.49%92.94%
CMYK5.49%0.00%2.95%
7.06%

Color #E0EDE6 in popluar number systems.

HEXE0EDE6
Decimal224237230
Binary111000001110110111100110
Octal340355346

Shades and tints

Shades of #E0EDE6

#E0EDE6
(224,237,230)
#CCD8D2
(204,216,210)
#B8C3BE
(184,195,190)
#A4AEAA
(164,174,170)
#909996
(144,153,150)
#7C8482
(124,132,130)
#686F6E
(104,111,110)
#545A5A
(84,90,90)
#404546
(64,69,70)
#2C3032
(44,48,50)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #E0EDE6

#E0EDE6
(224,237,230)
#E2EEE8
(226,238,232)
#E4EFEA
(228,239,234)
#E6F0EC
(230,240,236)
#E8F1EE
(232,241,238)
#EAF2F0
(234,242,240)
#ECF3F2
(236,243,242)
#EEF4F4
(238,244,244)
#F0F5F6
(240,245,246)
#F2F6F8
(242,246,248)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDE6; }

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

This text font color is #E0EDE6.


Background Color

.myBgColor { background-color: #E0EDE6; }

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

This div background color is #E0EDE6.


Border color

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

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

This div border color is #E0EDE6.


Opacity

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

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

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

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

This text has shadow with #E0EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDE6 on black background.


Color preview on white background

This text has color #E0EDE6 on white background.



Black color preview on #E0EDE6 background

This text has black color on #E0EDE6 background.


White color preview on #E0EDE6 background

This text has white color on #E0EDE6 background.