COLOR #E8D6CC

HEX: #E8D6CC
RGB: (232,214,204)

Color info

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

RGB color model

#E8D6CC color RGB value is (232,214,204).

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

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 204 of 255 = 80%

232
214
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 204 = 650 (100%)
R 232 of 650 ~ 35.69%
G 214 of 650 ~ 32.92%
B 204 of 650 ~ 31.38%

%35.69
%32.92
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,8,12,9)
C0M8Y12K9 
(0%,8%,12%,9%)
(0.00/0.08/0.12/0.09)	

CMYK percentages

%0
%7.76
%12.07
%9.02

Codes

Color #E8D6CC in popluar color models

E8D6CC
RGB232214204
HSL21°37.84%85.49%
HSB/HSV21°12.07%90.98%
CMYK0.00%7.76%12.07%
9.02%

Color #E8D6CC in popluar number systems.

HEXE8D6CC
Decimal232214204
Binary111010001101011011001100
Octal350326314

Shades and tints

Shades of #E8D6CC

#E8D6CC
(232,214,204)
#D3C3BA
(211,195,186)
#BEB0A8
(190,176,168)
#A99D96
(169,157,150)
#948A84
(148,138,132)
#7F7772
(127,119,114)
#6A6460
(106,100,96)
#55514E
(85,81,78)
#403E3C
(64,62,60)
#2B2B2A
(43,43,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8D6CC

#E8D6CC
(232,214,204)
#EAD9D0
(234,217,208)
#ECDCD4
(236,220,212)
#EEDFD8
(238,223,216)
#F0E2DC
(240,226,220)
#F2E5E0
(242,229,224)
#F4E8E4
(244,232,228)
#F6EBE8
(246,235,232)
#F8EEEC
(248,238,236)
#FAF1F0
(250,241,240)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6CC; }

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

This text font color is #E8D6CC.


Background Color

.myBgColor { background-color: #E8D6CC; }

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

This div background color is #E8D6CC.


Border color

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

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

This div border color is #E8D6CC.


Opacity

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

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

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

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

This text has shadow with #E8D6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6CC on black background.


Color preview on white background

This text has color #E8D6CC on white background.



Black color preview on #E8D6CC background

This text has black color on #E8D6CC background.


White color preview on #E8D6CC background

This text has white color on #E8D6CC background.