COLOR #E7D6BB

HEX: #E7D6BB
RGB: (231,214,187)

Color info

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

RGB color model

#E7D6BB color RGB value is (231,214,187).

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

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 187 of 255 = 73%

231
214
187

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

Portions of RGB colors in percentages

R + G + B =
231 + 214 + 187 = 632 (100%)
R 231 of 632 ~ 36.55%
G 214 of 632 ~ 33.86%
B 187 of 632 ~ 29.59%

%36.55
%33.86
%29.59

CMYK color model

#E7D6BB color CMYK value is (0,7,19,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(0,7,19,9)
C0M7Y19K9 
(0%,7%,19%,9%)
(0.00/0.07/0.19/0.09)	

CMYK percentages

%0
%7.36
%19.05
%9.41

Codes

Color #E7D6BB in popluar color models

E7D6BB
RGB231214187
HSL37°47.83%81.96%
HSB/HSV37°19.05%90.59%
CMYK0.00%7.36%19.05%
9.41%

Color #E7D6BB in popluar number systems.

HEXE7D6BB
Decimal231214187
Binary111001111101011010111011
Octal347326273

Shades and tints

Shades of #E7D6BB

#E7D6BB
(231,214,187)
#D2C3AA
(210,195,170)
#BDB099
(189,176,153)
#A89D88
(168,157,136)
#938A77
(147,138,119)
#7E7766
(126,119,102)
#696455
(105,100,85)
#545144
(84,81,68)
#3F3E33
(63,62,51)
#2A2B22
(42,43,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7D6BB

#E7D6BB
(231,214,187)
#E9D9C1
(233,217,193)
#EBDCC7
(235,220,199)
#EDDFCD
(237,223,205)
#EFE2D3
(239,226,211)
#F1E5D9
(241,229,217)
#F3E8DF
(243,232,223)
#F5EBE5
(245,235,229)
#F7EEEB
(247,238,235)
#F9F1F1
(249,241,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D6BB; }

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

This text font color is #E7D6BB.


Background Color

.myBgColor { background-color: #E7D6BB; }

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

This div background color is #E7D6BB.


Border color

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

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

This div border color is #E7D6BB.


Opacity

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

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

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

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

This text has shadow with #E7D6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D6BB on black background.


Color preview on white background

This text has color #E7D6BB on white background.



Black color preview on #E7D6BB background

This text has black color on #E7D6BB background.


White color preview on #E7D6BB background

This text has white color on #E7D6BB background.