COLOR #E5DDE3

HEX: #E5DDE3
RGB: (229,221,227)

Color info

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

RGB color model

#E5DDE3 color RGB value is (229,221,227).

  • red value is 229;
  • green value is 221;
  • blue value is 227.
RGB:
(229,221,227)
(90%,87%,89%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 227 of 255 = 89%

229
221
227

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

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 227 = 677 (100%)
R 229 of 677 ~ 33.83%
G 221 of 677 ~ 32.64%
B 227 of 677 ~ 33.53%

%33.83
%32.64
%33.53

CMYK color model

#E5DDE3 color CMYK value is (0,3,1,10).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK:
(0,3,1,10)
C0M3Y1K10 
(0%,3%,1%,10%)
(0.00/0.03/0.01/0.10)	

CMYK percentages

%0
%3.49
%0.87
%10.2

Codes

Color #E5DDE3 in popluar color models

E5DDE3
RGB229221227
HSL315°13.33%88.24%
HSB/HSV315°3.49%89.80%
CMYK0.00%3.49%0.87%
10.20%

Color #E5DDE3 in popluar number systems.

HEXE5DDE3
Decimal229221227
Binary111001011101110111100011
Octal345335343

Shades and tints

Shades of #E5DDE3

#E5DDE3
(229,221,227)
#D1C9CF
(209,201,207)
#BDB5BB
(189,181,187)
#A9A1A7
(169,161,167)
#958D93
(149,141,147)
#81797F
(129,121,127)
#6D656B
(109,101,107)
#595157
(89,81,87)
#453D43
(69,61,67)
#31292F
(49,41,47)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5DDE3

#E5DDE3
(229,221,227)
#E7E0E5
(231,224,229)
#E9E3E7
(233,227,231)
#EBE6E9
(235,230,233)
#EDE9EB
(237,233,235)
#EFECED
(239,236,237)
#F1EFEF
(241,239,239)
#F3F2F1
(243,242,241)
#F5F5F3
(245,245,243)
#F7F8F5
(247,248,245)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDE3; }

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

This text font color is #E5DDE3.


Background Color

.myBgColor { background-color: #E5DDE3; }

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

This div background color is #E5DDE3.


Border color

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

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

This div border color is #E5DDE3.


Opacity

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

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

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

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

This text has shadow with #E5DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDE3 on black background.


Color preview on white background

This text has color #E5DDE3 on white background.



Black color preview on #E5DDE3 background

This text has black color on #E5DDE3 background.


White color preview on #E5DDE3 background

This text has white color on #E5DDE3 background.