COLOR #E5DFCD

HEX: #E5DFCD
RGB: (229,223,205)

Color info

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

RGB color model

#E5DFCD color RGB value is (229,223,205).

  • red value is 229;
  • green value is 223;
  • blue value is 205.
RGB:
(229,223,205)
(90%,87%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 205 of 255 = 80%

229
223
205

R + G + B ~ 86%. #E5DFCD is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 205 = 657 (100%)
R 229 of 657 ~ 34.86%
G 223 of 657 ~ 33.94%
B 205 of 657 ~ 31.2%

%34.86
%33.94
%31.2

CMYK color model

#E5DFCD color CMYK value is (0,3,10,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,3,10,10)
C0M3Y10K10 
(0%,3%,10%,10%)
(0.00/0.03/0.10/0.10)	

CMYK percentages

%0
%2.62
%10.48
%10.2

Codes

Color #E5DFCD in popluar color models

E5DFCD
RGB229223205
HSL45°31.58%85.10%
HSB/HSV45°10.48%89.80%
CMYK0.00%2.62%10.48%
10.20%

Color #E5DFCD in popluar number systems.

HEXE5DFCD
Decimal229223205
Binary111001011101111111001101
Octal345337315

Shades and tints

Shades of #E5DFCD

#E5DFCD
(229,223,205)
#D1CBBB
(209,203,187)
#BDB7A9
(189,183,169)
#A9A397
(169,163,151)
#958F85
(149,143,133)
#817B73
(129,123,115)
#6D6761
(109,103,97)
#59534F
(89,83,79)
#453F3D
(69,63,61)
#312B2B
(49,43,43)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5DFCD

#E5DFCD
(229,223,205)
#E7E1D1
(231,225,209)
#E9E3D5
(233,227,213)
#EBE5D9
(235,229,217)
#EDE7DD
(237,231,221)
#EFE9E1
(239,233,225)
#F1EBE5
(241,235,229)
#F3EDE9
(243,237,233)
#F5EFED
(245,239,237)
#F7F1F1
(247,241,241)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DFCD color. Also use rgb(229,223,205) instead hex code.

Text Font Color

.myTextColor { color: #E5DFCD; }

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

This text font color is #E5DFCD.


Background Color

.myBgColor { background-color: #E5DFCD; }

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

This div background color is #E5DFCD.


Border color

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

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

This div border color is #E5DFCD.


Opacity

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

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

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

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

This text has shadow with #E5DFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFCD on black background.


Color preview on white background

This text has color #E5DFCD on white background.



Black color preview on #E5DFCD background

This text has black color on #E5DFCD background.


White color preview on #E5DFCD background

This text has white color on #E5DFCD background.