COLOR #E0EBDA

HEX: #E0EBDA
RGB: (224,235,218)

Color info

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

RGB color model

#E0EBDA color RGB value is (224,235,218).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 218 of 255 = 85%

224
235
218

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 218 = 677 (100%)
R 224 of 677 ~ 33.09%
G 235 of 677 ~ 34.71%
B 218 of 677 ~ 32.2%

%33.09
%34.71
%32.2

CMYK color model

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

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(5,0,7,8)
C5M0Y7K8 
(5%,0%,7%,8%)
(0.05/0.00/0.07/0.08)	

CMYK percentages

%4.68
%0
%7.23
%7.84

Codes

Color #E0EBDA in popluar color models

E0EBDA
RGB224235218
HSL99°29.82%88.82%
HSB/HSV99°7.23%92.16%
CMYK4.68%0.00%7.23%
7.84%

Color #E0EBDA in popluar number systems.

HEXE0EBDA
Decimal224235218
Binary111000001110101111011010
Octal340353332

Shades and tints

Shades of #E0EBDA

#E0EBDA
(224,235,218)
#CCD6C7
(204,214,199)
#B8C1B4
(184,193,180)
#A4ACA1
(164,172,161)
#90978E
(144,151,142)
#7C827B
(124,130,123)
#686D68
(104,109,104)
#545855
(84,88,85)
#404342
(64,67,66)
#2C2E2F
(44,46,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #E0EBDA

#E0EBDA
(224,235,218)
#E2ECDD
(226,236,221)
#E4EDE0
(228,237,224)
#E6EEE3
(230,238,227)
#E8EFE6
(232,239,230)
#EAF0E9
(234,240,233)
#ECF1EC
(236,241,236)
#EEF2EF
(238,242,239)
#F0F3F2
(240,243,242)
#F2F4F5
(242,244,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBDA; }

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

This text font color is #E0EBDA.


Background Color

.myBgColor { background-color: #E0EBDA; }

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

This div background color is #E0EBDA.


Border color

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

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

This div border color is #E0EBDA.


Opacity

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

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

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

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

This text has shadow with #E0EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBDA on black background.


Color preview on white background

This text has color #E0EBDA on white background.



Black color preview on #E0EBDA background

This text has black color on #E0EBDA background.


White color preview on #E0EBDA background

This text has white color on #E0EBDA background.