COLOR #E2D8DC

HEX: #E2D8DC
RGB: (226,216,220)

Color info

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

RGB color model

#E2D8DC color RGB value is (226,216,220).

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

RGB channels and saturation

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

226
216
220

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

Portions of RGB colors in percentages

R + G + B =
226 + 216 + 220 = 662 (100%)
R 226 of 662 ~ 34.14%
G 216 of 662 ~ 32.63%
B 220 of 662 ~ 33.23%

%34.14
%32.63
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • 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
%4.42
%2.65
%11.37

Codes

Color #E2D8DC in popluar color models

E2D8DC
RGB226216220
HSL336°14.71%86.67%
HSB/HSV336°4.42%88.63%
CMYK0.00%4.42%2.65%
11.37%

Color #E2D8DC in popluar number systems.

HEXE2D8DC
Decimal226216220
Binary111000101101100011011100
Octal342330334

Shades and tints

Shades of #E2D8DC

#E2D8DC
(226,216,220)
#CEC5C8
(206,197,200)
#BAB2B4
(186,178,180)
#A69FA0
(166,159,160)
#928C8C
(146,140,140)
#7E7978
(126,121,120)
#6A6664
(106,102,100)
#565350
(86,83,80)
#42403C
(66,64,60)
#2E2D28
(46,45,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2D8DC

#E2D8DC
(226,216,220)
#E4DBDF
(228,219,223)
#E6DEE2
(230,222,226)
#E8E1E5
(232,225,229)
#EAE4E8
(234,228,232)
#ECE7EB
(236,231,235)
#EEEAEE
(238,234,238)
#F0EDF1
(240,237,241)
#F2F0F4
(242,240,244)
#F4F3F7
(244,243,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D8DC; }

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

This text font color is #E2D8DC.


Background Color

.myBgColor { background-color: #E2D8DC; }

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

This div background color is #E2D8DC.


Border color

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

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

This div border color is #E2D8DC.


Opacity

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

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

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

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

This text has shadow with #E2D8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D8DC on black background.


Color preview on white background

This text has color #E2D8DC on white background.



Black color preview on #E2D8DC background

This text has black color on #E2D8DC background.


White color preview on #E2D8DC background

This text has white color on #E2D8DC background.