COLOR #E5DCDA

HEX: #E5DCDA
RGB: (229,220,218)

Color info

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

RGB color model

#E5DCDA color RGB value is (229,220,218).

  • red value is 229;
  • green value is 220;
  • blue value is 218.
RGB:
(229,220,218)
(90%,86%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 218 of 255 = 85%

229
220
218

R + G + B ~ 87%. #E5DCDA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 218 = 667 (100%)
R 229 of 667 ~ 34.33%
G 220 of 667 ~ 32.98%
B 218 of 667 ~ 32.68%

%34.33
%32.98
%32.68

CMYK color model

#E5DCDA color CMYK value is (0,4,5,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 4.80%
  • key color value is 10.20%
CMYK:
(0,4,5,10)
C0M4Y5K10 
(0%,4%,5%,10%)
(0.00/0.04/0.05/0.10)	

CMYK percentages

%0
%3.93
%4.8
%10.2

Codes

Color #E5DCDA in popluar color models

E5DCDA
RGB229220218
HSL11°17.46%87.65%
HSB/HSV11°4.80%89.80%
CMYK0.00%3.93%4.80%
10.20%

Color #E5DCDA in popluar number systems.

HEXE5DCDA
Decimal229220218
Binary111001011101110011011010
Octal345334332

Shades and tints

Shades of #E5DCDA

#E5DCDA
(229,220,218)
#D1C8C7
(209,200,199)
#BDB4B4
(189,180,180)
#A9A0A1
(169,160,161)
#958C8E
(149,140,142)
#81787B
(129,120,123)
#6D6468
(109,100,104)
#595055
(89,80,85)
#453C42
(69,60,66)
#31282F
(49,40,47)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #E5DCDA

#E5DCDA
(229,220,218)
#E7DFDD
(231,223,221)
#E9E2E0
(233,226,224)
#EBE5E3
(235,229,227)
#EDE8E6
(237,232,230)
#EFEBE9
(239,235,233)
#F1EEEC
(241,238,236)
#F3F1EF
(243,241,239)
#F5F4F2
(245,244,242)
#F7F7F5
(247,247,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DCDA color. Also use rgb(229,220,218) instead hex code.

Text Font Color

.myTextColor { color: #E5DCDA; }

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

This text font color is #E5DCDA.


Background Color

.myBgColor { background-color: #E5DCDA; }

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

This div background color is #E5DCDA.


Border color

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

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

This div border color is #E5DCDA.


Opacity

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

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

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

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

This text has shadow with #E5DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCDA on black background.


Color preview on white background

This text has color #E5DCDA on white background.



Black color preview on #E5DCDA background

This text has black color on #E5DCDA background.


White color preview on #E5DCDA background

This text has white color on #E5DCDA background.