COLOR #E1DFC7

HEX: #E1DFC7
RGB: (225,223,199)

Color info

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

RGB color model

#E1DFC7 color RGB value is (225,223,199).

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

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 199 of 255 = 78%

225
223
199

R + G + B ~ 84%. #E1DFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 199 = 647 (100%)
R 225 of 647 ~ 34.78%
G 223 of 647 ~ 34.47%
B 199 of 647 ~ 30.76%

%34.78
%34.47
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 11.56%
  • key color value is 11.76%
CMYK:
(0,1,12,12)
C0M1Y12K12 
(0%,1%,12%,12%)
(0.00/0.01/0.12/0.12)	

CMYK percentages

%0
%0.89
%11.56
%11.76

Codes

Color #E1DFC7 in popluar color models

E1DFC7
RGB225223199
HSL55°30.23%83.14%
HSB/HSV55°11.56%88.24%
CMYK0.00%0.89%11.56%
11.76%

Color #E1DFC7 in popluar number systems.

HEXE1DFC7
Decimal225223199
Binary111000011101111111000111
Octal341337307

Shades and tints

Shades of #E1DFC7

#E1DFC7
(225,223,199)
#CDCBB5
(205,203,181)
#B9B7A3
(185,183,163)
#A5A391
(165,163,145)
#918F7F
(145,143,127)
#7D7B6D
(125,123,109)
#69675B
(105,103,91)
#555349
(85,83,73)
#413F37
(65,63,55)
#2D2B25
(45,43,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #E1DFC7

#E1DFC7
(225,223,199)
#E3E1CC
(227,225,204)
#E5E3D1
(229,227,209)
#E7E5D6
(231,229,214)
#E9E7DB
(233,231,219)
#EBE9E0
(235,233,224)
#EDEBE5
(237,235,229)
#EFEDEA
(239,237,234)
#F1EFEF
(241,239,239)
#F3F1F4
(243,241,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFC7; }

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

This text font color is #E1DFC7.


Background Color

.myBgColor { background-color: #E1DFC7; }

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

This div background color is #E1DFC7.


Border color

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

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

This div border color is #E1DFC7.


Opacity

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

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

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

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

This text has shadow with #E1DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFC7 on black background.


Color preview on white background

This text has color #E1DFC7 on white background.



Black color preview on #E1DFC7 background

This text has black color on #E1DFC7 background.


White color preview on #E1DFC7 background

This text has white color on #E1DFC7 background.