COLOR #E2E1DA

HEX: #E2E1DA
RGB: (226,225,218)

Color info

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

RGB color model

#E2E1DA color RGB value is (226,225,218).

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

RGB channels and saturation

R 226 of 255 = 89%
G 225 of 255 = 88%
B 218 of 255 = 85%

226
225
218

R + G + B ~ 87%. #E2E1DA is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 225 + 218 = 669 (100%)
R 226 of 669 ~ 33.78%
G 225 of 669 ~ 33.63%
B 218 of 669 ~ 32.59%

%33.78
%33.63
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 3.54%
  • key color value is 11.37%
CMYK:
(0,0,4,11)
C0M0Y4K11 
(0%,0%,4%,11%)
(0.00/0.00/0.04/0.11)	

CMYK percentages

%0
%0.44
%3.54
%11.37

Codes

Color #E2E1DA in popluar color models

E2E1DA
RGB226225218
HSL53°12.12%87.06%
HSB/HSV53°3.54%88.63%
CMYK0.00%0.44%3.54%
11.37%

Color #E2E1DA in popluar number systems.

HEXE2E1DA
Decimal226225218
Binary111000101110000111011010
Octal342341332

Shades and tints

Shades of #E2E1DA

#E2E1DA
(226,225,218)
#CECDC7
(206,205,199)
#BAB9B4
(186,185,180)
#A6A5A1
(166,165,161)
#92918E
(146,145,142)
#7E7D7B
(126,125,123)
#6A6968
(106,105,104)
#565555
(86,85,85)
#424142
(66,65,66)
#2E2D2F
(46,45,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2E1DA

#E2E1DA
(226,225,218)
#E4E3DD
(228,227,221)
#E6E5E0
(230,229,224)
#E8E7E3
(232,231,227)
#EAE9E6
(234,233,230)
#ECEBE9
(236,235,233)
#EEEDEC
(238,237,236)
#F0EFEF
(240,239,239)
#F2F1F2
(242,241,242)
#F4F3F5
(244,243,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E1DA; }

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

This text font color is #E2E1DA.


Background Color

.myBgColor { background-color: #E2E1DA; }

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

This div background color is #E2E1DA.


Border color

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

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

This div border color is #E2E1DA.


Opacity

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

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

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

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

This text has shadow with #E2E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E1DA on black background.


Color preview on white background

This text has color #E2E1DA on white background.



Black color preview on #E2E1DA background

This text has black color on #E2E1DA background.


White color preview on #E2E1DA background

This text has white color on #E2E1DA background.