COLOR #E0EBDC

HEX: #E0EBDC
RGB: (224,235,220)

Color info

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

RGB color model

#E0EBDC color RGB value is (224,235,220).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 220 of 255 = 86%

224
235
220

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 220 = 679 (100%)
R 224 of 679 ~ 32.99%
G 235 of 679 ~ 34.61%
B 220 of 679 ~ 32.4%

%32.99
%34.61
%32.4

CMYK color model

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

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • 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
%6.38
%7.84

Codes

Color #E0EBDC in popluar color models

E0EBDC
RGB224235220
HSL104°27.27%89.22%
HSB/HSV104°6.38%92.16%
CMYK4.68%0.00%6.38%
7.84%

Color #E0EBDC in popluar number systems.

HEXE0EBDC
Decimal224235220
Binary111000001110101111011100
Octal340353334

Shades and tints

Shades of #E0EBDC

#E0EBDC
(224,235,220)
#CCD6C8
(204,214,200)
#B8C1B4
(184,193,180)
#A4ACA0
(164,172,160)
#90978C
(144,151,140)
#7C8278
(124,130,120)
#686D64
(104,109,100)
#545850
(84,88,80)
#40433C
(64,67,60)
#2C2E28
(44,46,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0EBDC

#E0EBDC
(224,235,220)
#E2ECDF
(226,236,223)
#E4EDE2
(228,237,226)
#E6EEE5
(230,238,229)
#E8EFE8
(232,239,232)
#EAF0EB
(234,240,235)
#ECF1EE
(236,241,238)
#EEF2F1
(238,242,241)
#F0F3F4
(240,243,244)
#F2F4F7
(242,244,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBDC; }

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

This text font color is #E0EBDC.


Background Color

.myBgColor { background-color: #E0EBDC; }

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

This div background color is #E0EBDC.


Border color

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

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

This div border color is #E0EBDC.


Opacity

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

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

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

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

This text has shadow with #E0EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBDC on black background.


Color preview on white background

This text has color #E0EBDC on white background.



Black color preview on #E0EBDC background

This text has black color on #E0EBDC background.


White color preview on #E0EBDC background

This text has white color on #E0EBDC background.