COLOR #E1E2DF

HEX: #E1E2DF
RGB: (225,226,223)

Color info

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

RGB color model

#E1E2DF color RGB value is (225,226,223).

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

RGB channels and saturation

R 225 of 255 = 88%
G 226 of 255 = 89%
B 223 of 255 = 87%

225
226
223

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

Portions of RGB colors in percentages

R + G + B =
225 + 226 + 223 = 674 (100%)
R 225 of 674 ~ 33.38%
G 226 of 674 ~ 33.53%
B 223 of 674 ~ 33.09%

%33.38
%33.53
%33.09

CMYK color model

#E1E2DF color CMYK value is (0,0,1,11).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK:
(0,0,1,11)
C0M0Y1K11 
(0%,0%,1%,11%)
(0.00/0.00/0.01/0.11)	

CMYK percentages

%0.44
%0
%1.33
%11.37

Codes

Color #E1E2DF in popluar color models

E1E2DF
RGB225226223
HSL80°4.92%88.04%
HSB/HSV80°1.33%88.63%
CMYK0.44%0.00%1.33%
11.37%

Color #E1E2DF in popluar number systems.

HEXE1E2DF
Decimal225226223
Binary111000011110001011011111
Octal341342337

Shades and tints

Shades of #E1E2DF

#E1E2DF
(225,226,223)
#CDCECB
(205,206,203)
#B9BAB7
(185,186,183)
#A5A6A3
(165,166,163)
#91928F
(145,146,143)
#7D7E7B
(125,126,123)
#696A67
(105,106,103)
#555653
(85,86,83)
#41423F
(65,66,63)
#2D2E2B
(45,46,43)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1E2DF

#E1E2DF
(225,226,223)
#E3E4E1
(227,228,225)
#E5E6E3
(229,230,227)
#E7E8E5
(231,232,229)
#E9EAE7
(233,234,231)
#EBECE9
(235,236,233)
#EDEEEB
(237,238,235)
#EFF0ED
(239,240,237)
#F1F2EF
(241,242,239)
#F3F4F1
(243,244,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E2DF; }

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

This text font color is #E1E2DF.


Background Color

.myBgColor { background-color: #E1E2DF; }

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

This div background color is #E1E2DF.


Border color

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

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

This div border color is #E1E2DF.


Opacity

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

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

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

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

This text has shadow with #E1E2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E2DF on black background.


Color preview on white background

This text has color #E1E2DF on white background.



Black color preview on #E1E2DF background

This text has black color on #E1E2DF background.


White color preview on #E1E2DF background

This text has white color on #E1E2DF background.