COLOR #E8D6A3

HEX: #E8D6A3
RGB: (232,214,163)

Color info

#E8D6A3 contains mainly red and green colors. Web safe color of #E8D6A3 is #FFCC99 (or #FC9).

RGB color model

#E8D6A3 color RGB value is (232,214,163).

  • red value is 232;
  • green value is 214;
  • blue value is 163.
RGB:
(232,214,163)
(91%,84%,64%)

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 163 of 255 = 64%

232
214
163

R + G + B ~ 80%. #E8D6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 163 = 609 (100%)
R 232 of 609 ~ 38.1%
G 214 of 609 ~ 35.14%
B 163 of 609 ~ 26.77%

%38.1
%35.14
%26.77

CMYK color model

#E8D6A3 color CMYK value is (0,8,30,9).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 29.74%
  • key color value is 9.02%
CMYK:
(0,8,30,9)
C0M8Y30K9 
(0%,8%,30%,9%)
(0.00/0.08/0.30/0.09)	

CMYK percentages

%0
%7.76
%29.74
%9.02

Codes

Color #E8D6A3 in popluar color models

E8D6A3
RGB232214163
HSL44°60.00%77.45%
HSB/HSV44°29.74%90.98%
CMYK0.00%7.76%29.74%
9.02%

Color #E8D6A3 in popluar number systems.

HEXE8D6A3
Decimal232214163
Binary111010001101011010100011
Octal350326243

Shades and tints

Shades of #E8D6A3

#E8D6A3
(232,214,163)
#D3C395
(211,195,149)
#BEB087
(190,176,135)
#A99D79
(169,157,121)
#948A6B
(148,138,107)
#7F775D
(127,119,93)
#6A644F
(106,100,79)
#555141
(85,81,65)
#403E33
(64,62,51)
#2B2B25
(43,43,37)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #E8D6A3

#E8D6A3
(232,214,163)
#EAD9AB
(234,217,171)
#ECDCB3
(236,220,179)
#EEDFBB
(238,223,187)
#F0E2C3
(240,226,195)
#F2E5CB
(242,229,203)
#F4E8D3
(244,232,211)
#F6EBDB
(246,235,219)
#F8EEE3
(248,238,227)
#FAF1EB
(250,241,235)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D6A3 color. Also use rgb(232,214,163) instead hex code.

Text Font Color

.myTextColor { color: #E8D6A3; }

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

This text font color is #E8D6A3.


Background Color

.myBgColor { background-color: #E8D6A3; }

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

This div background color is #E8D6A3.


Border color

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

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

This div border color is #E8D6A3.


Opacity

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

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

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

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

This text has shadow with #E8D6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6A3 on black background.


Color preview on white background

This text has color #E8D6A3 on white background.



Black color preview on #E8D6A3 background

This text has black color on #E8D6A3 background.


White color preview on #E8D6A3 background

This text has white color on #E8D6A3 background.