COLOR #E3D4CE

HEX: #E3D4CE
RGB: (227,212,206)

Color info

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

RGB color model

#E3D4CE color RGB value is (227,212,206).

  • red value is 227;
  • green value is 212;
  • blue value is 206.
RGB:
(227,212,206)
(89%,83%,81%)

RGB channels and saturation

R 227 of 255 = 89%
G 212 of 255 = 83%
B 206 of 255 = 81%

227
212
206

R + G + B ~ 84%. #E3D4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 212 + 206 = 645 (100%)
R 227 of 645 ~ 35.19%
G 212 of 645 ~ 32.87%
B 206 of 645 ~ 31.94%

%35.19
%32.87
%31.94

CMYK color model

#E3D4CE color CMYK value is (0,7,9,11).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,7,9,11)
C0M7Y9K11 
(0%,7%,9%,11%)
(0.00/0.07/0.09/0.11)	

CMYK percentages

%0
%6.61
%9.25
%10.98

Codes

Color #E3D4CE in popluar color models

E3D4CE
RGB227212206
HSL17°27.27%84.90%
HSB/HSV17°9.25%89.02%
CMYK0.00%6.61%9.25%
10.98%

Color #E3D4CE in popluar number systems.

HEXE3D4CE
Decimal227212206
Binary111000111101010011001110
Octal343324316

Shades and tints

Shades of #E3D4CE

#E3D4CE
(227,212,206)
#CFC1BC
(207,193,188)
#BBAEAA
(187,174,170)
#A79B98
(167,155,152)
#938886
(147,136,134)
#7F7574
(127,117,116)
#6B6262
(107,98,98)
#574F50
(87,79,80)
#433C3E
(67,60,62)
#2F292C
(47,41,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #E3D4CE

#E3D4CE
(227,212,206)
#E5D7D2
(229,215,210)
#E7DAD6
(231,218,214)
#E9DDDA
(233,221,218)
#EBE0DE
(235,224,222)
#EDE3E2
(237,227,226)
#EFE6E6
(239,230,230)
#F1E9EA
(241,233,234)
#F3ECEE
(243,236,238)
#F5EFF2
(245,239,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D4CE color. Also use rgb(227,212,206) instead hex code.

Text Font Color

.myTextColor { color: #E3D4CE; }

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

This text font color is #E3D4CE.


Background Color

.myBgColor { background-color: #E3D4CE; }

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

This div background color is #E3D4CE.


Border color

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

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

This div border color is #E3D4CE.


Opacity

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

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

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

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

This text has shadow with #E3D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D4CE on black background.


Color preview on white background

This text has color #E3D4CE on white background.



Black color preview on #E3D4CE background

This text has black color on #E3D4CE background.


White color preview on #E3D4CE background

This text has white color on #E3D4CE background.