COLOR #E2DCD3

HEX: #E2DCD3
RGB: (226,220,211)

Color info

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

RGB color model

#E2DCD3 color RGB value is (226,220,211).

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

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 211 of 255 = 83%

226
220
211

R + G + B ~ 86%. #E2DCD3 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 211 = 657 (100%)
R 226 of 657 ~ 34.4%
G 220 of 657 ~ 33.49%
B 211 of 657 ~ 32.12%

%34.4
%33.49
%32.12

CMYK color model

#E2DCD3 color CMYK value is (0,3,7,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 6.64%
  • key color value is 11.37%
CMYK:
(0,3,7,11)
C0M3Y7K11 
(0%,3%,7%,11%)
(0.00/0.03/0.07/0.11)	

CMYK percentages

%0
%2.65
%6.64
%11.37

Codes

Color #E2DCD3 in popluar color models

E2DCD3
RGB226220211
HSL36°20.55%85.69%
HSB/HSV36°6.64%88.63%
CMYK0.00%2.65%6.64%
11.37%

Color #E2DCD3 in popluar number systems.

HEXE2DCD3
Decimal226220211
Binary111000101101110011010011
Octal342334323

Shades and tints

Shades of #E2DCD3

#E2DCD3
(226,220,211)
#CEC8C0
(206,200,192)
#BAB4AD
(186,180,173)
#A6A09A
(166,160,154)
#928C87
(146,140,135)
#7E7874
(126,120,116)
#6A6461
(106,100,97)
#56504E
(86,80,78)
#423C3B
(66,60,59)
#2E2828
(46,40,40)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #E2DCD3

#E2DCD3
(226,220,211)
#E4DFD7
(228,223,215)
#E6E2DB
(230,226,219)
#E8E5DF
(232,229,223)
#EAE8E3
(234,232,227)
#ECEBE7
(236,235,231)
#EEEEEB
(238,238,235)
#F0F1EF
(240,241,239)
#F2F4F3
(242,244,243)
#F4F7F7
(244,247,247)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DCD3; }

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

This text font color is #E2DCD3.


Background Color

.myBgColor { background-color: #E2DCD3; }

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

This div background color is #E2DCD3.


Border color

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

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

This div border color is #E2DCD3.


Opacity

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

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

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

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

This text has shadow with #E2DCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCD3 on black background.


Color preview on white background

This text has color #E2DCD3 on white background.



Black color preview on #E2DCD3 background

This text has black color on #E2DCD3 background.


White color preview on #E2DCD3 background

This text has white color on #E2DCD3 background.