COLOR #E7D7BC

HEX: #E7D7BC RGB: (231,215,188)

Color info

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

RGB color model

#E7D7BC color RGB value is (231,215,188).

RGB: (231,215,188) (91%, 84%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 215 of 255 = 84%
B 188 of 255 = 74%

231
215
188

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

Portions of RGB colors in percentages

R + G + B = 231 + 215 + 188 = 634 (100%)
R 231 of 634 ~ 36.44%
G 215 of 634 ~ 33.91%
B 188 of 634 ~ 29.65'%

%36.44
%33.91
%29.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 18.61%
  • 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
%6.93
%18.61
%9.41

Codes

Color #E7D7BC in popluar color models

E7 D7 BC
RGB 231 215 188
HSL 38° 47.25% 82.16%
HSB/HSV 38° 18.61% 90.59%
CMYK 0.00% 6.93% 18.61%
9.41%

Color #E7D7BC in popluar number systems.

HEX E7 D7 BC
Decimal 231 215 188
Binary 11100111 11010111 10111100
Octal 347 327 274

Shades and tints

Shades of #E7D7BC

#E7D7BC
(231,215,188)
#D2C4AB
(210,196,171)
#BDB19A
(189,177,154)
#A89E89
(168,158,137)
#938B78
(147,139,120)
#7E7867
(126,120,103)
#696556
(105,101,86)
#545245
(84,82,69)
#3F3F34
(63,63,52)
#2A2C23
(42,44,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #E7D7BC

#E7D7BC
(231,215,188)
#E9DAC2
(233,218,194)
#EBDDC8
(235,221,200)
#EDE0CE
(237,224,206)
#EFE3D4
(239,227,212)
#F1E6DA
(241,230,218)
#F3E9E0
(243,233,224)
#F5ECE6
(245,236,230)
#F7EFEC
(247,239,236)
#F9F2F2
(249,242,242)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D7BC; }

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

This text font color is #E7D7BC.

Background Color

.myBgColor { background-color: #E7D7BC; }

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

This div background color is #E7D7BC.

Border color

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

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

This div border color is #E7D7BC.

Opacity

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

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

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

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

This text has shadow with #E7D7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D7BC.

Preview

Color preview on black background

This text has color #E7D7BC on black background.


Color preview on white background

This text has color #E7D7BC on white background.


Black color preview on #E7D7BC background

This text has black color on #E7D7BC background.


White color preview on #E7D7BC background

This text has white color on #E7D7BC background.


Related colors

Complementary color

Complementary color for #hex is #182843.


I love getcolorcode.com

Triadic colors

1 #BCE7D7 and #D7BCE7 with #E7D7BC are triadic colors.

2 #BCD7E7 and #D7E7BC with #E7D7BC are triadic colors.