COLOR #E5DCE5

HEX: #E5DCE5
RGB: (229,220,229)

Color info

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

RGB color model

#E5DCE5 color RGB value is (229,220,229).

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

RGB channels and saturation

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

229
220
229

R + G + B ~ 89%. #E5DCE5 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 229 = 678 (100%)
R 229 of 678 ~ 33.78%
G 220 of 678 ~ 32.45%
B 229 of 678 ~ 33.78%

%33.78
%32.45
%33.78

CMYK color model

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

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

CMYK percentages

%0
%3.93
%0
%10.2

Codes

Color #E5DCE5 in popluar color models

E5DCE5
RGB229220229
HSL300°14.75%88.04%
HSB/HSV300°3.93%89.80%
CMYK0.00%3.93%0.00%
10.20%

Color #E5DCE5 in popluar number systems.

HEXE5DCE5
Decimal229220229
Binary111001011101110011100101
Octal345334345

Shades and tints

Shades of #E5DCE5

#E5DCE5
(229,220,229)
#D1C8D1
(209,200,209)
#BDB4BD
(189,180,189)
#A9A0A9
(169,160,169)
#958C95
(149,140,149)
#817881
(129,120,129)
#6D646D
(109,100,109)
#595059
(89,80,89)
#453C45
(69,60,69)
#312831
(49,40,49)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E5DCE5

#E5DCE5
(229,220,229)
#E7DFE7
(231,223,231)
#E9E2E9
(233,226,233)
#EBE5EB
(235,229,235)
#EDE8ED
(237,232,237)
#EFEBEF
(239,235,239)
#F1EEF1
(241,238,241)
#F3F1F3
(243,241,243)
#F5F4F5
(245,244,245)
#F7F7F7
(247,247,247)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCE5; }

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

This text font color is #E5DCE5.


Background Color

.myBgColor { background-color: #E5DCE5; }

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

This div background color is #E5DCE5.


Border color

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

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

This div border color is #E5DCE5.


Opacity

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

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

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

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

This text has shadow with #E5DCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCE5 on black background.


Color preview on white background

This text has color #E5DCE5 on white background.



Black color preview on #E5DCE5 background

This text has black color on #E5DCE5 background.


White color preview on #E5DCE5 background

This text has white color on #E5DCE5 background.