COLOR #E0DEBA

HEX: #E0DEBA
RGB: (224,222,186)

Color info

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

RGB color model

#E0DEBA color RGB value is (224,222,186).

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

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 186 of 255 = 73%

224
222
186

R + G + B ~ 83%. #E0DEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 186 = 632 (100%)
R 224 of 632 ~ 35.44%
G 222 of 632 ~ 35.13%
B 186 of 632 ~ 29.43%

%35.44
%35.13
%29.43

CMYK color model

#E0DEBA color CMYK value is (0,1,17,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(0,1,17,12)
C0M1Y17K12 
(0%,1%,17%,12%)
(0.00/0.01/0.17/0.12)	

CMYK percentages

%0
%0.89
%16.96
%12.16

Codes

Color #E0DEBA in popluar color models

E0DEBA
RGB224222186
HSL57°38.00%80.39%
HSB/HSV57°16.96%87.84%
CMYK0.00%0.89%16.96%
12.16%

Color #E0DEBA in popluar number systems.

HEXE0DEBA
Decimal224222186
Binary111000001101111010111010
Octal340336272

Shades and tints

Shades of #E0DEBA

#E0DEBA
(224,222,186)
#CCCAAA
(204,202,170)
#B8B69A
(184,182,154)
#A4A28A
(164,162,138)
#908E7A
(144,142,122)
#7C7A6A
(124,122,106)
#68665A
(104,102,90)
#54524A
(84,82,74)
#403E3A
(64,62,58)
#2C2A2A
(44,42,42)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0DEBA

#E0DEBA
(224,222,186)
#E2E1C0
(226,225,192)
#E4E4C6
(228,228,198)
#E6E7CC
(230,231,204)
#E8EAD2
(232,234,210)
#EAEDD8
(234,237,216)
#ECF0DE
(236,240,222)
#EEF3E4
(238,243,228)
#F0F6EA
(240,246,234)
#F2F9F0
(242,249,240)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEBA; }

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

This text font color is #E0DEBA.


Background Color

.myBgColor { background-color: #E0DEBA; }

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

This div background color is #E0DEBA.


Border color

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

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

This div border color is #E0DEBA.


Opacity

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

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

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

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

This text has shadow with #E0DEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEBA on black background.


Color preview on white background

This text has color #E0DEBA on white background.



Black color preview on #E0DEBA background

This text has black color on #E0DEBA background.


White color preview on #E0DEBA background

This text has white color on #E0DEBA background.