COLOR #E4DFD0

HEX: #E4DFD0
RGB: (228,223,208)

Color info

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

RGB color model

#E4DFD0 color RGB value is (228,223,208).

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

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 208 of 255 = 82%

228
223
208

R + G + B ~ 86%. #E4DFD0 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 208 = 659 (100%)
R 228 of 659 ~ 34.6%
G 223 of 659 ~ 33.84%
B 208 of 659 ~ 31.56%

%34.6
%33.84
%31.56

CMYK color model

#E4DFD0 color CMYK value is (0,2,9,11).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(0,2,9,11)
C0M2Y9K11 
(0%,2%,9%,11%)
(0.00/0.02/0.09/0.11)	

CMYK percentages

%0
%2.19
%8.77
%10.59

Codes

Color #E4DFD0 in popluar color models

E4DFD0
RGB228223208
HSL45°27.03%85.49%
HSB/HSV45°8.77%89.41%
CMYK0.00%2.19%8.77%
10.59%

Color #E4DFD0 in popluar number systems.

HEXE4DFD0
Decimal228223208
Binary111001001101111111010000
Octal344337320

Shades and tints

Shades of #E4DFD0

#E4DFD0
(228,223,208)
#D0CBBE
(208,203,190)
#BCB7AC
(188,183,172)
#A8A39A
(168,163,154)
#948F88
(148,143,136)
#807B76
(128,123,118)
#6C6764
(108,103,100)
#585352
(88,83,82)
#443F40
(68,63,64)
#302B2E
(48,43,46)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #E4DFD0

#E4DFD0
(228,223,208)
#E6E1D4
(230,225,212)
#E8E3D8
(232,227,216)
#EAE5DC
(234,229,220)
#ECE7E0
(236,231,224)
#EEE9E4
(238,233,228)
#F0EBE8
(240,235,232)
#F2EDEC
(242,237,236)
#F4EFF0
(244,239,240)
#F6F1F4
(246,241,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFD0; }

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

This text font color is #E4DFD0.


Background Color

.myBgColor { background-color: #E4DFD0; }

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

This div background color is #E4DFD0.


Border color

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

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

This div border color is #E4DFD0.


Opacity

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

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

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

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

This text has shadow with #E4DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFD0 on black background.


Color preview on white background

This text has color #E4DFD0 on white background.



Black color preview on #E4DFD0 background

This text has black color on #E4DFD0 background.


White color preview on #E4DFD0 background

This text has white color on #E4DFD0 background.