COLOR #E5DBDF

HEX: #E5DBDF RGB: (229,219,223)

Color info

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

RGB color model

#E5DBDF color RGB value is (229,219,223).

RGB: (229,219,223) (90%, 86%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 223 of 255 = 87%

229
219
223

R + G + B ~ 88%. #E5DBDF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 223 = 671 (100%)
R 229 of 671 ~ 34.13%
G 219 of 671 ~ 32.64%
B 223 of 671 ~ 33.23'%

%34.13
%32.64
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK: (0,4,3,10) C0M4Y3K10 (0%,4%,3%,10%) (0.00/0.04/0.03/0.10) 

CMYK percentages

%0
%4.37
%2.62
%10.2

Codes

Color #E5DBDF in popluar color models

E5 DB DF
RGB 229 219 223
HSL 336° 16.13% 87.84%
HSB/HSV 336° 4.37% 89.80%
CMYK 0.00% 4.37% 2.62%
10.20%

Color #E5DBDF in popluar number systems.

HEX E5 DB DF
Decimal 229 219 223
Binary 11100101 11011011 11011111
Octal 345 333 337

Shades and tints

Shades of #E5DBDF

#E5DBDF
(229,219,223)
#D1C8CB
(209,200,203)
#BDB5B7
(189,181,183)
#A9A2A3
(169,162,163)
#958F8F
(149,143,143)
#817C7B
(129,124,123)
#6D6967
(109,105,103)
#595653
(89,86,83)
#45433F
(69,67,63)
#31302B
(49,48,43)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #E5DBDF

#E5DBDF
(229,219,223)
#E7DEE1
(231,222,225)
#E9E1E3
(233,225,227)
#EBE4E5
(235,228,229)
#EDE7E7
(237,231,231)
#EFEAE9
(239,234,233)
#F1EDEB
(241,237,235)
#F3F0ED
(243,240,237)
#F5F3EF
(245,243,239)
#F7F6F1
(247,246,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBDF; }

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

This text font color is #E5DBDF.

Background Color

.myBgColor { background-color: #E5DBDF; }

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

This div background color is #E5DBDF.

Border color

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

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

This div border color is #E5DBDF.

Opacity

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

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

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

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

This text has shadow with #E5DBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBDF.

Preview

Color preview on black background

This text has color #E5DBDF on black background.


Color preview on white background

This text has color #E5DBDF on white background.


Black color preview on #E5DBDF background

This text has black color on #E5DBDF background.


White color preview on #E5DBDF background

This text has white color on #E5DBDF background.


Related colors

Complementary color

Complementary color for #hex is #1A2420.


I love getcolorcode.com

Triadic colors

1 #DFE5DB and #DBDFE5 with #E5DBDF are triadic colors.

2 #DFDBE5 and #DBE5DF with #E5DBDF are triadic colors.