COLOR #E5DBDC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

229
219
220

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

Portions of RGB colors in percentages

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

%34.28
%32.78
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 3.93%
  • 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
%4.37
%3.93
%10.2

Codes

Color #E5DBDC in popluar color models

E5DBDC
RGB229219220
HSL354°16.13%87.84%
HSB/HSV354°4.37%89.80%
CMYK0.00%4.37%3.93%
10.20%

Color #E5DBDC in popluar number systems.

HEXE5DBDC
Decimal229219220
Binary111001011101101111011100
Octal345333334

Shades and tints

Shades of #E5DBDC

#E5DBDC
(229,219,220)
#D1C8C8
(209,200,200)
#BDB5B4
(189,181,180)
#A9A2A0
(169,162,160)
#958F8C
(149,143,140)
#817C78
(129,124,120)
#6D6964
(109,105,100)
#595650
(89,86,80)
#45433C
(69,67,60)
#313028
(49,48,40)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #E5DBDC

#E5DBDC
(229,219,220)
#E7DEDF
(231,222,223)
#E9E1E2
(233,225,226)
#EBE4E5
(235,228,229)
#EDE7E8
(237,231,232)
#EFEAEB
(239,234,235)
#F1EDEE
(241,237,238)
#F3F0F1
(243,240,241)
#F5F3F4
(245,243,244)
#F7F6F7
(247,246,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBDC; }

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

This text font color is #E5DBDC.


Background Color

.myBgColor { background-color: #E5DBDC; }

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

This div background color is #E5DBDC.


Border color

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

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

This div border color is #E5DBDC.


Opacity

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

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

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

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

This text has shadow with #E5DBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBDC on black background.


Color preview on white background

This text has color #E5DBDC on white background.



Black color preview on #E5DBDC background

This text has black color on #E5DBDC background.


White color preview on #E5DBDC background

This text has white color on #E5DBDC background.