COLOR #E8D7BE

HEX: #E8D7BE
RGB: (232,215,190)

Color info

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

RGB color model

#E8D7BE color RGB value is (232,215,190).

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

RGB channels and saturation

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

232
215
190

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

Portions of RGB colors in percentages

R + G + B =
232 + 215 + 190 = 637 (100%)
R 232 of 637 ~ 36.42%
G 215 of 637 ~ 33.75%
B 190 of 637 ~ 29.83%

%36.42
%33.75
%29.83

CMYK color model

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

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

CMYK percentages

%0
%7.33
%18.1
%9.02

Codes

Color #E8D7BE in popluar color models

E8D7BE
RGB232215190
HSL36°47.73%82.75%
HSB/HSV36°18.10%90.98%
CMYK0.00%7.33%18.10%
9.02%

Color #E8D7BE in popluar number systems.

HEXE8D7BE
Decimal232215190
Binary111010001101011110111110
Octal350327276

Shades and tints

Shades of #E8D7BE

#E8D7BE
(232,215,190)
#D3C4AD
(211,196,173)
#BEB19C
(190,177,156)
#A99E8B
(169,158,139)
#948B7A
(148,139,122)
#7F7869
(127,120,105)
#6A6558
(106,101,88)
#555247
(85,82,71)
#403F36
(64,63,54)
#2B2C25
(43,44,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8D7BE

#E8D7BE
(232,215,190)
#EADAC3
(234,218,195)
#ECDDC8
(236,221,200)
#EEE0CD
(238,224,205)
#F0E3D2
(240,227,210)
#F2E6D7
(242,230,215)
#F4E9DC
(244,233,220)
#F6ECE1
(246,236,225)
#F8EFE6
(248,239,230)
#FAF2EB
(250,242,235)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D7BE; }

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

This text font color is #E8D7BE.


Background Color

.myBgColor { background-color: #E8D7BE; }

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

This div background color is #E8D7BE.


Border color

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

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

This div border color is #E8D7BE.


Opacity

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

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

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

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

This text has shadow with #E8D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D7BE on black background.


Color preview on white background

This text has color #E8D7BE on white background.



Black color preview on #E8D7BE background

This text has black color on #E8D7BE background.


White color preview on #E8D7BE background

This text has white color on #E8D7BE background.