COLOR #E5DCDB

HEX: #E5DCDB
RGB: (229,220,219)

Color info

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

RGB color model

#E5DCDB color RGB value is (229,220,219).

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

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 219 of 255 = 86%

229
220
219

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 219 = 668 (100%)
R 229 of 668 ~ 34.28%
G 220 of 668 ~ 32.93%
B 219 of 668 ~ 32.78%

%34.28
%32.93
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(0,4,4,10)
C0M4Y4K10 
(0%,4%,4%,10%)
(0.00/0.04/0.04/0.10)	

CMYK percentages

%0
%3.93
%4.37
%10.2

Codes

Color #E5DCDB in popluar color models

E5DCDB
RGB229220219
HSL16.13%87.84%
HSB/HSV4.37%89.80%
CMYK0.00%3.93%4.37%
10.20%

Color #E5DCDB in popluar number systems.

HEXE5DCDB
Decimal229220219
Binary111001011101110011011011
Octal345334333

Shades and tints

Shades of #E5DCDB

#E5DCDB
(229,220,219)
#D1C8C8
(209,200,200)
#BDB4B5
(189,180,181)
#A9A0A2
(169,160,162)
#958C8F
(149,140,143)
#81787C
(129,120,124)
#6D6469
(109,100,105)
#595056
(89,80,86)
#453C43
(69,60,67)
#312830
(49,40,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E5DCDB

#E5DCDB
(229,220,219)
#E7DFDE
(231,223,222)
#E9E2E1
(233,226,225)
#EBE5E4
(235,229,228)
#EDE8E7
(237,232,231)
#EFEBEA
(239,235,234)
#F1EEED
(241,238,237)
#F3F1F0
(243,241,240)
#F5F4F3
(245,244,243)
#F7F7F6
(247,247,246)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCDB; }

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

This text font color is #E5DCDB.


Background Color

.myBgColor { background-color: #E5DCDB; }

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

This div background color is #E5DCDB.


Border color

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

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

This div border color is #E5DCDB.


Opacity

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

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

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

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

This text has shadow with #E5DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCDB on black background.


Color preview on white background

This text has color #E5DCDB on white background.



Black color preview on #E5DCDB background

This text has black color on #E5DCDB background.


White color preview on #E5DCDB background

This text has white color on #E5DCDB background.