COLOR #E2DB9E

HEX: #E2DB9E
RGB: (226,219,158)

Color info

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

RGB color model

#E2DB9E color RGB value is (226,219,158).

  • red value is 226;
  • green value is 219;
  • blue value is 158.
RGB:
(226,219,158)
(89%,86%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 158 of 255 = 62%

226
219
158

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

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 158 = 603 (100%)
R 226 of 603 ~ 37.48%
G 219 of 603 ~ 36.32%
B 158 of 603 ~ 26.2%

%37.48
%36.32
%26.2

CMYK color model

#E2DB9E color CMYK value is (0,3,30,11).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(0,3,30,11)
C0M3Y30K11 
(0%,3%,30%,11%)
(0.00/0.03/0.30/0.11)	

CMYK percentages

%0
%3.1
%30.09
%11.37

Codes

Color #E2DB9E in popluar color models

E2DB9E
RGB226219158
HSL54°53.97%75.29%
HSB/HSV54°30.09%88.63%
CMYK0.00%3.10%30.09%
11.37%

Color #E2DB9E in popluar number systems.

HEXE2DB9E
Decimal226219158
Binary111000101101101110011110
Octal342333236

Shades and tints

Shades of #E2DB9E

#E2DB9E
(226,219,158)
#CEC890
(206,200,144)
#BAB582
(186,181,130)
#A6A274
(166,162,116)
#928F66
(146,143,102)
#7E7C58
(126,124,88)
#6A694A
(106,105,74)
#56563C
(86,86,60)
#42432E
(66,67,46)
#2E3020
(46,48,32)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #E2DB9E

#E2DB9E
(226,219,158)
#E4DEA6
(228,222,166)
#E6E1AE
(230,225,174)
#E8E4B6
(232,228,182)
#EAE7BE
(234,231,190)
#ECEAC6
(236,234,198)
#EEEDCE
(238,237,206)
#F0F0D6
(240,240,214)
#F2F3DE
(242,243,222)
#F4F6E6
(244,246,230)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DB9E color. Also use rgb(226,219,158) instead hex code.

Text Font Color

.myTextColor { color: #E2DB9E; }

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

This text font color is #E2DB9E.


Background Color

.myBgColor { background-color: #E2DB9E; }

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

This div background color is #E2DB9E.


Border color

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

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

This div border color is #E2DB9E.


Opacity

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

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

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

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

This text has shadow with #E2DB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DB9E on black background.


Color preview on white background

This text has color #E2DB9E on white background.



Black color preview on #E2DB9E background

This text has black color on #E2DB9E background.


White color preview on #E2DB9E background

This text has white color on #E2DB9E background.