COLOR #E4DFCF

HEX: #E4DFCF
RGB: (228,223,207)

Color info

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

RGB color model

#E4DFCF color RGB value is (228,223,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 207 of 255 = 81%

228
223
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 207 = 658 (100%)
R 228 of 658 ~ 34.65%
G 223 of 658 ~ 33.89%
B 207 of 658 ~ 31.46%

%34.65
%33.89
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 9.21%
  • 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
%9.21
%10.59

Codes

Color #E4DFCF in popluar color models

E4DFCF
RGB228223207
HSL46°28.00%85.29%
HSB/HSV46°9.21%89.41%
CMYK0.00%2.19%9.21%
10.59%

Color #E4DFCF in popluar number systems.

HEXE4DFCF
Decimal228223207
Binary111001001101111111001111
Octal344337317

Shades and tints

Shades of #E4DFCF

#E4DFCF
(228,223,207)
#D0CBBD
(208,203,189)
#BCB7AB
(188,183,171)
#A8A399
(168,163,153)
#948F87
(148,143,135)
#807B75
(128,123,117)
#6C6763
(108,103,99)
#585351
(88,83,81)
#443F3F
(68,63,63)
#302B2D
(48,43,45)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #E4DFCF

#E4DFCF
(228,223,207)
#E6E1D3
(230,225,211)
#E8E3D7
(232,227,215)
#EAE5DB
(234,229,219)
#ECE7DF
(236,231,223)
#EEE9E3
(238,233,227)
#F0EBE7
(240,235,231)
#F2EDEB
(242,237,235)
#F4EFEF
(244,239,239)
#F6F1F3
(246,241,243)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFCF; }

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

This text font color is #E4DFCF.


Background Color

.myBgColor { background-color: #E4DFCF; }

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

This div background color is #E4DFCF.


Border color

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

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

This div border color is #E4DFCF.


Opacity

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

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

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

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

This text has shadow with #E4DFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFCF on black background.


Color preview on white background

This text has color #E4DFCF on white background.



Black color preview on #E4DFCF background

This text has black color on #E4DFCF background.


White color preview on #E4DFCF background

This text has white color on #E4DFCF background.