COLOR #E2D69D

HEX: #E2D69D
RGB: (226,214,157)

Color info

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

RGB color model

#E2D69D color RGB value is (226,214,157).

  • red value is 226;
  • green value is 214;
  • blue value is 157.
RGB:
(226,214,157)
(89%,84%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 157 of 255 = 62%

226
214
157

R + G + B ~ 78%. #E2D69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 157 = 597 (100%)
R 226 of 597 ~ 37.86%
G 214 of 597 ~ 35.85%
B 157 of 597 ~ 26.3%

%37.86
%35.85
%26.3

CMYK color model

#E2D69D color CMYK value is (0,5,31,11).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(0,5,31,11)
C0M5Y31K11 
(0%,5%,31%,11%)
(0.00/0.05/0.31/0.11)	

CMYK percentages

%0
%5.31
%30.53
%11.37

Codes

Color #E2D69D in popluar color models

E2D69D
RGB226214157
HSL50°54.33%75.10%
HSB/HSV50°30.53%88.63%
CMYK0.00%5.31%30.53%
11.37%

Color #E2D69D in popluar number systems.

HEXE2D69D
Decimal226214157
Binary111000101101011010011101
Octal342326235

Shades and tints

Shades of #E2D69D

#E2D69D
(226,214,157)
#CEC38F
(206,195,143)
#BAB081
(186,176,129)
#A69D73
(166,157,115)
#928A65
(146,138,101)
#7E7757
(126,119,87)
#6A6449
(106,100,73)
#56513B
(86,81,59)
#423E2D
(66,62,45)
#2E2B1F
(46,43,31)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #E2D69D

#E2D69D
(226,214,157)
#E4D9A5
(228,217,165)
#E6DCAD
(230,220,173)
#E8DFB5
(232,223,181)
#EAE2BD
(234,226,189)
#ECE5C5
(236,229,197)
#EEE8CD
(238,232,205)
#F0EBD5
(240,235,213)
#F2EEDD
(242,238,221)
#F4F1E5
(244,241,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D69D color. Also use rgb(226,214,157) instead hex code.

Text Font Color

.myTextColor { color: #E2D69D; }

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

This text font color is #E2D69D.


Background Color

.myBgColor { background-color: #E2D69D; }

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

This div background color is #E2D69D.


Border color

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

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

This div border color is #E2D69D.


Opacity

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

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

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

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

This text has shadow with #E2D69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D69D on black background.


Color preview on white background

This text has color #E2D69D on white background.



Black color preview on #E2D69D background

This text has black color on #E2D69D background.


White color preview on #E2D69D background

This text has white color on #E2D69D background.