COLOR #E2E4DA

HEX: #E2E4DA RGB: (226,228,218)

Color info

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

RGB color model

#E2E4DA color RGB value is (226,228,218).

RGB: (226,228,218) (89%, 89%, 85%)

RGB channels and saturation

R 226 of 255 = 89%
G 228 of 255 = 89%
B 218 of 255 = 85%

226
228
218

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

Portions of RGB colors in percentages

R + G + B = 226 + 228 + 218 = 672 (100%)
R 226 of 672 ~ 33.63%
G 228 of 672 ~ 33.93%
B 218 of 672 ~ 32.44'%

%33.63
%33.93
%32.44

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK: (1,0,4,11) C1M0Y4K11 (1%,0%,4%,11%) (0.01/0.00/0.04/0.11) 

CMYK percentages

%0.88
%0
%4.39
%10.59

Codes

Color #E2E4DA in popluar color models

E2 E4 DA
RGB 226 228 218
HSL 72° 15.63% 87.45%
HSB/HSV 72° 4.39% 89.41%
CMYK 0.88% 0.00% 4.39%
10.59%

Color #E2E4DA in popluar number systems.

HEX E2 E4 DA
Decimal 226 228 218
Binary 11100010 11100100 11011010
Octal 342 344 332

Shades and tints

Shades of #E2E4DA

#E2E4DA
(226,228,218)
#CED0C7
(206,208,199)
#BABCB4
(186,188,180)
#A6A8A1
(166,168,161)
#92948E
(146,148,142)
#7E807B
(126,128,123)
#6A6C68
(106,108,104)
#565855
(86,88,85)
#424442
(66,68,66)
#2E302F
(46,48,47)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #E2E4DA

#E2E4DA
(226,228,218)
#E4E6DD
(228,230,221)
#E6E8E0
(230,232,224)
#E8EAE3
(232,234,227)
#EAECE6
(234,236,230)
#ECEEE9
(236,238,233)
#EEF0EC
(238,240,236)
#F0F2EF
(240,242,239)
#F2F4F2
(242,244,242)
#F4F6F5
(244,246,245)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E4DA; }

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

This text font color is #E2E4DA.

Background Color

.myBgColor { background-color: #E2E4DA; }

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

This div background color is #E2E4DA.

Border color

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

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

This div border color is #E2E4DA.

Opacity

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

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

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

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

This text has shadow with #E2E4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E4DA.

Preview

Color preview on black background

This text has color #E2E4DA on black background.


Color preview on white background

This text has color #E2E4DA on white background.


Black color preview on #E2E4DA background

This text has black color on #E2E4DA background.


White color preview on #E2E4DA background

This text has white color on #E2E4DA background.


Related colors

Complementary color

Complementary color for #hex is #1D1B25.


I love getcolorcode.com

Triadic colors

1 #DAE2E4 and #E4DAE2 with #E2E4DA are triadic colors.

2 #DAE4E2 and #E4E2DA with #E2E4DA are triadic colors.