COLOR #E5DFE9

HEX: #E5DFE9
RGB: (229,223,233)

Color info

#E5DFE9 contains red, green and blue colors in about the same proportion. Web safe color of #E5DFE9 is #CCCCFF (or #CCF).

RGB color model

#E5DFE9 color RGB value is (229,223,233).

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

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 233 of 255 = 91%

229
223
233

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

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 233 = 685 (100%)
R 229 of 685 ~ 33.43%
G 223 of 685 ~ 32.55%
B 233 of 685 ~ 34.01%

%33.43
%32.55
%34.01

CMYK color model

#E5DFE9 color CMYK value is (2,4,0,9).

  • cyan value is 1.72%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(2,4,0,9)
C2M4Y0K9 
(2%,4%,0%,9%)
(0.02/0.04/0.00/0.09)	

CMYK percentages

%1.72
%4.29
%0
%8.63

Codes

Color #E5DFE9 in popluar color models

E5DFE9
RGB229223233
HSL276°18.52%89.41%
HSB/HSV276°4.29%91.37%
CMYK1.72%4.29%0.00%
8.63%

Color #E5DFE9 in popluar number systems.

HEXE5DFE9
Decimal229223233
Binary111001011101111111101001
Octal345337351

Shades and tints

Shades of #E5DFE9

#E5DFE9
(229,223,233)
#D1CBD4
(209,203,212)
#BDB7BF
(189,183,191)
#A9A3AA
(169,163,170)
#958F95
(149,143,149)
#817B80
(129,123,128)
#6D676B
(109,103,107)
#595356
(89,83,86)
#453F41
(69,63,65)
#312B2C
(49,43,44)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5DFE9

#E5DFE9
(229,223,233)
#E7E1EB
(231,225,235)
#E9E3ED
(233,227,237)
#EBE5EF
(235,229,239)
#EDE7F1
(237,231,241)
#EFE9F3
(239,233,243)
#F1EBF5
(241,235,245)
#F3EDF7
(243,237,247)
#F5EFF9
(245,239,249)
#F7F1FB
(247,241,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFE9; }

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

This text font color is #E5DFE9.


Background Color

.myBgColor { background-color: #E5DFE9; }

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

This div background color is #E5DFE9.


Border color

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

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

This div border color is #E5DFE9.


Opacity

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

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

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

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

This text has shadow with #E5DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFE9 on black background.


Color preview on white background

This text has color #E5DFE9 on white background.



Black color preview on #E5DFE9 background

This text has black color on #E5DFE9 background.


White color preview on #E5DFE9 background

This text has white color on #E5DFE9 background.