COLOR #E3D4CD

HEX: #E3D4CD
RGB: (227,212,205)

Color info

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

RGB color model

#E3D4CD color RGB value is (227,212,205).

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

RGB channels and saturation

R 227 of 255 = 89%
G 212 of 255 = 83%
B 205 of 255 = 80%

227
212
205

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

Portions of RGB colors in percentages

R + G + B =
227 + 212 + 205 = 644 (100%)
R 227 of 644 ~ 35.25%
G 212 of 644 ~ 32.92%
B 205 of 644 ~ 31.83%

%35.25
%32.92
%31.83

CMYK color model

#E3D4CD color CMYK value is (0,7,10,11).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,7,10,11)
C0M7Y10K11 
(0%,7%,10%,11%)
(0.00/0.07/0.10/0.11)	

CMYK percentages

%0
%6.61
%9.69
%10.98

Codes

Color #E3D4CD in popluar color models

E3D4CD
RGB227212205
HSL19°28.21%84.71%
HSB/HSV19°9.69%89.02%
CMYK0.00%6.61%9.69%
10.98%

Color #E3D4CD in popluar number systems.

HEXE3D4CD
Decimal227212205
Binary111000111101010011001101
Octal343324315

Shades and tints

Shades of #E3D4CD

#E3D4CD
(227,212,205)
#CFC1BB
(207,193,187)
#BBAEA9
(187,174,169)
#A79B97
(167,155,151)
#938885
(147,136,133)
#7F7573
(127,117,115)
#6B6261
(107,98,97)
#574F4F
(87,79,79)
#433C3D
(67,60,61)
#2F292B
(47,41,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3D4CD

#E3D4CD
(227,212,205)
#E5D7D1
(229,215,209)
#E7DAD5
(231,218,213)
#E9DDD9
(233,221,217)
#EBE0DD
(235,224,221)
#EDE3E1
(237,227,225)
#EFE6E5
(239,230,229)
#F1E9E9
(241,233,233)
#F3ECED
(243,236,237)
#F5EFF1
(245,239,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D4CD; }

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

This text font color is #E3D4CD.


Background Color

.myBgColor { background-color: #E3D4CD; }

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

This div background color is #E3D4CD.


Border color

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

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

This div border color is #E3D4CD.


Opacity

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

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

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

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

This text has shadow with #E3D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D4CD on black background.


Color preview on white background

This text has color #E3D4CD on white background.



Black color preview on #E3D4CD background

This text has black color on #E3D4CD background.


White color preview on #E3D4CD background

This text has white color on #E3D4CD background.