COLOR #E1DFCF

HEX: #E1DFCF
RGB: (225,223,207)

Color info

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

RGB color model

#E1DFCF color RGB value is (225,223,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 207 of 255 = 81%

225
223
207

R + G + B ~ 85%. #E1DFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 207 = 655 (100%)
R 225 of 655 ~ 34.35%
G 223 of 655 ~ 34.05%
B 207 of 655 ~ 31.6%

%34.35
%34.05
%31.6

CMYK color model

#E1DFCF color CMYK value is (0,1,8,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(0,1,8,12)
C0M1Y8K12 
(0%,1%,8%,12%)
(0.00/0.01/0.08/0.12)	

CMYK percentages

%0
%0.89
%8
%11.76

Codes

Color #E1DFCF in popluar color models

E1DFCF
RGB225223207
HSL53°23.08%84.71%
HSB/HSV53°8.00%88.24%
CMYK0.00%0.89%8.00%
11.76%

Color #E1DFCF in popluar number systems.

HEXE1DFCF
Decimal225223207
Binary111000011101111111001111
Octal341337317

Shades and tints

Shades of #E1DFCF

#E1DFCF
(225,223,207)
#CDCBBD
(205,203,189)
#B9B7AB
(185,183,171)
#A5A399
(165,163,153)
#918F87
(145,143,135)
#7D7B75
(125,123,117)
#696763
(105,103,99)
#555351
(85,83,81)
#413F3F
(65,63,63)
#2D2B2D
(45,43,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1DFCF

#E1DFCF
(225,223,207)
#E3E1D3
(227,225,211)
#E5E3D7
(229,227,215)
#E7E5DB
(231,229,219)
#E9E7DF
(233,231,223)
#EBE9E3
(235,233,227)
#EDEBE7
(237,235,231)
#EFEDEB
(239,237,235)
#F1EFEF
(241,239,239)
#F3F1F3
(243,241,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFCF; }

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

This text font color is #E1DFCF.


Background Color

.myBgColor { background-color: #E1DFCF; }

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

This div background color is #E1DFCF.


Border color

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

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

This div border color is #E1DFCF.


Opacity

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

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

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

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

This text has shadow with #E1DFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFCF on black background.


Color preview on white background

This text has color #E1DFCF on white background.



Black color preview on #E1DFCF background

This text has black color on #E1DFCF background.


White color preview on #E1DFCF background

This text has white color on #E1DFCF background.