COLOR #E7D4B2

HEX: #E7D4B2
RGB: (231,212,178)

Color info

#E7D4B2 contains red, green and blue colors in about the same proportion. Web safe color of #E7D4B2 is #FFCC99 (or #FC9).

RGB color model

#E7D4B2 color RGB value is (231,212,178).

  • red value is 231;
  • green value is 212;
  • blue value is 178.
RGB:
(231,212,178)
(91%,83%,70%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 178 of 255 = 70%

231
212
178

R + G + B ~ 81%. #E7D4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 212 + 178 = 621 (100%)
R 231 of 621 ~ 37.2%
G 212 of 621 ~ 34.14%
B 178 of 621 ~ 28.66%

%37.2
%34.14
%28.66

CMYK color model

#E7D4B2 color CMYK value is (0,8,23,9).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 22.94%
  • key color value is 9.41%
CMYK:
(0,8,23,9)
C0M8Y23K9 
(0%,8%,23%,9%)
(0.00/0.08/0.23/0.09)	

CMYK percentages

%0
%8.23
%22.94
%9.41

Codes

Color #E7D4B2 in popluar color models

E7D4B2
RGB231212178
HSL38°52.48%80.20%
HSB/HSV38°22.94%90.59%
CMYK0.00%8.23%22.94%
9.41%

Color #E7D4B2 in popluar number systems.

HEXE7D4B2
Decimal231212178
Binary111001111101010010110010
Octal347324262

Shades and tints

Shades of #E7D4B2

#E7D4B2
(231,212,178)
#D2C1A2
(210,193,162)
#BDAE92
(189,174,146)
#A89B82
(168,155,130)
#938872
(147,136,114)
#7E7562
(126,117,98)
#696252
(105,98,82)
#544F42
(84,79,66)
#3F3C32
(63,60,50)
#2A2922
(42,41,34)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #E7D4B2

#E7D4B2
(231,212,178)
#E9D7B9
(233,215,185)
#EBDAC0
(235,218,192)
#EDDDC7
(237,221,199)
#EFE0CE
(239,224,206)
#F1E3D5
(241,227,213)
#F3E6DC
(243,230,220)
#F5E9E3
(245,233,227)
#F7ECEA
(247,236,234)
#F9EFF1
(249,239,241)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D4B2 color. Also use rgb(231,212,178) instead hex code.

Text Font Color

.myTextColor { color: #E7D4B2; }

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

This text font color is #E7D4B2.


Background Color

.myBgColor { background-color: #E7D4B2; }

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

This div background color is #E7D4B2.


Border color

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

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

This div border color is #E7D4B2.


Opacity

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

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

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

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

This text has shadow with #E7D4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4B2 on black background.


Color preview on white background

This text has color #E7D4B2 on white background.



Black color preview on #E7D4B2 background

This text has black color on #E7D4B2 background.


White color preview on #E7D4B2 background

This text has white color on #E7D4B2 background.