COLOR #E3D1CD

HEX: #E3D1CD
RGB: (227,209,205)

Color info

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

RGB color model

#E3D1CD color RGB value is (227,209,205).

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

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 205 of 255 = 80%

227
209
205

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

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 205 = 641 (100%)
R 227 of 641 ~ 35.41%
G 209 of 641 ~ 32.61%
B 205 of 641 ~ 31.98%

%35.41
%32.61
%31.98

CMYK color model

#E3D1CD color CMYK value is (0,8,10,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,8,10,11)
C0M8Y10K11 
(0%,8%,10%,11%)
(0.00/0.08/0.10/0.11)	

CMYK percentages

%0
%7.93
%9.69
%10.98

Codes

Color #E3D1CD in popluar color models

E3D1CD
RGB227209205
HSL11°28.21%84.71%
HSB/HSV11°9.69%89.02%
CMYK0.00%7.93%9.69%
10.98%

Color #E3D1CD in popluar number systems.

HEXE3D1CD
Decimal227209205
Binary111000111101000111001101
Octal343321315

Shades and tints

Shades of #E3D1CD

#E3D1CD
(227,209,205)
#CFBEBB
(207,190,187)
#BBABA9
(187,171,169)
#A79897
(167,152,151)
#938585
(147,133,133)
#7F7273
(127,114,115)
#6B5F61
(107,95,97)
#574C4F
(87,76,79)
#43393D
(67,57,61)
#2F262B
(47,38,43)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E3D1CD

#E3D1CD
(227,209,205)
#E5D5D1
(229,213,209)
#E7D9D5
(231,217,213)
#E9DDD9
(233,221,217)
#EBE1DD
(235,225,221)
#EDE5E1
(237,229,225)
#EFE9E5
(239,233,229)
#F1EDE9
(241,237,233)
#F3F1ED
(243,241,237)
#F5F5F1
(245,245,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D1CD; }

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

This text font color is #E3D1CD.


Background Color

.myBgColor { background-color: #E3D1CD; }

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

This div background color is #E3D1CD.


Border color

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

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

This div border color is #E3D1CD.


Opacity

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

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

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

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

This text has shadow with #E3D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1CD on black background.


Color preview on white background

This text has color #E3D1CD on white background.



Black color preview on #E3D1CD background

This text has black color on #E3D1CD background.


White color preview on #E3D1CD background

This text has white color on #E3D1CD background.