COLOR #E2D7A1

HEX: #E2D7A1
RGB: (226,215,161)

Color info

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

RGB color model

#E2D7A1 color RGB value is (226,215,161).

  • red value is 226;
  • green value is 215;
  • blue value is 161.
RGB:
(226,215,161)
(89%,84%,63%)

RGB channels and saturation

R 226 of 255 = 89%
G 215 of 255 = 84%
B 161 of 255 = 63%

226
215
161

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

Portions of RGB colors in percentages

R + G + B =
226 + 215 + 161 = 602 (100%)
R 226 of 602 ~ 37.54%
G 215 of 602 ~ 35.71%
B 161 of 602 ~ 26.74%

%37.54
%35.71
%26.74

CMYK color model

#E2D7A1 color CMYK value is (0,5,29,11).

  • cyan value is 0.00%
  • magenta value is 4.87%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(0,5,29,11)
C0M5Y29K11 
(0%,5%,29%,11%)
(0.00/0.05/0.29/0.11)	

CMYK percentages

%0
%4.87
%28.76
%11.37

Codes

Color #E2D7A1 in popluar color models

E2D7A1
RGB226215161
HSL50°52.85%75.88%
HSB/HSV50°28.76%88.63%
CMYK0.00%4.87%28.76%
11.37%

Color #E2D7A1 in popluar number systems.

HEXE2D7A1
Decimal226215161
Binary111000101101011110100001
Octal342327241

Shades and tints

Shades of #E2D7A1

#E2D7A1
(226,215,161)
#CEC493
(206,196,147)
#BAB185
(186,177,133)
#A69E77
(166,158,119)
#928B69
(146,139,105)
#7E785B
(126,120,91)
#6A654D
(106,101,77)
#56523F
(86,82,63)
#423F31
(66,63,49)
#2E2C23
(46,44,35)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #E2D7A1

#E2D7A1
(226,215,161)
#E4DAA9
(228,218,169)
#E6DDB1
(230,221,177)
#E8E0B9
(232,224,185)
#EAE3C1
(234,227,193)
#ECE6C9
(236,230,201)
#EEE9D1
(238,233,209)
#F0ECD9
(240,236,217)
#F2EFE1
(242,239,225)
#F4F2E9
(244,242,233)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D7A1 color. Also use rgb(226,215,161) instead hex code.

Text Font Color

.myTextColor { color: #E2D7A1; }

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

This text font color is #E2D7A1.


Background Color

.myBgColor { background-color: #E2D7A1; }

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

This div background color is #E2D7A1.


Border color

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

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

This div border color is #E2D7A1.


Opacity

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

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

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

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

This text has shadow with #E2D7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D7A1 on black background.


Color preview on white background

This text has color #E2D7A1 on white background.



Black color preview on #E2D7A1 background

This text has black color on #E2D7A1 background.


White color preview on #E2D7A1 background

This text has white color on #E2D7A1 background.