COLOR #E3D4A9

HEX: #E3D4A9
RGB: (227,212,169)

Color info

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

RGB color model

#E3D4A9 color RGB value is (227,212,169).

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

RGB channels and saturation

R 227 of 255 = 89%
G 212 of 255 = 83%
B 169 of 255 = 66%

227
212
169

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

Portions of RGB colors in percentages

R + G + B =
227 + 212 + 169 = 608 (100%)
R 227 of 608 ~ 37.34%
G 212 of 608 ~ 34.87%
B 169 of 608 ~ 27.8%

%37.34
%34.87
%27.8

CMYK color model

#E3D4A9 color CMYK value is (0,7,26,11).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(0,7,26,11)
C0M7Y26K11 
(0%,7%,26%,11%)
(0.00/0.07/0.26/0.11)	

CMYK percentages

%0
%6.61
%25.55
%10.98

Codes

Color #E3D4A9 in popluar color models

E3D4A9
RGB227212169
HSL44°50.88%77.65%
HSB/HSV44°25.55%89.02%
CMYK0.00%6.61%25.55%
10.98%

Color #E3D4A9 in popluar number systems.

HEXE3D4A9
Decimal227212169
Binary111000111101010010101001
Octal343324251

Shades and tints

Shades of #E3D4A9

#E3D4A9
(227,212,169)
#CFC19A
(207,193,154)
#BBAE8B
(187,174,139)
#A79B7C
(167,155,124)
#93886D
(147,136,109)
#7F755E
(127,117,94)
#6B624F
(107,98,79)
#574F40
(87,79,64)
#433C31
(67,60,49)
#2F2922
(47,41,34)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #E3D4A9

#E3D4A9
(227,212,169)
#E5D7B0
(229,215,176)
#E7DAB7
(231,218,183)
#E9DDBE
(233,221,190)
#EBE0C5
(235,224,197)
#EDE3CC
(237,227,204)
#EFE6D3
(239,230,211)
#F1E9DA
(241,233,218)
#F3ECE1
(243,236,225)
#F5EFE8
(245,239,232)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D4A9; }

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

This text font color is #E3D4A9.


Background Color

.myBgColor { background-color: #E3D4A9; }

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

This div background color is #E3D4A9.


Border color

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

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

This div border color is #E3D4A9.


Opacity

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

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

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

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

This text has shadow with #E3D4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D4A9 on black background.


Color preview on white background

This text has color #E3D4A9 on white background.



Black color preview on #E3D4A9 background

This text has black color on #E3D4A9 background.


White color preview on #E3D4A9 background

This text has white color on #E3D4A9 background.