COLOR #E0EBD4

HEX: #E0EBD4
RGB: (224,235,212)

Color info

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

RGB color model

#E0EBD4 color RGB value is (224,235,212).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 212 of 255 = 83%

224
235
212

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 212 = 671 (100%)
R 224 of 671 ~ 33.38%
G 235 of 671 ~ 35.02%
B 212 of 671 ~ 31.59%

%33.38
%35.02
%31.59

CMYK color model

#E0EBD4 color CMYK value is (5,0,10,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(5,0,10,8)
C5M0Y10K8 
(5%,0%,10%,8%)
(0.05/0.00/0.10/0.08)	

CMYK percentages

%4.68
%0
%9.79
%7.84

Codes

Color #E0EBD4 in popluar color models

E0EBD4
RGB224235212
HSL89°36.51%87.65%
HSB/HSV89°9.79%92.16%
CMYK4.68%0.00%9.79%
7.84%

Color #E0EBD4 in popluar number systems.

HEXE0EBD4
Decimal224235212
Binary111000001110101111010100
Octal340353324

Shades and tints

Shades of #E0EBD4

#E0EBD4
(224,235,212)
#CCD6C1
(204,214,193)
#B8C1AE
(184,193,174)
#A4AC9B
(164,172,155)
#909788
(144,151,136)
#7C8275
(124,130,117)
#686D62
(104,109,98)
#54584F
(84,88,79)
#40433C
(64,67,60)
#2C2E29
(44,46,41)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0EBD4

#E0EBD4
(224,235,212)
#E2ECD7
(226,236,215)
#E4EDDA
(228,237,218)
#E6EEDD
(230,238,221)
#E8EFE0
(232,239,224)
#EAF0E3
(234,240,227)
#ECF1E6
(236,241,230)
#EEF2E9
(238,242,233)
#F0F3EC
(240,243,236)
#F2F4EF
(242,244,239)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBD4; }

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

This text font color is #E0EBD4.


Background Color

.myBgColor { background-color: #E0EBD4; }

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

This div background color is #E0EBD4.


Border color

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

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

This div border color is #E0EBD4.


Opacity

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

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

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

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

This text has shadow with #E0EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBD4 on black background.


Color preview on white background

This text has color #E0EBD4 on white background.



Black color preview on #E0EBD4 background

This text has black color on #E0EBD4 background.


White color preview on #E0EBD4 background

This text has white color on #E0EBD4 background.