COLOR #E3D8AD

HEX: #E3D8AD
RGB: (227,216,173)

Color info

#E3D8AD contains red, green and blue colors in about the same proportion. Web safe color of #E3D8AD is #CCCC99 (or #CC9).

RGB color model

#E3D8AD color RGB value is (227,216,173).

  • red value is 227;
  • green value is 216;
  • blue value is 173.
RGB:
(227,216,173)
(89%,85%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 173 of 255 = 68%

227
216
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 173 = 616 (100%)
R 227 of 616 ~ 36.85%
G 216 of 616 ~ 35.06%
B 173 of 616 ~ 28.08%

%36.85
%35.06
%28.08

CMYK color model

#E3D8AD color CMYK value is (0,5,24,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,5,24,11)
C0M5Y24K11 
(0%,5%,24%,11%)
(0.00/0.05/0.24/0.11)	

CMYK percentages

%0
%4.85
%23.79
%10.98

Codes

Color #E3D8AD in popluar color models

E3D8AD
RGB227216173
HSL48°49.09%78.43%
HSB/HSV48°23.79%89.02%
CMYK0.00%4.85%23.79%
10.98%

Color #E3D8AD in popluar number systems.

HEXE3D8AD
Decimal227216173
Binary111000111101100010101101
Octal343330255

Shades and tints

Shades of #E3D8AD

#E3D8AD
(227,216,173)
#CFC59E
(207,197,158)
#BBB28F
(187,178,143)
#A79F80
(167,159,128)
#938C71
(147,140,113)
#7F7962
(127,121,98)
#6B6653
(107,102,83)
#575344
(87,83,68)
#434035
(67,64,53)
#2F2D26
(47,45,38)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #E3D8AD

#E3D8AD
(227,216,173)
#E5DBB4
(229,219,180)
#E7DEBB
(231,222,187)
#E9E1C2
(233,225,194)
#EBE4C9
(235,228,201)
#EDE7D0
(237,231,208)
#EFEAD7
(239,234,215)
#F1EDDE
(241,237,222)
#F3F0E5
(243,240,229)
#F5F3EC
(245,243,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8AD color. Also use rgb(227,216,173) instead hex code.

Text Font Color

.myTextColor { color: #E3D8AD; }

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

This text font color is #E3D8AD.


Background Color

.myBgColor { background-color: #E3D8AD; }

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

This div background color is #E3D8AD.


Border color

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

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

This div border color is #E3D8AD.


Opacity

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

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

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

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

This text has shadow with #E3D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8AD on black background.


Color preview on white background

This text has color #E3D8AD on white background.



Black color preview on #E3D8AD background

This text has black color on #E3D8AD background.


White color preview on #E3D8AD background

This text has white color on #E3D8AD background.