COLOR #E0EBDE

HEX: #E0EBDE
RGB: (224,235,222)

Color info

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

RGB color model

#E0EBDE color RGB value is (224,235,222).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 222 of 255 = 87%

224
235
222

R + G + B ~ 89%. #E0EBDE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 222 = 681 (100%)
R 224 of 681 ~ 32.89%
G 235 of 681 ~ 34.51%
B 222 of 681 ~ 32.6%

%32.89
%34.51
%32.6

CMYK color model

#E0EBDE color CMYK value is (5,0,6,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(5,0,6,8)
C5M0Y6K8 
(5%,0%,6%,8%)
(0.05/0.00/0.06/0.08)	

CMYK percentages

%4.68
%0
%5.53
%7.84

Codes

Color #E0EBDE in popluar color models

E0EBDE
RGB224235222
HSL111°24.53%89.61%
HSB/HSV111°5.53%92.16%
CMYK4.68%0.00%5.53%
7.84%

Color #E0EBDE in popluar number systems.

HEXE0EBDE
Decimal224235222
Binary111000001110101111011110
Octal340353336

Shades and tints

Shades of #E0EBDE

#E0EBDE
(224,235,222)
#CCD6CA
(204,214,202)
#B8C1B6
(184,193,182)
#A4ACA2
(164,172,162)
#90978E
(144,151,142)
#7C827A
(124,130,122)
#686D66
(104,109,102)
#545852
(84,88,82)
#40433E
(64,67,62)
#2C2E2A
(44,46,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0EBDE

#E0EBDE
(224,235,222)
#E2ECE1
(226,236,225)
#E4EDE4
(228,237,228)
#E6EEE7
(230,238,231)
#E8EFEA
(232,239,234)
#EAF0ED
(234,240,237)
#ECF1F0
(236,241,240)
#EEF2F3
(238,242,243)
#F0F3F6
(240,243,246)
#F2F4F9
(242,244,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBDE; }

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

This text font color is #E0EBDE.


Background Color

.myBgColor { background-color: #E0EBDE; }

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

This div background color is #E0EBDE.


Border color

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

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

This div border color is #E0EBDE.


Opacity

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

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

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

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

This text has shadow with #E0EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBDE on black background.


Color preview on white background

This text has color #E0EBDE on white background.



Black color preview on #E0EBDE background

This text has black color on #E0EBDE background.


White color preview on #E0EBDE background

This text has white color on #E0EBDE background.