COLOR #E2DFDC

HEX: #E2DFDC
RGB: (226,223,220)

Color info

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

RGB color model

#E2DFDC color RGB value is (226,223,220).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 220 of 255 = 86%

226
223
220

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 220 = 669 (100%)
R 226 of 669 ~ 33.78%
G 223 of 669 ~ 33.33%
B 220 of 669 ~ 32.88%

%33.78
%33.33
%32.88

CMYK color model

#E2DFDC color CMYK value is (0,1,3,11).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,1,3,11)
C0M1Y3K11 
(0%,1%,3%,11%)
(0.00/0.01/0.03/0.11)	

CMYK percentages

%0
%1.33
%2.65
%11.37

Codes

Color #E2DFDC in popluar color models

E2DFDC
RGB226223220
HSL30°9.37%87.45%
HSB/HSV30°2.65%88.63%
CMYK0.00%1.33%2.65%
11.37%

Color #E2DFDC in popluar number systems.

HEXE2DFDC
Decimal226223220
Binary111000101101111111011100
Octal342337334

Shades and tints

Shades of #E2DFDC

#E2DFDC
(226,223,220)
#CECBC8
(206,203,200)
#BAB7B4
(186,183,180)
#A6A3A0
(166,163,160)
#928F8C
(146,143,140)
#7E7B78
(126,123,120)
#6A6764
(106,103,100)
#565350
(86,83,80)
#423F3C
(66,63,60)
#2E2B28
(46,43,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #E2DFDC

#E2DFDC
(226,223,220)
#E4E1DF
(228,225,223)
#E6E3E2
(230,227,226)
#E8E5E5
(232,229,229)
#EAE7E8
(234,231,232)
#ECE9EB
(236,233,235)
#EEEBEE
(238,235,238)
#F0EDF1
(240,237,241)
#F2EFF4
(242,239,244)
#F4F1F7
(244,241,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFDC; }

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

This text font color is #E2DFDC.


Background Color

.myBgColor { background-color: #E2DFDC; }

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

This div background color is #E2DFDC.


Border color

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

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

This div border color is #E2DFDC.


Opacity

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

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

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

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

This text has shadow with #E2DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFDC on black background.


Color preview on white background

This text has color #E2DFDC on white background.



Black color preview on #E2DFDC background

This text has black color on #E2DFDC background.


White color preview on #E2DFDC background

This text has white color on #E2DFDC background.