COLOR #E7DCB7

HEX: #E7DCB7
RGB: (231,220,183)

Color info

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

RGB color model

#E7DCB7 color RGB value is (231,220,183).

  • red value is 231;
  • green value is 220;
  • blue value is 183.
RGB:
(231,220,183)
(91%,86%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 183 of 255 = 72%

231
220
183

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

Portions of RGB colors in percentages

R + G + B =
231 + 220 + 183 = 634 (100%)
R 231 of 634 ~ 36.44%
G 220 of 634 ~ 34.7%
B 183 of 634 ~ 28.86%

%36.44
%34.7
%28.86

CMYK color model

#E7DCB7 color CMYK value is (0,5,21,9).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,5,21,9)
C0M5Y21K9 
(0%,5%,21%,9%)
(0.00/0.05/0.21/0.09)	

CMYK percentages

%0
%4.76
%20.78
%9.41

Codes

Color #E7DCB7 in popluar color models

E7DCB7
RGB231220183
HSL46°50.00%81.18%
HSB/HSV46°20.78%90.59%
CMYK0.00%4.76%20.78%
9.41%

Color #E7DCB7 in popluar number systems.

HEXE7DCB7
Decimal231220183
Binary111001111101110010110111
Octal347334267

Shades and tints

Shades of #E7DCB7

#E7DCB7
(231,220,183)
#D2C8A7
(210,200,167)
#BDB497
(189,180,151)
#A8A087
(168,160,135)
#938C77
(147,140,119)
#7E7867
(126,120,103)
#696457
(105,100,87)
#545047
(84,80,71)
#3F3C37
(63,60,55)
#2A2827
(42,40,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E7DCB7

#E7DCB7
(231,220,183)
#E9DFBD
(233,223,189)
#EBE2C3
(235,226,195)
#EDE5C9
(237,229,201)
#EFE8CF
(239,232,207)
#F1EBD5
(241,235,213)
#F3EEDB
(243,238,219)
#F5F1E1
(245,241,225)
#F7F4E7
(247,244,231)
#F9F7ED
(249,247,237)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DCB7 color. Also use rgb(231,220,183) instead hex code.

Text Font Color

.myTextColor { color: #E7DCB7; }

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

This text font color is #E7DCB7.


Background Color

.myBgColor { background-color: #E7DCB7; }

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

This div background color is #E7DCB7.


Border color

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

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

This div border color is #E7DCB7.


Opacity

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

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

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

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

This text has shadow with #E7DCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DCB7 on black background.


Color preview on white background

This text has color #E7DCB7 on white background.



Black color preview on #E7DCB7 background

This text has black color on #E7DCB7 background.


White color preview on #E7DCB7 background

This text has white color on #E7DCB7 background.