COLOR #E8D1CE

HEX: #E8D1CE
RGB: (232,209,206)

Color info

#E8D1CE contains red, green and blue colors in about the same proportion. Web safe color of #E8D1CE is #FFCCCC (or #FCC).

RGB color model

#E8D1CE color RGB value is (232,209,206).

  • red value is 232;
  • green value is 209;
  • blue value is 206.
RGB:
(232,209,206)
(91%,82%,81%)

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 206 of 255 = 81%

232
209
206

R + G + B ~ 85%. #E8D1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 209 + 206 = 647 (100%)
R 232 of 647 ~ 35.86%
G 209 of 647 ~ 32.3%
B 206 of 647 ~ 31.84%

%35.86
%32.3
%31.84

CMYK color model

#E8D1CE color CMYK value is (0,10,11,9).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(0,10,11,9)
C0M10Y11K9 
(0%,10%,11%,9%)
(0.00/0.10/0.11/0.09)	

CMYK percentages

%0
%9.91
%11.21
%9.02

Codes

Color #E8D1CE in popluar color models

E8D1CE
RGB232209206
HSL36.11%85.88%
HSB/HSV11.21%90.98%
CMYK0.00%9.91%11.21%
9.02%

Color #E8D1CE in popluar number systems.

HEXE8D1CE
Decimal232209206
Binary111010001101000111001110
Octal350321316

Shades and tints

Shades of #E8D1CE

#E8D1CE
(232,209,206)
#D3BEBC
(211,190,188)
#BEABAA
(190,171,170)
#A99898
(169,152,152)
#948586
(148,133,134)
#7F7274
(127,114,116)
#6A5F62
(106,95,98)
#554C50
(85,76,80)
#40393E
(64,57,62)
#2B262C
(43,38,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #E8D1CE

#E8D1CE
(232,209,206)
#EAD5D2
(234,213,210)
#ECD9D6
(236,217,214)
#EEDDDA
(238,221,218)
#F0E1DE
(240,225,222)
#F2E5E2
(242,229,226)
#F4E9E6
(244,233,230)
#F6EDEA
(246,237,234)
#F8F1EE
(248,241,238)
#FAF5F2
(250,245,242)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D1CE color. Also use rgb(232,209,206) instead hex code.

Text Font Color

.myTextColor { color: #E8D1CE; }

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

This text font color is #E8D1CE.


Background Color

.myBgColor { background-color: #E8D1CE; }

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

This div background color is #E8D1CE.


Border color

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

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

This div border color is #E8D1CE.


Opacity

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

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

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

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

This text has shadow with #E8D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D1CE on black background.


Color preview on white background

This text has color #E8D1CE on white background.



Black color preview on #E8D1CE background

This text has black color on #E8D1CE background.


White color preview on #E8D1CE background

This text has white color on #E8D1CE background.