COLOR #E7D7BE

HEX: #E7D7BE
RGB: (231,215,190)

Color info

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

RGB color model

#E7D7BE color RGB value is (231,215,190).

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

RGB channels and saturation

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

231
215
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 215 + 190 = 636 (100%)
R 231 of 636 ~ 36.32%
G 215 of 636 ~ 33.81%
B 190 of 636 ~ 29.87%

%36.32
%33.81
%29.87

CMYK color model

#E7D7BE color CMYK value is (0,7,18,9).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK: (0,7,18,9) C0M7Y18K9 (0%,7%,18%,9%) (0.00/0.07/0.18/0.09)

CMYK percentages

%0
%6.93
%17.75
%9.41

Codes

Color #E7D7BE in popluar color models

E7D7BE
RGB231215190
HSL37°46.07%82.55%
HSB/HSV37°17.75%90.59%
CMYK0.00%6.93%17.75%
9.41%

Color #E7D7BE in popluar number systems.

HEXE7D7BE
Decimal231215190
Binary111001111101011110111110
Octal347327276

Shades and tints

Shades of #E7D7BE

#E7D7BE
(231,215,190)
#D2C4AD
(210,196,173)
#BDB19C
(189,177,156)
#A89E8B
(168,158,139)
#938B7A
(147,139,122)
#7E7869
(126,120,105)
#696558
(105,101,88)
#545247
(84,82,71)
#3F3F36
(63,63,54)
#2A2C25
(42,44,37)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7D7BE

#E7D7BE
(231,215,190)
#E9DAC3
(233,218,195)
#EBDDC8
(235,221,200)
#EDE0CD
(237,224,205)
#EFE3D2
(239,227,210)
#F1E6D7
(241,230,215)
#F3E9DC
(243,233,220)
#F5ECE1
(245,236,225)
#F7EFE6
(247,239,230)
#F9F2EB
(249,242,235)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D7BE; }

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

This text font color is #E7D7BE.


Background Color

.myBgColor { background-color: #E7D7BE; }

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

This div background color is #E7D7BE.


Border color

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

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

This div border color is #E7D7BE.


Opacity

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

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

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

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

This text has shadow with #E7D7BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7D7BE on black background.


Color preview on white background

This text has color #E7D7BE on white background.



Black color preview on #E7D7BE background

This text has black color on #E7D7BE background.


White color preview on #E7D7BE background

This text has white color on #E7D7BE background.