COLOR #E1E1DA

HEX: #E1E1DA
RGB: (225,225,218)

Color info

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

RGB color model

#E1E1DA color RGB value is (225,225,218).

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

RGB channels and saturation

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

225
225
218

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

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 218 = 668 (100%)
R 225 of 668 ~ 33.68%
G 225 of 668 ~ 33.68%
B 218 of 668 ~ 32.63%

%33.68
%33.68
%32.63

CMYK color model

#E1E1DA color CMYK value is (0,0,3,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,0,3,12)
C0M0Y3K12 
(0%,0%,3%,12%)
(0.00/0.00/0.03/0.12)	

CMYK percentages

%0
%0
%3.11
%11.76

Codes

Color #E1E1DA in popluar color models

E1E1DA
RGB225225218
HSL60°10.45%86.86%
HSB/HSV60°3.11%88.24%
CMYK0.00%0.00%3.11%
11.76%

Color #E1E1DA in popluar number systems.

HEXE1E1DA
Decimal225225218
Binary111000011110000111011010
Octal341341332

Shades and tints

Shades of #E1E1DA

#E1E1DA
(225,225,218)
#CDCDC7
(205,205,199)
#B9B9B4
(185,185,180)
#A5A5A1
(165,165,161)
#91918E
(145,145,142)
#7D7D7B
(125,125,123)
#696968
(105,105,104)
#555555
(85,85,85)
#414142
(65,65,66)
#2D2D2F
(45,45,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1E1DA

#E1E1DA
(225,225,218)
#E3E3DD
(227,227,221)
#E5E5E0
(229,229,224)
#E7E7E3
(231,231,227)
#E9E9E6
(233,233,230)
#EBEBE9
(235,235,233)
#EDEDEC
(237,237,236)
#EFEFEF
(239,239,239)
#F1F1F2
(241,241,242)
#F3F3F5
(243,243,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1DA; }

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

This text font color is #E1E1DA.


Background Color

.myBgColor { background-color: #E1E1DA; }

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

This div background color is #E1E1DA.


Border color

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

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

This div border color is #E1E1DA.


Opacity

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

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

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

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

This text has shadow with #E1E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1DA on black background.


Color preview on white background

This text has color #E1E1DA on white background.



Black color preview on #E1E1DA background

This text has black color on #E1E1DA background.


White color preview on #E1E1DA background

This text has white color on #E1E1DA background.