COLOR #E8D0B3

HEX: #E8D0B3
RGB: (232,208,179)

Color info

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

RGB color model

#E8D0B3 color RGB value is (232,208,179).

  • red value is 232;
  • green value is 208;
  • blue value is 179.
RGB:
(232,208,179)
(91%,82%,70%)

RGB channels and saturation

R 232 of 255 = 91%
G 208 of 255 = 82%
B 179 of 255 = 70%

232
208
179

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

Portions of RGB colors in percentages

R + G + B =
232 + 208 + 179 = 619 (100%)
R 232 of 619 ~ 37.48%
G 208 of 619 ~ 33.6%
B 179 of 619 ~ 28.92%

%37.48
%33.6
%28.92

CMYK color model

#E8D0B3 color CMYK value is (0,10,23,9).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 22.84%
  • key color value is 9.02%
CMYK:
(0,10,23,9)
C0M10Y23K9 
(0%,10%,23%,9%)
(0.00/0.10/0.23/0.09)	

CMYK percentages

%0
%10.34
%22.84
%9.02

Codes

Color #E8D0B3 in popluar color models

E8D0B3
RGB232208179
HSL33°53.54%80.59%
HSB/HSV33°22.84%90.98%
CMYK0.00%10.34%22.84%
9.02%

Color #E8D0B3 in popluar number systems.

HEXE8D0B3
Decimal232208179
Binary111010001101000010110011
Octal350320263

Shades and tints

Shades of #E8D0B3

#E8D0B3
(232,208,179)
#D3BEA3
(211,190,163)
#BEAC93
(190,172,147)
#A99A83
(169,154,131)
#948873
(148,136,115)
#7F7663
(127,118,99)
#6A6453
(106,100,83)
#555243
(85,82,67)
#404033
(64,64,51)
#2B2E23
(43,46,35)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #E8D0B3

#E8D0B3
(232,208,179)
#EAD4B9
(234,212,185)
#ECD8BF
(236,216,191)
#EEDCC5
(238,220,197)
#F0E0CB
(240,224,203)
#F2E4D1
(242,228,209)
#F4E8D7
(244,232,215)
#F6ECDD
(246,236,221)
#F8F0E3
(248,240,227)
#FAF4E9
(250,244,233)
#FCF8EF
(252,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D0B3 color. Also use rgb(232,208,179) instead hex code.

Text Font Color

.myTextColor { color: #E8D0B3; }

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

This text font color is #E8D0B3.


Background Color

.myBgColor { background-color: #E8D0B3; }

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

This div background color is #E8D0B3.


Border color

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

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

This div border color is #E8D0B3.


Opacity

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

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

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

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

This text has shadow with #E8D0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D0B3 on black background.


Color preview on white background

This text has color #E8D0B3 on white background.



Black color preview on #E8D0B3 background

This text has black color on #E8D0B3 background.


White color preview on #E8D0B3 background

This text has white color on #E8D0B3 background.