COLOR #E5D4C1

HEX: #E5D4C1
RGB: (229,212,193)

Color info

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

RGB color model

#E5D4C1 color RGB value is (229,212,193).

  • red value is 229;
  • green value is 212;
  • blue value is 193.
RGB:
(229,212,193)
(90%,83%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 193 of 255 = 76%

229
212
193

R + G + B ~ 83%. #E5D4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 212 + 193 = 634 (100%)
R 229 of 634 ~ 36.12%
G 212 of 634 ~ 33.44%
B 193 of 634 ~ 30.44%

%36.12
%33.44
%30.44

CMYK color model

#E5D4C1 color CMYK value is (0,7,16,10).

  • cyan value is 0.00%
  • magenta value is 7.42%
  • yellow value is 15.72%
  • key color value is 10.20%
CMYK:
(0,7,16,10)
C0M7Y16K10 
(0%,7%,16%,10%)
(0.00/0.07/0.16/0.10)	

CMYK percentages

%0
%7.42
%15.72
%10.2

Codes

Color #E5D4C1 in popluar color models

E5D4C1
RGB229212193
HSL32°40.91%82.75%
HSB/HSV32°15.72%89.80%
CMYK0.00%7.42%15.72%
10.20%

Color #E5D4C1 in popluar number systems.

HEXE5D4C1
Decimal229212193
Binary111001011101010011000001
Octal345324301

Shades and tints

Shades of #E5D4C1

#E5D4C1
(229,212,193)
#D1C1B0
(209,193,176)
#BDAE9F
(189,174,159)
#A99B8E
(169,155,142)
#95887D
(149,136,125)
#81756C
(129,117,108)
#6D625B
(109,98,91)
#594F4A
(89,79,74)
#453C39
(69,60,57)
#312928
(49,41,40)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5D4C1

#E5D4C1
(229,212,193)
#E7D7C6
(231,215,198)
#E9DACB
(233,218,203)
#EBDDD0
(235,221,208)
#EDE0D5
(237,224,213)
#EFE3DA
(239,227,218)
#F1E6DF
(241,230,223)
#F3E9E4
(243,233,228)
#F5ECE9
(245,236,233)
#F7EFEE
(247,239,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D4C1 color. Also use rgb(229,212,193) instead hex code.

Text Font Color

.myTextColor { color: #E5D4C1; }

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

This text font color is #E5D4C1.


Background Color

.myBgColor { background-color: #E5D4C1; }

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

This div background color is #E5D4C1.


Border color

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

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

This div border color is #E5D4C1.


Opacity

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

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

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

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

This text has shadow with #E5D4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D4C1 on black background.


Color preview on white background

This text has color #E5D4C1 on white background.



Black color preview on #E5D4C1 background

This text has black color on #E5D4C1 background.


White color preview on #E5D4C1 background

This text has white color on #E5D4C1 background.