COLOR #E3D0A4

HEX: #E3D0A4
RGB: (227,208,164)

Color info

#E3D0A4 contains mainly red and green colors. Web safe color of #E3D0A4 is #CCCC99 (or #CC9).

RGB color model

#E3D0A4 color RGB value is (227,208,164).

  • red value is 227;
  • green value is 208;
  • blue value is 164.
RGB:
(227,208,164)
(89%,82%,64%)

RGB channels and saturation

R 227 of 255 = 89%
G 208 of 255 = 82%
B 164 of 255 = 64%

227
208
164

R + G + B ~ 78%. #E3D0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 208 + 164 = 599 (100%)
R 227 of 599 ~ 37.9%
G 208 of 599 ~ 34.72%
B 164 of 599 ~ 27.38%

%37.9
%34.72
%27.38

CMYK color model

#E3D0A4 color CMYK value is (0,8,28,11).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(0,8,28,11)
C0M8Y28K11 
(0%,8%,28%,11%)
(0.00/0.08/0.28/0.11)	

CMYK percentages

%0
%8.37
%27.75
%10.98

Codes

Color #E3D0A4 in popluar color models

E3D0A4
RGB227208164
HSL42°52.94%76.67%
HSB/HSV42°27.75%89.02%
CMYK0.00%8.37%27.75%
10.98%

Color #E3D0A4 in popluar number systems.

HEXE3D0A4
Decimal227208164
Binary111000111101000010100100
Octal343320244

Shades and tints

Shades of #E3D0A4

#E3D0A4
(227,208,164)
#CFBE96
(207,190,150)
#BBAC88
(187,172,136)
#A79A7A
(167,154,122)
#93886C
(147,136,108)
#7F765E
(127,118,94)
#6B6450
(107,100,80)
#575242
(87,82,66)
#434034
(67,64,52)
#2F2E26
(47,46,38)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #E3D0A4

#E3D0A4
(227,208,164)
#E5D4AC
(229,212,172)
#E7D8B4
(231,216,180)
#E9DCBC
(233,220,188)
#EBE0C4
(235,224,196)
#EDE4CC
(237,228,204)
#EFE8D4
(239,232,212)
#F1ECDC
(241,236,220)
#F3F0E4
(243,240,228)
#F5F4EC
(245,244,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D0A4 color. Also use rgb(227,208,164) instead hex code.

Text Font Color

.myTextColor { color: #E3D0A4; }

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

This text font color is #E3D0A4.


Background Color

.myBgColor { background-color: #E3D0A4; }

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

This div background color is #E3D0A4.


Border color

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

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

This div border color is #E3D0A4.


Opacity

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

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

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

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

This text has shadow with #E3D0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D0A4 on black background.


Color preview on white background

This text has color #E3D0A4 on white background.



Black color preview on #E3D0A4 background

This text has black color on #E3D0A4 background.


White color preview on #E3D0A4 background

This text has white color on #E3D0A4 background.