COLOR #E0D5BC

HEX: #E0D5BC
RGB: (224,213,188)

Color info

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

RGB color model

#E0D5BC color RGB value is (224,213,188).

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

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 188 of 255 = 74%

224
213
188

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 188 = 625 (100%)
R 224 of 625 ~ 35.84%
G 213 of 625 ~ 34.08%
B 188 of 625 ~ 30.08%

%35.84
%34.08
%30.08

CMYK color model

#E0D5BC color CMYK value is (0,5,16,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(0,5,16,12)
C0M5Y16K12 
(0%,5%,16%,12%)
(0.00/0.05/0.16/0.12)	

CMYK percentages

%0
%4.91
%16.07
%12.16

Codes

Color #E0D5BC in popluar color models

E0D5BC
RGB224213188
HSL42°36.73%80.78%
HSB/HSV42°16.07%87.84%
CMYK0.00%4.91%16.07%
12.16%

Color #E0D5BC in popluar number systems.

HEXE0D5BC
Decimal224213188
Binary111000001101010110111100
Octal340325274

Shades and tints

Shades of #E0D5BC

#E0D5BC
(224,213,188)
#CCC2AB
(204,194,171)
#B8AF9A
(184,175,154)
#A49C89
(164,156,137)
#908978
(144,137,120)
#7C7667
(124,118,103)
#686356
(104,99,86)
#545045
(84,80,69)
#403D34
(64,61,52)
#2C2A23
(44,42,35)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #E0D5BC

#E0D5BC
(224,213,188)
#E2D8C2
(226,216,194)
#E4DBC8
(228,219,200)
#E6DECE
(230,222,206)
#E8E1D4
(232,225,212)
#EAE4DA
(234,228,218)
#ECE7E0
(236,231,224)
#EEEAE6
(238,234,230)
#F0EDEC
(240,237,236)
#F2F0F2
(242,240,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5BC; }

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

This text font color is #E0D5BC.


Background Color

.myBgColor { background-color: #E0D5BC; }

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

This div background color is #E0D5BC.


Border color

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

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

This div border color is #E0D5BC.


Opacity

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

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

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

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

This text has shadow with #E0D5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5BC on black background.


Color preview on white background

This text has color #E0D5BC on white background.



Black color preview on #E0D5BC background

This text has black color on #E0D5BC background.


White color preview on #E0D5BC background

This text has white color on #E0D5BC background.