COLOR #E0E3DE

HEX: #E0E3DE
RGB: (224,227,222)

Color info

#E0E3DE contains red, green and blue colors in about the same proportion. Web safe color of #E0E3DE is #CCCCCC (or #CCC).

RGB color model

#E0E3DE color RGB value is (224,227,222).

  • red value is 224;
  • green value is 227;
  • blue value is 222.
RGB:
(224,227,222)
(88%,89%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 222 of 255 = 87%

224
227
222

R + G + B ~ 88%. #E0E3DE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 227 + 222 = 673 (100%)
R 224 of 673 ~ 33.28%
G 227 of 673 ~ 33.73%
B 222 of 673 ~ 32.99%

%33.28
%33.73
%32.99

CMYK color model

#E0E3DE color CMYK value is (1,0,2,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(1,0,2,11)
C1M0Y2K11 
(1%,0%,2%,11%)
(0.01/0.00/0.02/0.11)	

CMYK percentages

%1.32
%0
%2.2
%10.98

Codes

Color #E0E3DE in popluar color models

E0E3DE
RGB224227222
HSL96°8.20%88.04%
HSB/HSV96°2.20%89.02%
CMYK1.32%0.00%2.20%
10.98%

Color #E0E3DE in popluar number systems.

HEXE0E3DE
Decimal224227222
Binary111000001110001111011110
Octal340343336

Shades and tints

Shades of #E0E3DE

#E0E3DE
(224,227,222)
#CCCFCA
(204,207,202)
#B8BBB6
(184,187,182)
#A4A7A2
(164,167,162)
#90938E
(144,147,142)
#7C7F7A
(124,127,122)
#686B66
(104,107,102)
#545752
(84,87,82)
#40433E
(64,67,62)
#2C2F2A
(44,47,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #E0E3DE

#E0E3DE
(224,227,222)
#E2E5E1
(226,229,225)
#E4E7E4
(228,231,228)
#E6E9E7
(230,233,231)
#E8EBEA
(232,235,234)
#EAEDED
(234,237,237)
#ECEFF0
(236,239,240)
#EEF1F3
(238,241,243)
#F0F3F6
(240,243,246)
#F2F5F9
(242,245,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E3DE color. Also use rgb(224,227,222) instead hex code.

Text Font Color

.myTextColor { color: #E0E3DE; }

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

This text font color is #E0E3DE.


Background Color

.myBgColor { background-color: #E0E3DE; }

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

This div background color is #E0E3DE.


Border color

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

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

This div border color is #E0E3DE.


Opacity

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

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

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

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

This text has shadow with #E0E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E3DE on black background.


Color preview on white background

This text has color #E0E3DE on white background.



Black color preview on #E0E3DE background

This text has black color on #E0E3DE background.


White color preview on #E0E3DE background

This text has white color on #E0E3DE background.