COLOR #E5DBE1

HEX: #E5DBE1 RGB: (229,219,225)

Color info

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

RGB color model

#E5DBE1 color RGB value is (229,219,225).

RGB: (229,219,225) (90%, 86%, 88%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 225 of 255 = 88%

229
219
225

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 225 = 673 (100%)
R 229 of 673 ~ 34.03%
G 219 of 673 ~ 32.54%
B 225 of 673 ~ 33.43'%

%34.03
%32.54
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 1.75%
  • key color value is 10.20%

CMYK: (0,4,2,10)
C0M4Y2K10 (0%, 4%, 2%, 10%)
(0.00 / 0.04 / 0.02 / 0.10)

CMYK percentages

%0
%4.37
%1.75
%10.2

Codes

Color #E5DBE1 in popluar color models

E5 DB E1
RGB 229 219 225
HSL 324° 16.13% 87.84%
HSB/HSV 324° 4.37% 89.80%
CMYK 0.00% 4.37% 1.75%
10.20%

Color #E5DBE1 in popluar number systems.

HEX E5 DB E1
Decimal 229 219 225
Binary 11100101 11011011 11100001
Octal 345 333 341

Shades and tints

Shades of #E5DBE1

#E5DBE1
(229,219,225)
#D1C8CD
(209,200,205)
#BDB5B9
(189,181,185)
#A9A2A5
(169,162,165)
#958F91
(149,143,145)
#817C7D
(129,124,125)
#6D6969
(109,105,105)
#595655
(89,86,85)
#454341
(69,67,65)
#31302D
(49,48,45)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #E5DBE1

#E5DBE1
(229,219,225)
#E7DEE3
(231,222,227)
#E9E1E5
(233,225,229)
#EBE4E7
(235,228,231)
#EDE7E9
(237,231,233)
#EFEAEB
(239,234,235)
#F1EDED
(241,237,237)
#F3F0EF
(243,240,239)
#F5F3F1
(245,243,241)
#F7F6F3
(247,246,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBE1; }

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

This text font color is #E5DBE1.

Background Color

.myBgColor { background-color: #E5DBE1; }

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

This div background color is #E5DBE1.

Border color

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

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

This div border color is #E5DBE1.

Opacity

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

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

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

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

This text has shadow with #E5DBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBE1.

Preview

Color preview on black background

This text has color #E5DBE1 on black background.


Color preview on white background

This text has color #E5DBE1 on white background.


Black color preview on #E5DBE1 background

This text has black color on #E5DBE1 background.


White color preview on #E5DBE1 background

This text has white color on #E5DBE1 background.


Related colors

Complementary color

Complementary color for #hex is #1A241E.


I love getcolorcode.com

Triadic colors

1 #E1E5DB and #DBE1E5 with #E5DBE1 are triadic colors.

2 #E1DBE5 and #DBE5E1 with #E5DBE1 are triadic colors.