COLOR #E7D6C7

HEX: #E7D6C7
RGB: (231,214,199)

Color info

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

RGB color model

#E7D6C7 color RGB value is (231,214,199).

  • red value is 231;
  • green value is 214;
  • blue value is 199.
RGB:
(231,214,199)
(91%,84%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 199 of 255 = 78%

231
214
199

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

Portions of RGB colors in percentages

R + G + B =
231 + 214 + 199 = 644 (100%)
R 231 of 644 ~ 35.87%
G 214 of 644 ~ 33.23%
B 199 of 644 ~ 30.9%

%35.87
%33.23
%30.9

CMYK color model

#E7D6C7 color CMYK value is (0,7,14,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,7,14,9)
C0M7Y14K9 
(0%,7%,14%,9%)
(0.00/0.07/0.14/0.09)	

CMYK percentages

%0
%7.36
%13.85
%9.41

Codes

Color #E7D6C7 in popluar color models

E7D6C7
RGB231214199
HSL28°40.00%84.31%
HSB/HSV28°13.85%90.59%
CMYK0.00%7.36%13.85%
9.41%

Color #E7D6C7 in popluar number systems.

HEXE7D6C7
Decimal231214199
Binary111001111101011011000111
Octal347326307

Shades and tints

Shades of #E7D6C7

#E7D6C7
(231,214,199)
#D2C3B5
(210,195,181)
#BDB0A3
(189,176,163)
#A89D91
(168,157,145)
#938A7F
(147,138,127)
#7E776D
(126,119,109)
#69645B
(105,100,91)
#545149
(84,81,73)
#3F3E37
(63,62,55)
#2A2B25
(42,43,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #E7D6C7

#E7D6C7
(231,214,199)
#E9D9CC
(233,217,204)
#EBDCD1
(235,220,209)
#EDDFD6
(237,223,214)
#EFE2DB
(239,226,219)
#F1E5E0
(241,229,224)
#F3E8E5
(243,232,229)
#F5EBEA
(245,235,234)
#F7EEEF
(247,238,239)
#F9F1F4
(249,241,244)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D6C7 color. Also use rgb(231,214,199) instead hex code.

Text Font Color

.myTextColor { color: #E7D6C7; }

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

This text font color is #E7D6C7.


Background Color

.myBgColor { background-color: #E7D6C7; }

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

This div background color is #E7D6C7.


Border color

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

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

This div border color is #E7D6C7.


Opacity

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

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

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

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

This text has shadow with #E7D6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D6C7 on black background.


Color preview on white background

This text has color #E7D6C7 on white background.



Black color preview on #E7D6C7 background

This text has black color on #E7D6C7 background.


White color preview on #E7D6C7 background

This text has white color on #E7D6C7 background.