COLOR #E1DECF

HEX: #E1DECF
RGB: (225,222,207)

Color info

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

RGB color model

#E1DECF color RGB value is (225,222,207).

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

RGB channels and saturation

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

225
222
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 207 = 654 (100%)
R 225 of 654 ~ 34.4%
G 222 of 654 ~ 33.94%
B 207 of 654 ~ 31.65%

%34.4
%33.94
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.33%
  • 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
%1.33
%8
%11.76

Codes

Color #E1DECF in popluar color models

E1DECF
RGB225222207
HSL50°23.08%84.71%
HSB/HSV50°8.00%88.24%
CMYK0.00%1.33%8.00%
11.76%

Color #E1DECF in popluar number systems.

HEXE1DECF
Decimal225222207
Binary111000011101111011001111
Octal341336317

Shades and tints

Shades of #E1DECF

#E1DECF
(225,222,207)
#CDCABD
(205,202,189)
#B9B6AB
(185,182,171)
#A5A299
(165,162,153)
#918E87
(145,142,135)
#7D7A75
(125,122,117)
#696663
(105,102,99)
#555251
(85,82,81)
#413E3F
(65,62,63)
#2D2A2D
(45,42,45)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #E1DECF

#E1DECF
(225,222,207)
#E3E1D3
(227,225,211)
#E5E4D7
(229,228,215)
#E7E7DB
(231,231,219)
#E9EADF
(233,234,223)
#EBEDE3
(235,237,227)
#EDF0E7
(237,240,231)
#EFF3EB
(239,243,235)
#F1F6EF
(241,246,239)
#F3F9F3
(243,249,243)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DECF; }

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

This text font color is #E1DECF.


Background Color

.myBgColor { background-color: #E1DECF; }

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

This div background color is #E1DECF.


Border color

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

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

This div border color is #E1DECF.


Opacity

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

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

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

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

This text has shadow with #E1DECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DECF on black background.


Color preview on white background

This text has color #E1DECF on white background.



Black color preview on #E1DECF background

This text has black color on #E1DECF background.


White color preview on #E1DECF background

This text has white color on #E1DECF background.