COLOR #E0D5B8

HEX: #E0D5B8
RGB: (224,213,184)

Color info

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

RGB color model

#E0D5B8 color RGB value is (224,213,184).

  • red value is 224;
  • green value is 213;
  • blue value is 184.
RGB:
(224,213,184)
(88%,84%,72%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 184 of 255 = 72%

224
213
184

R + G + B ~ 81%. #E0D5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 184 = 621 (100%)
R 224 of 621 ~ 36.07%
G 213 of 621 ~ 34.3%
B 184 of 621 ~ 29.63%

%36.07
%34.3
%29.63

CMYK color model

#E0D5B8 color CMYK value is (0,5,18,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 17.86%
  • key color value is 12.16%
CMYK:
(0,5,18,12)
C0M5Y18K12 
(0%,5%,18%,12%)
(0.00/0.05/0.18/0.12)	

CMYK percentages

%0
%4.91
%17.86
%12.16

Codes

Color #E0D5B8 in popluar color models

E0D5B8
RGB224213184
HSL44°39.22%80.00%
HSB/HSV44°17.86%87.84%
CMYK0.00%4.91%17.86%
12.16%

Color #E0D5B8 in popluar number systems.

HEXE0D5B8
Decimal224213184
Binary111000001101010110111000
Octal340325270

Shades and tints

Shades of #E0D5B8

#E0D5B8
(224,213,184)
#CCC2A8
(204,194,168)
#B8AF98
(184,175,152)
#A49C88
(164,156,136)
#908978
(144,137,120)
#7C7668
(124,118,104)
#686358
(104,99,88)
#545048
(84,80,72)
#403D38
(64,61,56)
#2C2A28
(44,42,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0D5B8

#E0D5B8
(224,213,184)
#E2D8BE
(226,216,190)
#E4DBC4
(228,219,196)
#E6DECA
(230,222,202)
#E8E1D0
(232,225,208)
#EAE4D6
(234,228,214)
#ECE7DC
(236,231,220)
#EEEAE2
(238,234,226)
#F0EDE8
(240,237,232)
#F2F0EE
(242,240,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D5B8 color. Also use rgb(224,213,184) instead hex code.

Text Font Color

.myTextColor { color: #E0D5B8; }

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

This text font color is #E0D5B8.


Background Color

.myBgColor { background-color: #E0D5B8; }

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

This div background color is #E0D5B8.


Border color

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

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

This div border color is #E0D5B8.


Opacity

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

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

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

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

This text has shadow with #E0D5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5B8 on black background.


Color preview on white background

This text has color #E0D5B8 on white background.



Black color preview on #E0D5B8 background

This text has black color on #E0D5B8 background.


White color preview on #E0D5B8 background

This text has white color on #E0D5B8 background.