COLOR #E1D5CB

HEX: #E1D5CB
RGB: (225,213,203)

Color info

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

RGB color model

#E1D5CB color RGB value is (225,213,203).

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

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 203 of 255 = 80%

225
213
203

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

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 203 = 641 (100%)
R 225 of 641 ~ 35.1%
G 213 of 641 ~ 33.23%
B 203 of 641 ~ 31.67%

%35.1
%33.23
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(0,5,10,12)
C0M5Y10K12 
(0%,5%,10%,12%)
(0.00/0.05/0.10/0.12)	

CMYK percentages

%0
%5.33
%9.78
%11.76

Codes

Color #E1D5CB in popluar color models

E1D5CB
RGB225213203
HSL27°26.83%83.92%
HSB/HSV27°9.78%88.24%
CMYK0.00%5.33%9.78%
11.76%

Color #E1D5CB in popluar number systems.

HEXE1D5CB
Decimal225213203
Binary111000011101010111001011
Octal341325313

Shades and tints

Shades of #E1D5CB

#E1D5CB
(225,213,203)
#CDC2B9
(205,194,185)
#B9AFA7
(185,175,167)
#A59C95
(165,156,149)
#918983
(145,137,131)
#7D7671
(125,118,113)
#69635F
(105,99,95)
#55504D
(85,80,77)
#413D3B
(65,61,59)
#2D2A29
(45,42,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1D5CB

#E1D5CB
(225,213,203)
#E3D8CF
(227,216,207)
#E5DBD3
(229,219,211)
#E7DED7
(231,222,215)
#E9E1DB
(233,225,219)
#EBE4DF
(235,228,223)
#EDE7E3
(237,231,227)
#EFEAE7
(239,234,231)
#F1EDEB
(241,237,235)
#F3F0EF
(243,240,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5CB; }

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

This text font color is #E1D5CB.


Background Color

.myBgColor { background-color: #E1D5CB; }

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

This div background color is #E1D5CB.


Border color

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

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

This div border color is #E1D5CB.


Opacity

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

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

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

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

This text has shadow with #E1D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5CB on black background.


Color preview on white background

This text has color #E1D5CB on white background.



Black color preview on #E1D5CB background

This text has black color on #E1D5CB background.


White color preview on #E1D5CB background

This text has white color on #E1D5CB background.