COLOR #E9DBA2

HEX: #E9DBA2
RGB: (233,219,162)

Color info

#E9DBA2 contains mainly red and green colors. Web safe color of #E9DBA2 is #FFCC99 (or #FC9).

RGB color model

#E9DBA2 color RGB value is (233,219,162).

  • red value is 233;
  • green value is 219;
  • blue value is 162.
RGB:
(233,219,162)
(91%,86%,64%)

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 162 of 255 = 64%

233
219
162

R + G + B ~ 80%. #E9DBA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 162 = 614 (100%)
R 233 of 614 ~ 37.95%
G 219 of 614 ~ 35.67%
B 162 of 614 ~ 26.38%

%37.95
%35.67
%26.38

CMYK color model

#E9DBA2 color CMYK value is (0,6,30,9).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 30.47%
  • key color value is 8.63%
CMYK:
(0,6,30,9)
C0M6Y30K9 
(0%,6%,30%,9%)
(0.00/0.06/0.30/0.09)	

CMYK percentages

%0
%6.01
%30.47
%8.63

Codes

Color #E9DBA2 in popluar color models

E9DBA2
RGB233219162
HSL48°61.74%77.45%
HSB/HSV48°30.47%91.37%
CMYK0.00%6.01%30.47%
8.63%

Color #E9DBA2 in popluar number systems.

HEXE9DBA2
Decimal233219162
Binary111010011101101110100010
Octal351333242

Shades and tints

Shades of #E9DBA2

#E9DBA2
(233,219,162)
#D4C894
(212,200,148)
#BFB586
(191,181,134)
#AAA278
(170,162,120)
#958F6A
(149,143,106)
#807C5C
(128,124,92)
#6B694E
(107,105,78)
#565640
(86,86,64)
#414332
(65,67,50)
#2C3024
(44,48,36)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #E9DBA2

#E9DBA2
(233,219,162)
#EBDEAA
(235,222,170)
#EDE1B2
(237,225,178)
#EFE4BA
(239,228,186)
#F1E7C2
(241,231,194)
#F3EACA
(243,234,202)
#F5EDD2
(245,237,210)
#F7F0DA
(247,240,218)
#F9F3E2
(249,243,226)
#FBF6EA
(251,246,234)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DBA2 color. Also use rgb(233,219,162) instead hex code.

Text Font Color

.myTextColor { color: #E9DBA2; }

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

This text font color is #E9DBA2.


Background Color

.myBgColor { background-color: #E9DBA2; }

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

This div background color is #E9DBA2.


Border color

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

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

This div border color is #E9DBA2.


Opacity

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

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

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

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

This text has shadow with #E9DBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBA2 on black background.


Color preview on white background

This text has color #E9DBA2 on white background.



Black color preview on #E9DBA2 background

This text has black color on #E9DBA2 background.


White color preview on #E9DBA2 background

This text has white color on #E9DBA2 background.