COLOR #E8DCC8

HEX: #E8DCC8
RGB: (232,220,200)

Color info

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

RGB color model

#E8DCC8 color RGB value is (232,220,200).

  • red value is 232;
  • green value is 220;
  • blue value is 200.
RGB:
(232,220,200)
(91%,86%,78%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 200 of 255 = 78%

232
220
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 220 + 200 = 652 (100%)
R 232 of 652 ~ 35.58%
G 220 of 652 ~ 33.74%
B 200 of 652 ~ 30.67%

%35.58
%33.74
%30.67

CMYK color model

#E8DCC8 color CMYK value is (0,5,14,9).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,5,14,9)
C0M5Y14K9 
(0%,5%,14%,9%)
(0.00/0.05/0.14/0.09)	

CMYK percentages

%0
%5.17
%13.79
%9.02

Codes

Color #E8DCC8 in popluar color models

E8DCC8
RGB232220200
HSL38°41.03%84.71%
HSB/HSV38°13.79%90.98%
CMYK0.00%5.17%13.79%
9.02%

Color #E8DCC8 in popluar number systems.

HEXE8DCC8
Decimal232220200
Binary111010001101110011001000
Octal350334310

Shades and tints

Shades of #E8DCC8

#E8DCC8
(232,220,200)
#D3C8B6
(211,200,182)
#BEB4A4
(190,180,164)
#A9A092
(169,160,146)
#948C80
(148,140,128)
#7F786E
(127,120,110)
#6A645C
(106,100,92)
#55504A
(85,80,74)
#403C38
(64,60,56)
#2B2826
(43,40,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #E8DCC8

#E8DCC8
(232,220,200)
#EADFCD
(234,223,205)
#ECE2D2
(236,226,210)
#EEE5D7
(238,229,215)
#F0E8DC
(240,232,220)
#F2EBE1
(242,235,225)
#F4EEE6
(244,238,230)
#F6F1EB
(246,241,235)
#F8F4F0
(248,244,240)
#FAF7F5
(250,247,245)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DCC8 color. Also use rgb(232,220,200) instead hex code.

Text Font Color

.myTextColor { color: #E8DCC8; }

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

This text font color is #E8DCC8.


Background Color

.myBgColor { background-color: #E8DCC8; }

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

This div background color is #E8DCC8.


Border color

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

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

This div border color is #E8DCC8.


Opacity

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

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

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

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

This text has shadow with #E8DCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DCC8 on black background.


Color preview on white background

This text has color #E8DCC8 on white background.



Black color preview on #E8DCC8 background

This text has black color on #E8DCC8 background.


White color preview on #E8DCC8 background

This text has white color on #E8DCC8 background.