COLOR #E2D1AD

HEX: #E2D1AD
RGB: (226,209,173)

Color info

#E2D1AD contains red, green and blue colors in about the same proportion. Web safe color of #E2D1AD is #CCCC99 (or #CC9).

RGB color model

#E2D1AD color RGB value is (226,209,173).

  • red value is 226;
  • green value is 209;
  • blue value is 173.
RGB:
(226,209,173)
(89%,82%,68%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 173 of 255 = 68%

226
209
173

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

Portions of RGB colors in percentages

R + G + B =
226 + 209 + 173 = 608 (100%)
R 226 of 608 ~ 37.17%
G 209 of 608 ~ 34.38%
B 173 of 608 ~ 28.45%

%37.17
%34.38
%28.45

CMYK color model

#E2D1AD color CMYK value is (0,8,23,11).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(0,8,23,11)
C0M8Y23K11 
(0%,8%,23%,11%)
(0.00/0.08/0.23/0.11)	

CMYK percentages

%0
%7.52
%23.45
%11.37

Codes

Color #E2D1AD in popluar color models

E2D1AD
RGB226209173
HSL41°47.75%78.24%
HSB/HSV41°23.45%88.63%
CMYK0.00%7.52%23.45%
11.37%

Color #E2D1AD in popluar number systems.

HEXE2D1AD
Decimal226209173
Binary111000101101000110101101
Octal342321255

Shades and tints

Shades of #E2D1AD

#E2D1AD
(226,209,173)
#CEBE9E
(206,190,158)
#BAAB8F
(186,171,143)
#A69880
(166,152,128)
#928571
(146,133,113)
#7E7262
(126,114,98)
#6A5F53
(106,95,83)
#564C44
(86,76,68)
#423935
(66,57,53)
#2E2626
(46,38,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E2D1AD

#E2D1AD
(226,209,173)
#E4D5B4
(228,213,180)
#E6D9BB
(230,217,187)
#E8DDC2
(232,221,194)
#EAE1C9
(234,225,201)
#ECE5D0
(236,229,208)
#EEE9D7
(238,233,215)
#F0EDDE
(240,237,222)
#F2F1E5
(242,241,229)
#F4F5EC
(244,245,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D1AD color. Also use rgb(226,209,173) instead hex code.

Text Font Color

.myTextColor { color: #E2D1AD; }

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

This text font color is #E2D1AD.


Background Color

.myBgColor { background-color: #E2D1AD; }

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

This div background color is #E2D1AD.


Border color

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

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

This div border color is #E2D1AD.


Opacity

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

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

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

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

This text has shadow with #E2D1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D1AD on black background.


Color preview on white background

This text has color #E2D1AD on white background.



Black color preview on #E2D1AD background

This text has black color on #E2D1AD background.


White color preview on #E2D1AD background

This text has white color on #E2D1AD background.