COLOR #E2D9DC

HEX: #E2D9DC
RGB: (226,217,220)

Color info

#E2D9DC contains red, green and blue colors in about the same proportion. Web safe color of #E2D9DC is #CCCCCC (or #CCC).

RGB color model

#E2D9DC color RGB value is (226,217,220).

  • red value is 226;
  • green value is 217;
  • blue value is 220.
RGB:
(226,217,220)
(89%,85%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 217 of 255 = 85%
B 220 of 255 = 86%

226
217
220

R + G + B ~ 87%. #E2D9DC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 217 + 220 = 663 (100%)
R 226 of 663 ~ 34.09%
G 217 of 663 ~ 32.73%
B 220 of 663 ~ 33.18%

%34.09
%32.73
%33.18

CMYK color model

#E2D9DC color CMYK value is (0,4,3,11).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,4,3,11)
C0M4Y3K11 
(0%,4%,3%,11%)
(0.00/0.04/0.03/0.11)	

CMYK percentages

%0
%3.98
%2.65
%11.37

Codes

Color #E2D9DC in popluar color models

E2D9DC
RGB226217220
HSL340°13.43%86.86%
HSB/HSV340°3.98%88.63%
CMYK0.00%3.98%2.65%
11.37%

Color #E2D9DC in popluar number systems.

HEXE2D9DC
Decimal226217220
Binary111000101101100111011100
Octal342331334

Shades and tints

Shades of #E2D9DC

#E2D9DC
(226,217,220)
#CEC6C8
(206,198,200)
#BAB3B4
(186,179,180)
#A6A0A0
(166,160,160)
#928D8C
(146,141,140)
#7E7A78
(126,122,120)
#6A6764
(106,103,100)
#565450
(86,84,80)
#42413C
(66,65,60)
#2E2E28
(46,46,40)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #E2D9DC

#E2D9DC
(226,217,220)
#E4DCDF
(228,220,223)
#E6DFE2
(230,223,226)
#E8E2E5
(232,226,229)
#EAE5E8
(234,229,232)
#ECE8EB
(236,232,235)
#EEEBEE
(238,235,238)
#F0EEF1
(240,238,241)
#F2F1F4
(242,241,244)
#F4F4F7
(244,244,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D9DC color. Also use rgb(226,217,220) instead hex code.

Text Font Color

.myTextColor { color: #E2D9DC; }

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

This text font color is #E2D9DC.


Background Color

.myBgColor { background-color: #E2D9DC; }

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

This div background color is #E2D9DC.


Border color

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

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

This div border color is #E2D9DC.


Opacity

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

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

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

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

This text has shadow with #E2D9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D9DC on black background.


Color preview on white background

This text has color #E2D9DC on white background.



Black color preview on #E2D9DC background

This text has black color on #E2D9DC background.


White color preview on #E2D9DC background

This text has white color on #E2D9DC background.