COLOR #E1DBCF

HEX: #E1DBCF
RGB: (225,219,207)

Color info

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

RGB color model

#E1DBCF color RGB value is (225,219,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 207 of 255 = 81%

225
219
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 207 = 651 (100%)
R 225 of 651 ~ 34.56%
G 219 of 651 ~ 33.64%
B 207 of 651 ~ 31.8%

%34.56
%33.64
%31.8

CMYK color model

#E1DBCF color CMYK value is (0,3,8,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(0,3,8,12)
C0M3Y8K12 
(0%,3%,8%,12%)
(0.00/0.03/0.08/0.12)	

CMYK percentages

%0
%2.67
%8
%11.76

Codes

Color #E1DBCF in popluar color models

E1DBCF
RGB225219207
HSL40°23.08%84.71%
HSB/HSV40°8.00%88.24%
CMYK0.00%2.67%8.00%
11.76%

Color #E1DBCF in popluar number systems.

HEXE1DBCF
Decimal225219207
Binary111000011101101111001111
Octal341333317

Shades and tints

Shades of #E1DBCF

#E1DBCF
(225,219,207)
#CDC8BD
(205,200,189)
#B9B5AB
(185,181,171)
#A5A299
(165,162,153)
#918F87
(145,143,135)
#7D7C75
(125,124,117)
#696963
(105,105,99)
#555651
(85,86,81)
#41433F
(65,67,63)
#2D302D
(45,48,45)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #E1DBCF

#E1DBCF
(225,219,207)
#E3DED3
(227,222,211)
#E5E1D7
(229,225,215)
#E7E4DB
(231,228,219)
#E9E7DF
(233,231,223)
#EBEAE3
(235,234,227)
#EDEDE7
(237,237,231)
#EFF0EB
(239,240,235)
#F1F3EF
(241,243,239)
#F3F6F3
(243,246,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBCF; }

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

This text font color is #E1DBCF.


Background Color

.myBgColor { background-color: #E1DBCF; }

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

This div background color is #E1DBCF.


Border color

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

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

This div border color is #E1DBCF.


Opacity

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

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

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

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

This text has shadow with #E1DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBCF on black background.


Color preview on white background

This text has color #E1DBCF on white background.



Black color preview on #E1DBCF background

This text has black color on #E1DBCF background.


White color preview on #E1DBCF background

This text has white color on #E1DBCF background.