COLOR #E8D3CC

HEX: #E8D3CC
RGB: (232,211,204)

Color info

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

RGB color model

#E8D3CC color RGB value is (232,211,204).

  • red value is 232;
  • green value is 211;
  • blue value is 204.
RGB:
(232,211,204)
(91%,83%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 211 of 255 = 83%
B 204 of 255 = 80%

232
211
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 211 + 204 = 647 (100%)
R 232 of 647 ~ 35.86%
G 211 of 647 ~ 32.61%
B 204 of 647 ~ 31.53%

%35.86
%32.61
%31.53

CMYK color model

#E8D3CC color CMYK value is (0,9,12,9).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,9,12,9)
C0M9Y12K9 
(0%,9%,12%,9%)
(0.00/0.09/0.12/0.09)	

CMYK percentages

%0
%9.05
%12.07
%9.02

Codes

Color #E8D3CC in popluar color models

E8D3CC
RGB232211204
HSL15°37.84%85.49%
HSB/HSV15°12.07%90.98%
CMYK0.00%9.05%12.07%
9.02%

Color #E8D3CC in popluar number systems.

HEXE8D3CC
Decimal232211204
Binary111010001101001111001100
Octal350323314

Shades and tints

Shades of #E8D3CC

#E8D3CC
(232,211,204)
#D3C0BA
(211,192,186)
#BEADA8
(190,173,168)
#A99A96
(169,154,150)
#948784
(148,135,132)
#7F7472
(127,116,114)
#6A6160
(106,97,96)
#554E4E
(85,78,78)
#403B3C
(64,59,60)
#2B282A
(43,40,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8D3CC

#E8D3CC
(232,211,204)
#EAD7D0
(234,215,208)
#ECDBD4
(236,219,212)
#EEDFD8
(238,223,216)
#F0E3DC
(240,227,220)
#F2E7E0
(242,231,224)
#F4EBE4
(244,235,228)
#F6EFE8
(246,239,232)
#F8F3EC
(248,243,236)
#FAF7F0
(250,247,240)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D3CC color. Also use rgb(232,211,204) instead hex code.

Text Font Color

.myTextColor { color: #E8D3CC; }

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

This text font color is #E8D3CC.


Background Color

.myBgColor { background-color: #E8D3CC; }

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

This div background color is #E8D3CC.


Border color

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

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

This div border color is #E8D3CC.


Opacity

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

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

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

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

This text has shadow with #E8D3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D3CC on black background.


Color preview on white background

This text has color #E8D3CC on white background.



Black color preview on #E8D3CC background

This text has black color on #E8D3CC background.


White color preview on #E8D3CC background

This text has white color on #E8D3CC background.