COLOR #E7D7C0

HEX: #E7D7C0
RGB: (231,215,192)

Color info

#E7D7C0 contains red, green and blue colors in about the same proportion. Web safe color of #E7D7C0 is #FFCCCC (or #FCC).

RGB color model

#E7D7C0 color RGB value is (231,215,192).

  • red value is 231;
  • green value is 215;
  • blue value is 192.
RGB:
(231,215,192)
(91%,84%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 215 of 255 = 84%
B 192 of 255 = 75%

231
215
192

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

Portions of RGB colors in percentages

R + G + B =
231 + 215 + 192 = 638 (100%)
R 231 of 638 ~ 36.21%
G 215 of 638 ~ 33.7%
B 192 of 638 ~ 30.09%

%36.21
%33.7
%30.09

CMYK color model

#E7D7C0 color CMYK value is (0,7,17,9).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 16.88%
  • key color value is 9.41%
CMYK:
(0,7,17,9)
C0M7Y17K9 
(0%,7%,17%,9%)
(0.00/0.07/0.17/0.09)	

CMYK percentages

%0
%6.93
%16.88
%9.41

Codes

Color #E7D7C0 in popluar color models

E7D7C0
RGB231215192
HSL35°44.83%82.94%
HSB/HSV35°16.88%90.59%
CMYK0.00%6.93%16.88%
9.41%

Color #E7D7C0 in popluar number systems.

HEXE7D7C0
Decimal231215192
Binary111001111101011111000000
Octal347327300

Shades and tints

Shades of #E7D7C0

#E7D7C0
(231,215,192)
#D2C4AF
(210,196,175)
#BDB19E
(189,177,158)
#A89E8D
(168,158,141)
#938B7C
(147,139,124)
#7E786B
(126,120,107)
#69655A
(105,101,90)
#545249
(84,82,73)
#3F3F38
(63,63,56)
#2A2C27
(42,44,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #E7D7C0

#E7D7C0
(231,215,192)
#E9DAC5
(233,218,197)
#EBDDCA
(235,221,202)
#EDE0CF
(237,224,207)
#EFE3D4
(239,227,212)
#F1E6D9
(241,230,217)
#F3E9DE
(243,233,222)
#F5ECE3
(245,236,227)
#F7EFE8
(247,239,232)
#F9F2ED
(249,242,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D7C0 color. Also use rgb(231,215,192) instead hex code.

Text Font Color

.myTextColor { color: #E7D7C0; }

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

This text font color is #E7D7C0.


Background Color

.myBgColor { background-color: #E7D7C0; }

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

This div background color is #E7D7C0.


Border color

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

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

This div border color is #E7D7C0.


Opacity

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

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

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

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

This text has shadow with #E7D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D7C0 on black background.


Color preview on white background

This text has color #E7D7C0 on white background.



Black color preview on #E7D7C0 background

This text has black color on #E7D7C0 background.


White color preview on #E7D7C0 background

This text has white color on #E7D7C0 background.