COLOR #E0DEB9

HEX: #E0DEB9
RGB: (224,222,185)

Color info

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

RGB color model

#E0DEB9 color RGB value is (224,222,185).

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

RGB channels and saturation

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

224
222
185

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

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 185 = 631 (100%)
R 224 of 631 ~ 35.5%
G 222 of 631 ~ 35.18%
B 185 of 631 ~ 29.32%

%35.5
%35.18
%29.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 17.41%
  • 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
%17.41
%12.16

Codes

Color #E0DEB9 in popluar color models

E0DEB9
RGB224222185
HSL57°38.61%80.20%
HSB/HSV57°17.41%87.84%
CMYK0.00%0.89%17.41%
12.16%

Color #E0DEB9 in popluar number systems.

HEXE0DEB9
Decimal224222185
Binary111000001101111010111001
Octal340336271

Shades and tints

Shades of #E0DEB9

#E0DEB9
(224,222,185)
#CCCAA9
(204,202,169)
#B8B699
(184,182,153)
#A4A289
(164,162,137)
#908E79
(144,142,121)
#7C7A69
(124,122,105)
#686659
(104,102,89)
#545249
(84,82,73)
#403E39
(64,62,57)
#2C2A29
(44,42,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #E0DEB9

#E0DEB9
(224,222,185)
#E2E1BF
(226,225,191)
#E4E4C5
(228,228,197)
#E6E7CB
(230,231,203)
#E8EAD1
(232,234,209)
#EAEDD7
(234,237,215)
#ECF0DD
(236,240,221)
#EEF3E3
(238,243,227)
#F0F6E9
(240,246,233)
#F2F9EF
(242,249,239)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEB9; }

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

This text font color is #E0DEB9.


Background Color

.myBgColor { background-color: #E0DEB9; }

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

This div background color is #E0DEB9.


Border color

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

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

This div border color is #E0DEB9.


Opacity

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

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

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

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

This text has shadow with #E0DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEB9 on black background.


Color preview on white background

This text has color #E0DEB9 on white background.



Black color preview on #E0DEB9 background

This text has black color on #E0DEB9 background.


White color preview on #E0DEB9 background

This text has white color on #E0DEB9 background.