COLOR #E1D5C5

HEX: #E1D5C5
RGB: (225,213,197)

Color info

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

RGB color model

#E1D5C5 color RGB value is (225,213,197).

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

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 197 of 255 = 77%

225
213
197

R + G + B ~ 83%. #E1D5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 197 = 635 (100%)
R 225 of 635 ~ 35.43%
G 213 of 635 ~ 33.54%
B 197 of 635 ~ 31.02%

%35.43
%33.54
%31.02

CMYK color model

#E1D5C5 color CMYK value is (0,5,12,12).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(0,5,12,12)
C0M5Y12K12 
(0%,5%,12%,12%)
(0.00/0.05/0.12/0.12)	

CMYK percentages

%0
%5.33
%12.44
%11.76

Codes

Color #E1D5C5 in popluar color models

E1D5C5
RGB225213197
HSL34°31.82%82.75%
HSB/HSV34°12.44%88.24%
CMYK0.00%5.33%12.44%
11.76%

Color #E1D5C5 in popluar number systems.

HEXE1D5C5
Decimal225213197
Binary111000011101010111000101
Octal341325305

Shades and tints

Shades of #E1D5C5

#E1D5C5
(225,213,197)
#CDC2B4
(205,194,180)
#B9AFA3
(185,175,163)
#A59C92
(165,156,146)
#918981
(145,137,129)
#7D7670
(125,118,112)
#69635F
(105,99,95)
#55504E
(85,80,78)
#413D3D
(65,61,61)
#2D2A2C
(45,42,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1D5C5

#E1D5C5
(225,213,197)
#E3D8CA
(227,216,202)
#E5DBCF
(229,219,207)
#E7DED4
(231,222,212)
#E9E1D9
(233,225,217)
#EBE4DE
(235,228,222)
#EDE7E3
(237,231,227)
#EFEAE8
(239,234,232)
#F1EDED
(241,237,237)
#F3F0F2
(243,240,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5C5; }

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

This text font color is #E1D5C5.


Background Color

.myBgColor { background-color: #E1D5C5; }

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

This div background color is #E1D5C5.


Border color

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

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

This div border color is #E1D5C5.


Opacity

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

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

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

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

This text has shadow with #E1D5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5C5 on black background.


Color preview on white background

This text has color #E1D5C5 on white background.



Black color preview on #E1D5C5 background

This text has black color on #E1D5C5 background.


White color preview on #E1D5C5 background

This text has white color on #E1D5C5 background.