COLOR #E5E1DA

HEX: #E5E1DA
RGB: (229,225,218)

Color info

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

RGB color model

#E5E1DA color RGB value is (229,225,218).

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

RGB channels and saturation

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

229
225
218

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 218 = 672 (100%)
R 229 of 672 ~ 34.08%
G 225 of 672 ~ 33.48%
B 218 of 672 ~ 32.44%

%34.08
%33.48
%32.44

CMYK color model

#E5E1DA color CMYK value is (0,2,5,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 4.80%
  • key color value is 10.20%
CMYK:
(0,2,5,10)
C0M2Y5K10 
(0%,2%,5%,10%)
(0.00/0.02/0.05/0.10)	

CMYK percentages

%0
%1.75
%4.8
%10.2

Codes

Color #E5E1DA in popluar color models

E5E1DA
RGB229225218
HSL38°17.46%87.65%
HSB/HSV38°4.80%89.80%
CMYK0.00%1.75%4.80%
10.20%

Color #E5E1DA in popluar number systems.

HEXE5E1DA
Decimal229225218
Binary111001011110000111011010
Octal345341332

Shades and tints

Shades of #E5E1DA

#E5E1DA
(229,225,218)
#D1CDC7
(209,205,199)
#BDB9B4
(189,185,180)
#A9A5A1
(169,165,161)
#95918E
(149,145,142)
#817D7B
(129,125,123)
#6D6968
(109,105,104)
#595555
(89,85,85)
#454142
(69,65,66)
#312D2F
(49,45,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #E5E1DA

#E5E1DA
(229,225,218)
#E7E3DD
(231,227,221)
#E9E5E0
(233,229,224)
#EBE7E3
(235,231,227)
#EDE9E6
(237,233,230)
#EFEBE9
(239,235,233)
#F1EDEC
(241,237,236)
#F3EFEF
(243,239,239)
#F5F1F2
(245,241,242)
#F7F3F5
(247,243,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1DA; }

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

This text font color is #E5E1DA.


Background Color

.myBgColor { background-color: #E5E1DA; }

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

This div background color is #E5E1DA.


Border color

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

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

This div border color is #E5E1DA.


Opacity

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

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

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

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

This text has shadow with #E5E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1DA on black background.


Color preview on white background

This text has color #E5E1DA on white background.



Black color preview on #E5E1DA background

This text has black color on #E5E1DA background.


White color preview on #E5E1DA background

This text has white color on #E5E1DA background.