COLOR #E7D2BE

HEX: #E7D2BE
RGB: (231,210,190)

Color info

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

RGB color model

#E7D2BE color RGB value is (231,210,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 190 of 255 = 75%

231
210
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 210 + 190 = 631 (100%)
R 231 of 631 ~ 36.61%
G 210 of 631 ~ 33.28%
B 190 of 631 ~ 30.11%

%36.61
%33.28
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,9,18,9)
C0M9Y18K9 
(0%,9%,18%,9%)
(0.00/0.09/0.18/0.09)	

CMYK percentages

%0
%9.09
%17.75
%9.41

Codes

Color #E7D2BE in popluar color models

E7D2BE
RGB231210190
HSL29°46.07%82.55%
HSB/HSV29°17.75%90.59%
CMYK0.00%9.09%17.75%
9.41%

Color #E7D2BE in popluar number systems.

HEXE7D2BE
Decimal231210190
Binary111001111101001010111110
Octal347322276

Shades and tints

Shades of #E7D2BE

#E7D2BE
(231,210,190)
#D2BFAD
(210,191,173)
#BDAC9C
(189,172,156)
#A8998B
(168,153,139)
#93867A
(147,134,122)
#7E7369
(126,115,105)
#696058
(105,96,88)
#544D47
(84,77,71)
#3F3A36
(63,58,54)
#2A2725
(42,39,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7D2BE

#E7D2BE
(231,210,190)
#E9D6C3
(233,214,195)
#EBDAC8
(235,218,200)
#EDDECD
(237,222,205)
#EFE2D2
(239,226,210)
#F1E6D7
(241,230,215)
#F3EADC
(243,234,220)
#F5EEE1
(245,238,225)
#F7F2E6
(247,242,230)
#F9F6EB
(249,246,235)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2BE; }

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

This text font color is #E7D2BE.


Background Color

.myBgColor { background-color: #E7D2BE; }

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

This div background color is #E7D2BE.


Border color

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

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

This div border color is #E7D2BE.


Opacity

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

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

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

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

This text has shadow with #E7D2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D2BE on black background.


Color preview on white background

This text has color #E7D2BE on white background.



Black color preview on #E7D2BE background

This text has black color on #E7D2BE background.


White color preview on #E7D2BE background

This text has white color on #E7D2BE background.