COLOR #E5DFE0

HEX: #E5DFE0
RGB: (229,223,224)

Color info

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

RGB color model

#E5DFE0 color RGB value is (229,223,224).

  • red value is 229;
  • green value is 223;
  • blue value is 224.
RGB:
(229,223,224)
(90%,87%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 224 of 255 = 88%

229
223
224

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

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 224 = 676 (100%)
R 229 of 676 ~ 33.88%
G 223 of 676 ~ 32.99%
B 224 of 676 ~ 33.14%

%33.88
%32.99
%33.14

CMYK color model

#E5DFE0 color CMYK value is (0,3,2,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(0,3,2,10)
C0M3Y2K10 
(0%,3%,2%,10%)
(0.00/0.03/0.02/0.10)	

CMYK percentages

%0
%2.62
%2.18
%10.2

Codes

Color #E5DFE0 in popluar color models

E5DFE0
RGB229223224
HSL350°10.34%88.63%
HSB/HSV350°2.62%89.80%
CMYK0.00%2.62%2.18%
10.20%

Color #E5DFE0 in popluar number systems.

HEXE5DFE0
Decimal229223224
Binary111001011101111111100000
Octal345337340

Shades and tints

Shades of #E5DFE0

#E5DFE0
(229,223,224)
#D1CBCC
(209,203,204)
#BDB7B8
(189,183,184)
#A9A3A4
(169,163,164)
#958F90
(149,143,144)
#817B7C
(129,123,124)
#6D6768
(109,103,104)
#595354
(89,83,84)
#453F40
(69,63,64)
#312B2C
(49,43,44)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5DFE0

#E5DFE0
(229,223,224)
#E7E1E2
(231,225,226)
#E9E3E4
(233,227,228)
#EBE5E6
(235,229,230)
#EDE7E8
(237,231,232)
#EFE9EA
(239,233,234)
#F1EBEC
(241,235,236)
#F3EDEE
(243,237,238)
#F5EFF0
(245,239,240)
#F7F1F2
(247,241,242)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFE0; }

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

This text font color is #E5DFE0.


Background Color

.myBgColor { background-color: #E5DFE0; }

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

This div background color is #E5DFE0.


Border color

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

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

This div border color is #E5DFE0.


Opacity

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

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

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

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

This text has shadow with #E5DFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFE0 on black background.


Color preview on white background

This text has color #E5DFE0 on white background.



Black color preview on #E5DFE0 background

This text has black color on #E5DFE0 background.


White color preview on #E5DFE0 background

This text has white color on #E5DFE0 background.