COLOR #E3D1A9

HEX: #E3D1A9
RGB: (227,209,169)

Color info

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

RGB color model

#E3D1A9 color RGB value is (227,209,169).

  • red value is 227;
  • green value is 209;
  • blue value is 169.
RGB:
(227,209,169)
(89%,82%,66%)

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 169 of 255 = 66%

227
209
169

R + G + B ~ 79%. #E3D1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 169 = 605 (100%)
R 227 of 605 ~ 37.52%
G 209 of 605 ~ 34.55%
B 169 of 605 ~ 27.93%

%37.52
%34.55
%27.93

CMYK color model

#E3D1A9 color CMYK value is (0,8,26,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(0,8,26,11)
C0M8Y26K11 
(0%,8%,26%,11%)
(0.00/0.08/0.26/0.11)	

CMYK percentages

%0
%7.93
%25.55
%10.98

Codes

Color #E3D1A9 in popluar color models

E3D1A9
RGB227209169
HSL41°50.88%77.65%
HSB/HSV41°25.55%89.02%
CMYK0.00%7.93%25.55%
10.98%

Color #E3D1A9 in popluar number systems.

HEXE3D1A9
Decimal227209169
Binary111000111101000110101001
Octal343321251

Shades and tints

Shades of #E3D1A9

#E3D1A9
(227,209,169)
#CFBE9A
(207,190,154)
#BBAB8B
(187,171,139)
#A7987C
(167,152,124)
#93856D
(147,133,109)
#7F725E
(127,114,94)
#6B5F4F
(107,95,79)
#574C40
(87,76,64)
#433931
(67,57,49)
#2F2622
(47,38,34)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #E3D1A9

#E3D1A9
(227,209,169)
#E5D5B0
(229,213,176)
#E7D9B7
(231,217,183)
#E9DDBE
(233,221,190)
#EBE1C5
(235,225,197)
#EDE5CC
(237,229,204)
#EFE9D3
(239,233,211)
#F1EDDA
(241,237,218)
#F3F1E1
(243,241,225)
#F5F5E8
(245,245,232)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D1A9 color. Also use rgb(227,209,169) instead hex code.

Text Font Color

.myTextColor { color: #E3D1A9; }

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

This text font color is #E3D1A9.


Background Color

.myBgColor { background-color: #E3D1A9; }

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

This div background color is #E3D1A9.


Border color

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

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

This div border color is #E3D1A9.


Opacity

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

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

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

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

This text has shadow with #E3D1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1A9 on black background.


Color preview on white background

This text has color #E3D1A9 on white background.



Black color preview on #E3D1A9 background

This text has black color on #E3D1A9 background.


White color preview on #E3D1A9 background

This text has white color on #E3D1A9 background.