COLOR #E3D8AE

HEX: #E3D8AE
RGB: (227,216,174)

Color info

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

RGB color model

#E3D8AE color RGB value is (227,216,174).

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

RGB channels and saturation

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

227
216
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 174 = 617 (100%)
R 227 of 617 ~ 36.79%
G 216 of 617 ~ 35.01%
B 174 of 617 ~ 28.2%

%36.79
%35.01
%28.2

CMYK color model

#E3D8AE color CMYK value is (0,5,23,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,5,23,11)
C0M5Y23K11 
(0%,5%,23%,11%)
(0.00/0.05/0.23/0.11)	

CMYK percentages

%0
%4.85
%23.35
%10.98

Codes

Color #E3D8AE in popluar color models

E3D8AE
RGB227216174
HSL48°48.62%78.63%
HSB/HSV48°23.35%89.02%
CMYK0.00%4.85%23.35%
10.98%

Color #E3D8AE in popluar number systems.

HEXE3D8AE
Decimal227216174
Binary111000111101100010101110
Octal343330256

Shades and tints

Shades of #E3D8AE

#E3D8AE
(227,216,174)
#CFC59F
(207,197,159)
#BBB290
(187,178,144)
#A79F81
(167,159,129)
#938C72
(147,140,114)
#7F7963
(127,121,99)
#6B6654
(107,102,84)
#575345
(87,83,69)
#434036
(67,64,54)
#2F2D27
(47,45,39)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3D8AE

#E3D8AE
(227,216,174)
#E5DBB5
(229,219,181)
#E7DEBC
(231,222,188)
#E9E1C3
(233,225,195)
#EBE4CA
(235,228,202)
#EDE7D1
(237,231,209)
#EFEAD8
(239,234,216)
#F1EDDF
(241,237,223)
#F3F0E6
(243,240,230)
#F5F3ED
(245,243,237)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D8AE; }

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

This text font color is #E3D8AE.


Background Color

.myBgColor { background-color: #E3D8AE; }

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

This div background color is #E3D8AE.


Border color

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

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

This div border color is #E3D8AE.


Opacity

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

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

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

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

This text has shadow with #E3D8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8AE on black background.


Color preview on white background

This text has color #E3D8AE on white background.



Black color preview on #E3D8AE background

This text has black color on #E3D8AE background.


White color preview on #E3D8AE background

This text has white color on #E3D8AE background.