COLOR #E2DDA7

HEX: #E2DDA7 RGB: (226,221,167)

Color info

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

RGB color model

#E2DDA7 color RGB value is (226,221,167).

RGB: (226,221,167) (89%, 87%, 65%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 167 of 255 = 65%

226
221
167

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

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 167 = 614 (100%)
R 226 of 614 ~ 36.81%
G 221 of 614 ~ 35.99%
B 167 of 614 ~ 27.2'%

%36.81
%35.99
%27.2

CMYK color model

#E2DDA7 color CMYK value is (0,2,26,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 26.11%
  • key color value is 11.37%

CMYK: (0,2,26,11)
C0M2Y26K11 (0%, 2%, 26%, 11%)
(0.00 / 0.02 / 0.26 / 0.11)

CMYK percentages

%0
%2.21
%26.11
%11.37

Codes

Color #E2DDA7 in popluar color models

E2 DD A7
RGB 226 221 167
HSL 55° 50.43% 77.06%
HSB/HSV 55° 26.11% 88.63%
CMYK 0.00% 2.21% 26.11%
11.37%

Color #E2DDA7 in popluar number systems.

HEX E2 DD A7
Decimal 226 221 167
Binary 11100010 11011101 10100111
Octal 342 335 247

Shades and tints

Shades of #E2DDA7

#E2DDA7
(226,221,167)
#CEC998
(206,201,152)
#BAB589
(186,181,137)
#A6A17A
(166,161,122)
#928D6B
(146,141,107)
#7E795C
(126,121,92)
#6A654D
(106,101,77)
#56513E
(86,81,62)
#423D2F
(66,61,47)
#2E2920
(46,41,32)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2DDA7

#E2DDA7
(226,221,167)
#E4E0AF
(228,224,175)
#E6E3B7
(230,227,183)
#E8E6BF
(232,230,191)
#EAE9C7
(234,233,199)
#ECECCF
(236,236,207)
#EEEFD7
(238,239,215)
#F0F2DF
(240,242,223)
#F2F5E7
(242,245,231)
#F4F8EF
(244,248,239)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DDA7 color. Also use rgb(226,221,167) instead hex code.

Text Font Color

.myTextColor { color: #E2DDA7; }

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

This text font color is #E2DDA7.

Background Color

.myBgColor { background-color: #E2DDA7; }

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

This div background color is #E2DDA7.

Border color

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

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

This div border color is #E2DDA7.

Opacity

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

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

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

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

This text has shadow with #E2DDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDA7.

Preview

Color preview on black background

This text has color #E2DDA7 on black background.


Color preview on white background

This text has color #E2DDA7 on white background.


Black color preview on #E2DDA7 background

This text has black color on #E2DDA7 background.


White color preview on #E2DDA7 background

This text has white color on #E2DDA7 background.


Related colors

Complementary color

Complementary color for #hex is #1D2258.


I love getcolorcode.com

Triadic colors

1 #A7E2DD and #DDA7E2 with #E2DDA7 are triadic colors.

2 #A7DDE2 and #DDE2A7 with #E2DDA7 are triadic colors.