COLOR #E2E4DF

HEX: #E2E4DF
RGB: (226,228,223)

Color info

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

RGB color model

#E2E4DF color RGB value is (226,228,223).

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

RGB channels and saturation

R 226 of 255 = 89%
G 228 of 255 = 89%
B 223 of 255 = 87%

226
228
223

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

Portions of RGB colors in percentages

R + G + B =
226 + 228 + 223 = 677 (100%)
R 226 of 677 ~ 33.38%
G 228 of 677 ~ 33.68%
B 223 of 677 ~ 32.94%

%33.38
%33.68
%32.94

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(1,0,2,11)
C1M0Y2K11 
(1%,0%,2%,11%)
(0.01/0.00/0.02/0.11)	

CMYK percentages

%0.88
%0
%2.19
%10.59

Codes

Color #E2E4DF in popluar color models

E2E4DF
RGB226228223
HSL84°8.47%88.43%
HSB/HSV84°2.19%89.41%
CMYK0.88%0.00%2.19%
10.59%

Color #E2E4DF in popluar number systems.

HEXE2E4DF
Decimal226228223
Binary111000101110010011011111
Octal342344337

Shades and tints

Shades of #E2E4DF

#E2E4DF
(226,228,223)
#CED0CB
(206,208,203)
#BABCB7
(186,188,183)
#A6A8A3
(166,168,163)
#92948F
(146,148,143)
#7E807B
(126,128,123)
#6A6C67
(106,108,103)
#565853
(86,88,83)
#42443F
(66,68,63)
#2E302B
(46,48,43)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #E2E4DF

#E2E4DF
(226,228,223)
#E4E6E1
(228,230,225)
#E6E8E3
(230,232,227)
#E8EAE5
(232,234,229)
#EAECE7
(234,236,231)
#ECEEE9
(236,238,233)
#EEF0EB
(238,240,235)
#F0F2ED
(240,242,237)
#F2F4EF
(242,244,239)
#F4F6F1
(244,246,241)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E4DF; }

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

This text font color is #E2E4DF.


Background Color

.myBgColor { background-color: #E2E4DF; }

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

This div background color is #E2E4DF.


Border color

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

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

This div border color is #E2E4DF.


Opacity

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

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

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

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

This text has shadow with #E2E4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E4DF on black background.


Color preview on white background

This text has color #E2E4DF on white background.



Black color preview on #E2E4DF background

This text has black color on #E2E4DF background.


White color preview on #E2E4DF background

This text has white color on #E2E4DF background.