COLOR #E2DDB2

HEX: #E2DDB2
RGB: (226,221,178)

Color info

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

RGB color model

#E2DDB2 color RGB value is (226,221,178).

  • red value is 226;
  • green value is 221;
  • blue value is 178.
RGB:
(226,221,178)
(89%,87%,70%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 178 of 255 = 70%

226
221
178

R + G + B ~ 82%. #E2DDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 178 = 625 (100%)
R 226 of 625 ~ 36.16%
G 221 of 625 ~ 35.36%
B 178 of 625 ~ 28.48%

%36.16
%35.36
%28.48

CMYK color model

#E2DDB2 color CMYK value is (0,2,21,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 21.24%
  • key color value is 11.37%
CMYK:
(0,2,21,11)
C0M2Y21K11 
(0%,2%,21%,11%)
(0.00/0.02/0.21/0.11)	

CMYK percentages

%0
%2.21
%21.24
%11.37

Codes

Color #E2DDB2 in popluar color models

E2DDB2
RGB226221178
HSL54°45.28%79.22%
HSB/HSV54°21.24%88.63%
CMYK0.00%2.21%21.24%
11.37%

Color #E2DDB2 in popluar number systems.

HEXE2DDB2
Decimal226221178
Binary111000101101110110110010
Octal342335262

Shades and tints

Shades of #E2DDB2

#E2DDB2
(226,221,178)
#CEC9A2
(206,201,162)
#BAB592
(186,181,146)
#A6A182
(166,161,130)
#928D72
(146,141,114)
#7E7962
(126,121,98)
#6A6552
(106,101,82)
#565142
(86,81,66)
#423D32
(66,61,50)
#2E2922
(46,41,34)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #E2DDB2

#E2DDB2
(226,221,178)
#E4E0B9
(228,224,185)
#E6E3C0
(230,227,192)
#E8E6C7
(232,230,199)
#EAE9CE
(234,233,206)
#ECECD5
(236,236,213)
#EEEFDC
(238,239,220)
#F0F2E3
(240,242,227)
#F2F5EA
(242,245,234)
#F4F8F1
(244,248,241)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDB2; }

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

This text font color is #E2DDB2.


Background Color

.myBgColor { background-color: #E2DDB2; }

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

This div background color is #E2DDB2.


Border color

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

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

This div border color is #E2DDB2.


Opacity

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

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

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

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

This text has shadow with #E2DDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DDB2 on black background.


Color preview on white background

This text has color #E2DDB2 on white background.



Black color preview on #E2DDB2 background

This text has black color on #E2DDB2 background.


White color preview on #E2DDB2 background

This text has white color on #E2DDB2 background.