COLOR #E5C7BD

HEX: #E5C7BD
RGB: (229,199,189)

Color info

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

RGB color model

#E5C7BD color RGB value is (229,199,189).

  • red value is 229;
  • green value is 199;
  • blue value is 189.
RGB:
(229,199,189)
(90%,78%,74%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 189 of 255 = 74%

229
199
189

R + G + B ~ 81%. #E5C7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 189 = 617 (100%)
R 229 of 617 ~ 37.12%
G 199 of 617 ~ 32.25%
B 189 of 617 ~ 30.63%

%37.12
%32.25
%30.63

CMYK color model

#E5C7BD color CMYK value is (0,13,17,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(0,13,17,10)
C0M13Y17K10 
(0%,13%,17%,10%)
(0.00/0.13/0.17/0.10)	

CMYK percentages

%0
%13.1
%17.47
%10.2

Codes

Color #E5C7BD in popluar color models

E5C7BD
RGB229199189
HSL15°43.48%81.96%
HSB/HSV15°17.47%89.80%
CMYK0.00%13.10%17.47%
10.20%

Color #E5C7BD in popluar number systems.

HEXE5C7BD
Decimal229199189
Binary111001011100011110111101
Octal345307275

Shades and tints

Shades of #E5C7BD

#E5C7BD
(229,199,189)
#D1B5AC
(209,181,172)
#BDA39B
(189,163,155)
#A9918A
(169,145,138)
#957F79
(149,127,121)
#816D68
(129,109,104)
#6D5B57
(109,91,87)
#594946
(89,73,70)
#453735
(69,55,53)
#312524
(49,37,36)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #E5C7BD

#E5C7BD
(229,199,189)
#E7CCC3
(231,204,195)
#E9D1C9
(233,209,201)
#EBD6CF
(235,214,207)
#EDDBD5
(237,219,213)
#EFE0DB
(239,224,219)
#F1E5E1
(241,229,225)
#F3EAE7
(243,234,231)
#F5EFED
(245,239,237)
#F7F4F3
(247,244,243)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C7BD color. Also use rgb(229,199,189) instead hex code.

Text Font Color

.myTextColor { color: #E5C7BD; }

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

This text font color is #E5C7BD.


Background Color

.myBgColor { background-color: #E5C7BD; }

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

This div background color is #E5C7BD.


Border color

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

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

This div border color is #E5C7BD.


Opacity

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

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

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

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

This text has shadow with #E5C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7BD on black background.


Color preview on white background

This text has color #E5C7BD on white background.



Black color preview on #E5C7BD background

This text has black color on #E5C7BD background.


White color preview on #E5C7BD background

This text has white color on #E5C7BD background.