COLOR #E0D4BE

HEX: #E0D4BE
RGB: (224,212,190)

Color info

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

RGB color model

#E0D4BE color RGB value is (224,212,190).

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

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 190 of 255 = 75%

224
212
190

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

Portions of RGB colors in percentages

R + G + B =
224 + 212 + 190 = 626 (100%)
R 224 of 626 ~ 35.78%
G 212 of 626 ~ 33.87%
B 190 of 626 ~ 30.35%

%35.78
%33.87
%30.35

CMYK color model

#E0D4BE color CMYK value is (0,5,15,12).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(0,5,15,12)
C0M5Y15K12 
(0%,5%,15%,12%)
(0.00/0.05/0.15/0.12)	

CMYK percentages

%0
%5.36
%15.18
%12.16

Codes

Color #E0D4BE in popluar color models

E0D4BE
RGB224212190
HSL39°35.42%81.18%
HSB/HSV39°15.18%87.84%
CMYK0.00%5.36%15.18%
12.16%

Color #E0D4BE in popluar number systems.

HEXE0D4BE
Decimal224212190
Binary111000001101010010111110
Octal340324276

Shades and tints

Shades of #E0D4BE

#E0D4BE
(224,212,190)
#CCC1AD
(204,193,173)
#B8AE9C
(184,174,156)
#A49B8B
(164,155,139)
#90887A
(144,136,122)
#7C7569
(124,117,105)
#686258
(104,98,88)
#544F47
(84,79,71)
#403C36
(64,60,54)
#2C2925
(44,41,37)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0D4BE

#E0D4BE
(224,212,190)
#E2D7C3
(226,215,195)
#E4DAC8
(228,218,200)
#E6DDCD
(230,221,205)
#E8E0D2
(232,224,210)
#EAE3D7
(234,227,215)
#ECE6DC
(236,230,220)
#EEE9E1
(238,233,225)
#F0ECE6
(240,236,230)
#F2EFEB
(242,239,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4BE; }

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

This text font color is #E0D4BE.


Background Color

.myBgColor { background-color: #E0D4BE; }

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

This div background color is #E0D4BE.


Border color

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

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

This div border color is #E0D4BE.


Opacity

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

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

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

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

This text has shadow with #E0D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D4BE on black background.


Color preview on white background

This text has color #E0D4BE on white background.



Black color preview on #E0D4BE background

This text has black color on #E0D4BE background.


White color preview on #E0D4BE background

This text has white color on #E0D4BE background.