COLOR #E1DBC5

HEX: #E1DBC5
RGB: (225,219,197)

Color info

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

RGB color model

#E1DBC5 color RGB value is (225,219,197).

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

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 197 of 255 = 77%

225
219
197

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 197 = 641 (100%)
R 225 of 641 ~ 35.1%
G 219 of 641 ~ 34.17%
B 197 of 641 ~ 30.73%

%35.1
%34.17
%30.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(0,3,12,12)
C0M3Y12K12 
(0%,3%,12%,12%)
(0.00/0.03/0.12/0.12)	

CMYK percentages

%0
%2.67
%12.44
%11.76

Codes

Color #E1DBC5 in popluar color models

E1DBC5
RGB225219197
HSL47°31.82%82.75%
HSB/HSV47°12.44%88.24%
CMYK0.00%2.67%12.44%
11.76%

Color #E1DBC5 in popluar number systems.

HEXE1DBC5
Decimal225219197
Binary111000011101101111000101
Octal341333305

Shades and tints

Shades of #E1DBC5

#E1DBC5
(225,219,197)
#CDC8B4
(205,200,180)
#B9B5A3
(185,181,163)
#A5A292
(165,162,146)
#918F81
(145,143,129)
#7D7C70
(125,124,112)
#69695F
(105,105,95)
#55564E
(85,86,78)
#41433D
(65,67,61)
#2D302C
(45,48,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #E1DBC5

#E1DBC5
(225,219,197)
#E3DECA
(227,222,202)
#E5E1CF
(229,225,207)
#E7E4D4
(231,228,212)
#E9E7D9
(233,231,217)
#EBEADE
(235,234,222)
#EDEDE3
(237,237,227)
#EFF0E8
(239,240,232)
#F1F3ED
(241,243,237)
#F3F6F2
(243,246,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBC5; }

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

This text font color is #E1DBC5.


Background Color

.myBgColor { background-color: #E1DBC5; }

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

This div background color is #E1DBC5.


Border color

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

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

This div border color is #E1DBC5.


Opacity

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

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

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

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

This text has shadow with #E1DBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBC5 on black background.


Color preview on white background

This text has color #E1DBC5 on white background.



Black color preview on #E1DBC5 background

This text has black color on #E1DBC5 background.


White color preview on #E1DBC5 background

This text has white color on #E1DBC5 background.