COLOR #E0D4BD

HEX: #E0D4BD
RGB: (224,212,189)

Color info

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

RGB color model

#E0D4BD color RGB value is (224,212,189).

  • red value is 224;
  • green value is 212;
  • blue value is 189.
RGB:
(224,212,189)
(88%,83%,74%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 189 of 255 = 74%

224
212
189

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

Portions of RGB colors in percentages

R + G + B =
224 + 212 + 189 = 625 (100%)
R 224 of 625 ~ 35.84%
G 212 of 625 ~ 33.92%
B 189 of 625 ~ 30.24%

%35.84
%33.92
%30.24

CMYK color model

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

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

Codes

Color #E0D4BD in popluar color models

E0D4BD
RGB224212189
HSL39°36.08%80.98%
HSB/HSV39°15.63%87.84%
CMYK0.00%5.36%15.63%
12.16%

Color #E0D4BD in popluar number systems.

HEXE0D4BD
Decimal224212189
Binary111000001101010010111101
Octal340324275

Shades and tints

Shades of #E0D4BD

#E0D4BD
(224,212,189)
#CCC1AC
(204,193,172)
#B8AE9B
(184,174,155)
#A49B8A
(164,155,138)
#908879
(144,136,121)
#7C7568
(124,117,104)
#686257
(104,98,87)
#544F46
(84,79,70)
#403C35
(64,60,53)
#2C2924
(44,41,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E0D4BD

#E0D4BD
(224,212,189)
#E2D7C3
(226,215,195)
#E4DAC9
(228,218,201)
#E6DDCF
(230,221,207)
#E8E0D5
(232,224,213)
#EAE3DB
(234,227,219)
#ECE6E1
(236,230,225)
#EEE9E7
(238,233,231)
#F0ECED
(240,236,237)
#F2EFF3
(242,239,243)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D4BD color. Also use rgb(224,212,189) instead hex code.

Text Font Color

.myTextColor { color: #E0D4BD; }

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

This text font color is #E0D4BD.


Background Color

.myBgColor { background-color: #E0D4BD; }

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

This div background color is #E0D4BD.


Border color

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

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

This div border color is #E0D4BD.


Opacity

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

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

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

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

This text has shadow with #E0D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D4BD on black background.


Color preview on white background

This text has color #E0D4BD on white background.



Black color preview on #E0D4BD background

This text has black color on #E0D4BD background.


White color preview on #E0D4BD background

This text has white color on #E0D4BD background.