COLOR #E0DEB5

HEX: #E0DEB5 RGB: (224,222,181)

Color info

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

RGB color model

#E0DEB5 color RGB value is (224,222,181).

RGB: (224,222,181) (88%, 87%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 181 of 255 = 71%

224
222
181

R + G + B ~ 82%. #E0DEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 181 = 627 (100%)
R 224 of 627 ~ 35.73%
G 222 of 627 ~ 35.41%
B 181 of 627 ~ 28.87'%

%35.73
%35.41
%28.87

CMYK color model

#E0DEB5 color CMYK value is (0,1,19,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 19.20%
  • key color value is 12.16%

CMYK: (0,1,19,12)
C0M1Y19K12 (0%, 1%, 19%, 12%)
(0.00 / 0.01 / 0.19 / 0.12)

CMYK percentages

%0
%0.89
%19.2
%12.16

Codes

Color #E0DEB5 in popluar color models

E0 DE B5
RGB 224 222 181
HSL 57° 40.95% 79.41%
HSB/HSV 57° 19.20% 87.84%
CMYK 0.00% 0.89% 19.20%
12.16%

Color #E0DEB5 in popluar number systems.

HEX E0 DE B5
Decimal 224 222 181
Binary 11100000 11011110 10110101
Octal 340 336 265

Shades and tints

Shades of #E0DEB5

#E0DEB5
(224,222,181)
#CCCAA5
(204,202,165)
#B8B695
(184,182,149)
#A4A285
(164,162,133)
#908E75
(144,142,117)
#7C7A65
(124,122,101)
#686655
(104,102,85)
#545245
(84,82,69)
#403E35
(64,62,53)
#2C2A25
(44,42,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #E0DEB5

#E0DEB5
(224,222,181)
#E2E1BB
(226,225,187)
#E4E4C1
(228,228,193)
#E6E7C7
(230,231,199)
#E8EACD
(232,234,205)
#EAEDD3
(234,237,211)
#ECF0D9
(236,240,217)
#EEF3DF
(238,243,223)
#F0F6E5
(240,246,229)
#F2F9EB
(242,249,235)
#F4FCF1
(244,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEB5; }

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

This text font color is #E0DEB5.

Background Color

.myBgColor { background-color: #E0DEB5; }

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

This div background color is #E0DEB5.

Border color

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

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

This div border color is #E0DEB5.

Opacity

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

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

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

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

This text has shadow with #E0DEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEB5.

Preview

Color preview on black background

This text has color #E0DEB5 on black background.


Color preview on white background

This text has color #E0DEB5 on white background.


Black color preview on #E0DEB5 background

This text has black color on #E0DEB5 background.


White color preview on #E0DEB5 background

This text has white color on #E0DEB5 background.


Related colors

Complementary color

Complementary color for #hex is #1F214A.


I love getcolorcode.com

Triadic colors

1 #B5E0DE and #DEB5E0 with #E0DEB5 are triadic colors.

2 #B5DEE0 and #DEE0B5 with #E0DEB5 are triadic colors.