COLOR #E5D7CB

HEX: #E5D7CB
RGB: (229,215,203)

Color info

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

RGB color model

#E5D7CB color RGB value is (229,215,203).

  • red value is 229;
  • green value is 215;
  • blue value is 203.
RGB: (229,215,203) (90%,84%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 203 of 255 = 80%

229
215
203

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

Portions of RGB colors in percentages

R + G + B =
229 + 215 + 203 = 647 (100%)
R 229 of 647 ~ 35.39%
G 215 of 647 ~ 33.23%
B 203 of 647 ~ 31.38%

%35.39
%33.23
%31.38

CMYK color model

#E5D7CB color CMYK value is (0,6,11,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK: (0,6,11,10) C0M6Y11K10 (0%,6%,11%,10%) (0.00/0.06/0.11/0.10)

CMYK percentages

%0
%6.11
%11.35
%10.2

Codes

Color #E5D7CB in popluar color models

E5D7CB
RGB229215203
HSL28°33.33%84.71%
HSB/HSV28°11.35%89.80%
CMYK0.00%6.11%11.35%
10.20%

Color #E5D7CB in popluar number systems.

HEXE5D7CB
Decimal229215203
Binary111001011101011111001011
Octal345327313

Shades and tints

Shades of #E5D7CB

#E5D7CB
(229,215,203)
#D1C4B9
(209,196,185)
#BDB1A7
(189,177,167)
#A99E95
(169,158,149)
#958B83
(149,139,131)
#817871
(129,120,113)
#6D655F
(109,101,95)
#59524D
(89,82,77)
#453F3B
(69,63,59)
#312C29
(49,44,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5D7CB

#E5D7CB
(229,215,203)
#E7DACF
(231,218,207)
#E9DDD3
(233,221,211)
#EBE0D7
(235,224,215)
#EDE3DB
(237,227,219)
#EFE6DF
(239,230,223)
#F1E9E3
(241,233,227)
#F3ECE7
(243,236,231)
#F5EFEB
(245,239,235)
#F7F2EF
(247,242,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7CB color. Also use rgb(229,215,203) instead hex code.

Text Font Color

.myTextColor { color: #E5D7CB; }

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

This text font color is #E5D7CB.


Background Color

.myBgColor { background-color: #E5D7CB; }

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

This div background color is #E5D7CB.


Border color

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

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

This div border color is #E5D7CB.


Opacity

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

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

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

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

This text has shadow with #E5D7CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5D7CB on black background.


Color preview on white background

This text has color #E5D7CB on white background.



Black color preview on #E5D7CB background

This text has black color on #E5D7CB background.


White color preview on #E5D7CB background

This text has white color on #E5D7CB background.