COLOR #E3D6CD

HEX: #E3D6CD
RGB: (227,214,205)

Color info

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

RGB color model

#E3D6CD color RGB value is (227,214,205).

  • red value is 227;
  • green value is 214;
  • blue value is 205.
RGB:
(227,214,205)
(89%,84%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 205 of 255 = 80%

227
214
205

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

Portions of RGB colors in percentages

R + G + B =
227 + 214 + 205 = 646 (100%)
R 227 of 646 ~ 35.14%
G 214 of 646 ~ 33.13%
B 205 of 646 ~ 31.73%

%35.14
%33.13
%31.73

CMYK color model

#E3D6CD color CMYK value is (0,6,10,11).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,6,10,11)
C0M6Y10K11 
(0%,6%,10%,11%)
(0.00/0.06/0.10/0.11)	

CMYK percentages

%0
%5.73
%9.69
%10.98

Codes

Color #E3D6CD in popluar color models

E3D6CD
RGB227214205
HSL25°28.21%84.71%
HSB/HSV25°9.69%89.02%
CMYK0.00%5.73%9.69%
10.98%

Color #E3D6CD in popluar number systems.

HEXE3D6CD
Decimal227214205
Binary111000111101011011001101
Octal343326315

Shades and tints

Shades of #E3D6CD

#E3D6CD
(227,214,205)
#CFC3BB
(207,195,187)
#BBB0A9
(187,176,169)
#A79D97
(167,157,151)
#938A85
(147,138,133)
#7F7773
(127,119,115)
#6B6461
(107,100,97)
#57514F
(87,81,79)
#433E3D
(67,62,61)
#2F2B2B
(47,43,43)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #E3D6CD

#E3D6CD
(227,214,205)
#E5D9D1
(229,217,209)
#E7DCD5
(231,220,213)
#E9DFD9
(233,223,217)
#EBE2DD
(235,226,221)
#EDE5E1
(237,229,225)
#EFE8E5
(239,232,229)
#F1EBE9
(241,235,233)
#F3EEED
(243,238,237)
#F5F1F1
(245,241,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D6CD color. Also use rgb(227,214,205) instead hex code.

Text Font Color

.myTextColor { color: #E3D6CD; }

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

This text font color is #E3D6CD.


Background Color

.myBgColor { background-color: #E3D6CD; }

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

This div background color is #E3D6CD.


Border color

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

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

This div border color is #E3D6CD.


Opacity

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

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

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

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

This text has shadow with #E3D6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D6CD on black background.


Color preview on white background

This text has color #E3D6CD on white background.



Black color preview on #E3D6CD background

This text has black color on #E3D6CD background.


White color preview on #E3D6CD background

This text has white color on #E3D6CD background.