COLOR #E9DFE1

HEX: #E9DFE1
RGB: (233,223,225)

Color info

#E9DFE1 contains red, green and blue colors in about the same proportion. Web safe color of #E9DFE1 is #FFCCCC (or #FCC).

RGB color model

#E9DFE1 color RGB value is (233,223,225).

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

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 225 of 255 = 88%

233
223
225

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

Portions of RGB colors in percentages

R + G + B =
233 + 223 + 225 = 681 (100%)
R 233 of 681 ~ 34.21%
G 223 of 681 ~ 32.75%
B 225 of 681 ~ 33.04%

%34.21
%32.75
%33.04

CMYK color model

#E9DFE1 color CMYK value is (0,4,3,9).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(0,4,3,9)
C0M4Y3K9 
(0%,4%,3%,9%)
(0.00/0.04/0.03/0.09)	

CMYK percentages

%0
%4.29
%3.43
%8.63

Codes

Color #E9DFE1 in popluar color models

E9DFE1
RGB233223225
HSL348°18.52%89.41%
HSB/HSV348°4.29%91.37%
CMYK0.00%4.29%3.43%
8.63%

Color #E9DFE1 in popluar number systems.

HEXE9DFE1
Decimal233223225
Binary111010011101111111100001
Octal351337341

Shades and tints

Shades of #E9DFE1

#E9DFE1
(233,223,225)
#D4CBCD
(212,203,205)
#BFB7B9
(191,183,185)
#AAA3A5
(170,163,165)
#958F91
(149,143,145)
#807B7D
(128,123,125)
#6B6769
(107,103,105)
#565355
(86,83,85)
#413F41
(65,63,65)
#2C2B2D
(44,43,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9DFE1

#E9DFE1
(233,223,225)
#EBE1E3
(235,225,227)
#EDE3E5
(237,227,229)
#EFE5E7
(239,229,231)
#F1E7E9
(241,231,233)
#F3E9EB
(243,233,235)
#F5EBED
(245,235,237)
#F7EDEF
(247,237,239)
#F9EFF1
(249,239,241)
#FBF1F3
(251,241,243)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFE1; }

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

This text font color is #E9DFE1.


Background Color

.myBgColor { background-color: #E9DFE1; }

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

This div background color is #E9DFE1.


Border color

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

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

This div border color is #E9DFE1.


Opacity

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

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

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

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

This text has shadow with #E9DFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DFE1 on black background.


Color preview on white background

This text has color #E9DFE1 on white background.



Black color preview on #E9DFE1 background

This text has black color on #E9DFE1 background.


White color preview on #E9DFE1 background

This text has white color on #E9DFE1 background.