COLOR #E3D2AE

HEX: #E3D2AE
RGB: (227,210,174)

Color info

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

RGB color model

#E3D2AE color RGB value is (227,210,174).

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

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 174 of 255 = 68%

227
210
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 210 + 174 = 611 (100%)
R 227 of 611 ~ 37.15%
G 210 of 611 ~ 34.37%
B 174 of 611 ~ 28.48%

%37.15
%34.37
%28.48

CMYK color model

#E3D2AE color CMYK value is (0,7,23,11).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,7,23,11)
C0M7Y23K11 
(0%,7%,23%,11%)
(0.00/0.07/0.23/0.11)	

CMYK percentages

%0
%7.49
%23.35
%10.98

Codes

Color #E3D2AE in popluar color models

E3D2AE
RGB227210174
HSL41°48.62%78.63%
HSB/HSV41°23.35%89.02%
CMYK0.00%7.49%23.35%
10.98%

Color #E3D2AE in popluar number systems.

HEXE3D2AE
Decimal227210174
Binary111000111101001010101110
Octal343322256

Shades and tints

Shades of #E3D2AE

#E3D2AE
(227,210,174)
#CFBF9F
(207,191,159)
#BBAC90
(187,172,144)
#A79981
(167,153,129)
#938672
(147,134,114)
#7F7363
(127,115,99)
#6B6054
(107,96,84)
#574D45
(87,77,69)
#433A36
(67,58,54)
#2F2727
(47,39,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3D2AE

#E3D2AE
(227,210,174)
#E5D6B5
(229,214,181)
#E7DABC
(231,218,188)
#E9DEC3
(233,222,195)
#EBE2CA
(235,226,202)
#EDE6D1
(237,230,209)
#EFEAD8
(239,234,216)
#F1EEDF
(241,238,223)
#F3F2E6
(243,242,230)
#F5F6ED
(245,246,237)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2AE; }

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

This text font color is #E3D2AE.


Background Color

.myBgColor { background-color: #E3D2AE; }

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

This div background color is #E3D2AE.


Border color

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

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

This div border color is #E3D2AE.


Opacity

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

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

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

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

This text has shadow with #E3D2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D2AE on black background.


Color preview on white background

This text has color #E3D2AE on white background.



Black color preview on #E3D2AE background

This text has black color on #E3D2AE background.


White color preview on #E3D2AE background

This text has white color on #E3D2AE background.