COLOR #E3DA9E

HEX: #E3DA9E
RGB: (227,218,158)

Color info

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

RGB color model

#E3DA9E color RGB value is (227,218,158).

  • red value is 227;
  • green value is 218;
  • blue value is 158.
RGB:
(227,218,158)
(89%,85%,62%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 158 of 255 = 62%

227
218
158

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 158 = 603 (100%)
R 227 of 603 ~ 37.65%
G 218 of 603 ~ 36.15%
B 158 of 603 ~ 26.2%

%37.65
%36.15
%26.2

CMYK color model

#E3DA9E color CMYK value is (0,4,30,11).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 30.40%
  • key color value is 10.98%
CMYK:
(0,4,30,11)
C0M4Y30K11 
(0%,4%,30%,11%)
(0.00/0.04/0.30/0.11)	

CMYK percentages

%0
%3.96
%30.4
%10.98

Codes

Color #E3DA9E in popluar color models

E3DA9E
RGB227218158
HSL52°55.20%75.49%
HSB/HSV52°30.40%89.02%
CMYK0.00%3.96%30.40%
10.98%

Color #E3DA9E in popluar number systems.

HEXE3DA9E
Decimal227218158
Binary111000111101101010011110
Octal343332236

Shades and tints

Shades of #E3DA9E

#E3DA9E
(227,218,158)
#CFC790
(207,199,144)
#BBB482
(187,180,130)
#A7A174
(167,161,116)
#938E66
(147,142,102)
#7F7B58
(127,123,88)
#6B684A
(107,104,74)
#57553C
(87,85,60)
#43422E
(67,66,46)
#2F2F20
(47,47,32)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #E3DA9E

#E3DA9E
(227,218,158)
#E5DDA6
(229,221,166)
#E7E0AE
(231,224,174)
#E9E3B6
(233,227,182)
#EBE6BE
(235,230,190)
#EDE9C6
(237,233,198)
#EFECCE
(239,236,206)
#F1EFD6
(241,239,214)
#F3F2DE
(243,242,222)
#F5F5E6
(245,245,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DA9E color. Also use rgb(227,218,158) instead hex code.

Text Font Color

.myTextColor { color: #E3DA9E; }

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

This text font color is #E3DA9E.


Background Color

.myBgColor { background-color: #E3DA9E; }

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

This div background color is #E3DA9E.


Border color

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

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

This div border color is #E3DA9E.


Opacity

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

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

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

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

This text has shadow with #E3DA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DA9E on black background.


Color preview on white background

This text has color #E3DA9E on white background.



Black color preview on #E3DA9E background

This text has black color on #E3DA9E background.


White color preview on #E3DA9E background

This text has white color on #E3DA9E background.