COLOR #E3DCD1

HEX: #E3DCD1
RGB: (227,220,209)

Color info

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

RGB color model

#E3DCD1 color RGB value is (227,220,209).

  • red value is 227;
  • green value is 220;
  • blue value is 209.
RGB:
(227,220,209)
(89%,86%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 209 of 255 = 82%

227
220
209

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 209 = 656 (100%)
R 227 of 656 ~ 34.6%
G 220 of 656 ~ 33.54%
B 209 of 656 ~ 31.86%

%34.6
%33.54
%31.86

CMYK color model

#E3DCD1 color CMYK value is (0,3,8,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(0,3,8,11)
C0M3Y8K11 
(0%,3%,8%,11%)
(0.00/0.03/0.08/0.11)	

CMYK percentages

%0
%3.08
%7.93
%10.98

Codes

Color #E3DCD1 in popluar color models

E3DCD1
RGB227220209
HSL37°24.32%85.49%
HSB/HSV37°7.93%89.02%
CMYK0.00%3.08%7.93%
10.98%

Color #E3DCD1 in popluar number systems.

HEXE3DCD1
Decimal227220209
Binary111000111101110011010001
Octal343334321

Shades and tints

Shades of #E3DCD1

#E3DCD1
(227,220,209)
#CFC8BE
(207,200,190)
#BBB4AB
(187,180,171)
#A7A098
(167,160,152)
#938C85
(147,140,133)
#7F7872
(127,120,114)
#6B645F
(107,100,95)
#57504C
(87,80,76)
#433C39
(67,60,57)
#2F2826
(47,40,38)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E3DCD1

#E3DCD1
(227,220,209)
#E5DFD5
(229,223,213)
#E7E2D9
(231,226,217)
#E9E5DD
(233,229,221)
#EBE8E1
(235,232,225)
#EDEBE5
(237,235,229)
#EFEEE9
(239,238,233)
#F1F1ED
(241,241,237)
#F3F4F1
(243,244,241)
#F5F7F5
(245,247,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DCD1 color. Also use rgb(227,220,209) instead hex code.

Text Font Color

.myTextColor { color: #E3DCD1; }

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

This text font color is #E3DCD1.


Background Color

.myBgColor { background-color: #E3DCD1; }

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

This div background color is #E3DCD1.


Border color

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

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

This div border color is #E3DCD1.


Opacity

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

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

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

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

This text has shadow with #E3DCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCD1 on black background.


Color preview on white background

This text has color #E3DCD1 on white background.



Black color preview on #E3DCD1 background

This text has black color on #E3DCD1 background.


White color preview on #E3DCD1 background

This text has white color on #E3DCD1 background.