COLOR #E1E5DF

HEX: #E1E5DF
RGB: (225,229,223)

Color info

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

RGB color model

#E1E5DF color RGB value is (225,229,223).

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

RGB channels and saturation

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

225
229
223

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

Portions of RGB colors in percentages

R + G + B =
225 + 229 + 223 = 677 (100%)
R 225 of 677 ~ 33.23%
G 229 of 677 ~ 33.83%
B 223 of 677 ~ 32.94%

%33.23
%33.83
%32.94

CMYK color model

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

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

CMYK percentages

%1.75
%0
%2.62
%10.2

Codes

Color #E1E5DF in popluar color models

E1E5DF
RGB225229223
HSL100°10.34%88.63%
HSB/HSV100°2.62%89.80%
CMYK1.75%0.00%2.62%
10.20%

Color #E1E5DF in popluar number systems.

HEXE1E5DF
Decimal225229223
Binary111000011110010111011111
Octal341345337

Shades and tints

Shades of #E1E5DF

#E1E5DF
(225,229,223)
#CDD1CB
(205,209,203)
#B9BDB7
(185,189,183)
#A5A9A3
(165,169,163)
#91958F
(145,149,143)
#7D817B
(125,129,123)
#696D67
(105,109,103)
#555953
(85,89,83)
#41453F
(65,69,63)
#2D312B
(45,49,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #E1E5DF

#E1E5DF
(225,229,223)
#E3E7E1
(227,231,225)
#E5E9E3
(229,233,227)
#E7EBE5
(231,235,229)
#E9EDE7
(233,237,231)
#EBEFE9
(235,239,233)
#EDF1EB
(237,241,235)
#EFF3ED
(239,243,237)
#F1F5EF
(241,245,239)
#F3F7F1
(243,247,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5DF; }

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

This text font color is #E1E5DF.


Background Color

.myBgColor { background-color: #E1E5DF; }

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

This div background color is #E1E5DF.


Border color

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

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

This div border color is #E1E5DF.


Opacity

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

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

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

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

This text has shadow with #E1E5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E5DF on black background.


Color preview on white background

This text has color #E1E5DF on white background.



Black color preview on #E1E5DF background

This text has black color on #E1E5DF background.


White color preview on #E1E5DF background

This text has white color on #E1E5DF background.