COLOR #E5E5DA

HEX: #E5E5DA
RGB: (229,229,218)

Color info

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

RGB color model

#E5E5DA color RGB value is (229,229,218).

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

RGB channels and saturation

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

229
229
218

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 218 = 676 (100%)
R 229 of 676 ~ 33.88%
G 229 of 676 ~ 33.88%
B 218 of 676 ~ 32.25%

%33.88
%33.88
%32.25

CMYK color model

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

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

CMYK percentages

%0
%0
%4.8
%10.2

Codes

Color #E5E5DA in popluar color models

E5E5DA
RGB229229218
HSL60°17.46%87.65%
HSB/HSV60°4.80%89.80%
CMYK0.00%0.00%4.80%
10.20%

Color #E5E5DA in popluar number systems.

HEXE5E5DA
Decimal229229218
Binary111001011110010111011010
Octal345345332

Shades and tints

Shades of #E5E5DA

#E5E5DA
(229,229,218)
#D1D1C7
(209,209,199)
#BDBDB4
(189,189,180)
#A9A9A1
(169,169,161)
#95958E
(149,149,142)
#81817B
(129,129,123)
#6D6D68
(109,109,104)
#595955
(89,89,85)
#454542
(69,69,66)
#31312F
(49,49,47)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #E5E5DA

#E5E5DA
(229,229,218)
#E7E7DD
(231,231,221)
#E9E9E0
(233,233,224)
#EBEBE3
(235,235,227)
#EDEDE6
(237,237,230)
#EFEFE9
(239,239,233)
#F1F1EC
(241,241,236)
#F3F3EF
(243,243,239)
#F5F5F2
(245,245,242)
#F7F7F5
(247,247,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5DA; }

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

This text font color is #E5E5DA.


Background Color

.myBgColor { background-color: #E5E5DA; }

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

This div background color is #E5E5DA.


Border color

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

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

This div border color is #E5E5DA.


Opacity

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

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

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

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

This text has shadow with #E5E5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5DA on black background.


Color preview on white background

This text has color #E5E5DA on white background.



Black color preview on #E5E5DA background

This text has black color on #E5E5DA background.


White color preview on #E5E5DA background

This text has white color on #E5E5DA background.