COLOR #E1DBA2

HEX: #E1DBA2
RGB: (225,219,162)

Color info

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

RGB color model

#E1DBA2 color RGB value is (225,219,162).

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

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 162 of 255 = 64%

225
219
162

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 162 = 606 (100%)
R 225 of 606 ~ 37.13%
G 219 of 606 ~ 36.14%
B 162 of 606 ~ 26.73%

%37.13
%36.14
%26.73

CMYK color model

#E1DBA2 color CMYK value is (0,3,28,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 28.00%
  • key color value is 11.76%
CMYK:
(0,3,28,12)
C0M3Y28K12 
(0%,3%,28%,12%)
(0.00/0.03/0.28/0.12)	

CMYK percentages

%0
%2.67
%28
%11.76

Codes

Color #E1DBA2 in popluar color models

E1DBA2
RGB225219162
HSL54°51.22%75.88%
HSB/HSV54°28.00%88.24%
CMYK0.00%2.67%28.00%
11.76%

Color #E1DBA2 in popluar number systems.

HEXE1DBA2
Decimal225219162
Binary111000011101101110100010
Octal341333242

Shades and tints

Shades of #E1DBA2

#E1DBA2
(225,219,162)
#CDC894
(205,200,148)
#B9B586
(185,181,134)
#A5A278
(165,162,120)
#918F6A
(145,143,106)
#7D7C5C
(125,124,92)
#69694E
(105,105,78)
#555640
(85,86,64)
#414332
(65,67,50)
#2D3024
(45,48,36)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #E1DBA2

#E1DBA2
(225,219,162)
#E3DEAA
(227,222,170)
#E5E1B2
(229,225,178)
#E7E4BA
(231,228,186)
#E9E7C2
(233,231,194)
#EBEACA
(235,234,202)
#EDEDD2
(237,237,210)
#EFF0DA
(239,240,218)
#F1F3E2
(241,243,226)
#F3F6EA
(243,246,234)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBA2; }

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

This text font color is #E1DBA2.


Background Color

.myBgColor { background-color: #E1DBA2; }

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

This div background color is #E1DBA2.


Border color

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

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

This div border color is #E1DBA2.


Opacity

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

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

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

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

This text has shadow with #E1DBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBA2 on black background.


Color preview on white background

This text has color #E1DBA2 on white background.



Black color preview on #E1DBA2 background

This text has black color on #E1DBA2 background.


White color preview on #E1DBA2 background

This text has white color on #E1DBA2 background.