COLOR #E4DFDA

HEX: #E4DFDA
RGB: (228,223,218)

Color info

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

RGB color model

#E4DFDA color RGB value is (228,223,218).

  • red value is 228;
  • green value is 223;
  • blue value is 218.
RGB:
(228,223,218)
(89%,87%,85%)

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 218 of 255 = 85%

228
223
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 218 = 669 (100%)
R 228 of 669 ~ 34.08%
G 223 of 669 ~ 33.33%
B 218 of 669 ~ 32.59%

%34.08
%33.33
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(0,2,4,11)
C0M2Y4K11 
(0%,2%,4%,11%)
(0.00/0.02/0.04/0.11)	

CMYK percentages

%0
%2.19
%4.39
%10.59

Codes

Color #E4DFDA in popluar color models

E4DFDA
RGB228223218
HSL30°15.63%87.45%
HSB/HSV30°4.39%89.41%
CMYK0.00%2.19%4.39%
10.59%

Color #E4DFDA in popluar number systems.

HEXE4DFDA
Decimal228223218
Binary111001001101111111011010
Octal344337332

Shades and tints

Shades of #E4DFDA

#E4DFDA
(228,223,218)
#D0CBC7
(208,203,199)
#BCB7B4
(188,183,180)
#A8A3A1
(168,163,161)
#948F8E
(148,143,142)
#807B7B
(128,123,123)
#6C6768
(108,103,104)
#585355
(88,83,85)
#443F42
(68,63,66)
#302B2F
(48,43,47)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #E4DFDA

#E4DFDA
(228,223,218)
#E6E1DD
(230,225,221)
#E8E3E0
(232,227,224)
#EAE5E3
(234,229,227)
#ECE7E6
(236,231,230)
#EEE9E9
(238,233,233)
#F0EBEC
(240,235,236)
#F2EDEF
(242,237,239)
#F4EFF2
(244,239,242)
#F6F1F5
(246,241,245)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFDA; }

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

This text font color is #E4DFDA.


Background Color

.myBgColor { background-color: #E4DFDA; }

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

This div background color is #E4DFDA.


Border color

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

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

This div border color is #E4DFDA.


Opacity

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

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

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

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

This text has shadow with #E4DFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFDA on black background.


Color preview on white background

This text has color #E4DFDA on white background.



Black color preview on #E4DFDA background

This text has black color on #E4DFDA background.


White color preview on #E4DFDA background

This text has white color on #E4DFDA background.