COLOR #E2D2AE

HEX: #E2D2AE
RGB: (226,210,174)

Color info

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

RGB color model

#E2D2AE color RGB value is (226,210,174).

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

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 174 of 255 = 68%

226
210
174

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

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 174 = 610 (100%)
R 226 of 610 ~ 37.05%
G 210 of 610 ~ 34.43%
B 174 of 610 ~ 28.52%

%37.05
%34.43
%28.52

CMYK color model

#E2D2AE color CMYK value is (0,7,23,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 23.01%
  • key color value is 11.37%
CMYK:
(0,7,23,11)
C0M7Y23K11 
(0%,7%,23%,11%)
(0.00/0.07/0.23/0.11)	

CMYK percentages

%0
%7.08
%23.01
%11.37

Codes

Color #E2D2AE in popluar color models

E2D2AE
RGB226210174
HSL42°47.27%78.43%
HSB/HSV42°23.01%88.63%
CMYK0.00%7.08%23.01%
11.37%

Color #E2D2AE in popluar number systems.

HEXE2D2AE
Decimal226210174
Binary111000101101001010101110
Octal342322256

Shades and tints

Shades of #E2D2AE

#E2D2AE
(226,210,174)
#CEBF9F
(206,191,159)
#BAAC90
(186,172,144)
#A69981
(166,153,129)
#928672
(146,134,114)
#7E7363
(126,115,99)
#6A6054
(106,96,84)
#564D45
(86,77,69)
#423A36
(66,58,54)
#2E2727
(46,39,39)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #E2D2AE

#E2D2AE
(226,210,174)
#E4D6B5
(228,214,181)
#E6DABC
(230,218,188)
#E8DEC3
(232,222,195)
#EAE2CA
(234,226,202)
#ECE6D1
(236,230,209)
#EEEAD8
(238,234,216)
#F0EEDF
(240,238,223)
#F2F2E6
(242,242,230)
#F4F6ED
(244,246,237)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D2AE color. Also use rgb(226,210,174) instead hex code.

Text Font Color

.myTextColor { color: #E2D2AE; }

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

This text font color is #E2D2AE.


Background Color

.myBgColor { background-color: #E2D2AE; }

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

This div background color is #E2D2AE.


Border color

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

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

This div border color is #E2D2AE.


Opacity

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

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

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

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

This text has shadow with #E2D2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D2AE on black background.


Color preview on white background

This text has color #E2D2AE on white background.



Black color preview on #E2D2AE background

This text has black color on #E2D2AE background.


White color preview on #E2D2AE background

This text has white color on #E2D2AE background.