COLOR #E8E0CC

HEX: #E8E0CC
RGB: (232,224,204)

Color info

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

RGB color model

#E8E0CC color RGB value is (232,224,204).

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

RGB channels and saturation

R 232 of 255 = 91%
G 224 of 255 = 88%
B 204 of 255 = 80%

232
224
204

R + G + B ~ 86%. #E8E0CC is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 224 + 204 = 660 (100%)
R 232 of 660 ~ 35.15%
G 224 of 660 ~ 33.94%
B 204 of 660 ~ 30.91%

%35.15
%33.94
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,3,12,9)
C0M3Y12K9 
(0%,3%,12%,9%)
(0.00/0.03/0.12/0.09)	

CMYK percentages

%0
%3.45
%12.07
%9.02

Codes

Color #E8E0CC in popluar color models

E8E0CC
RGB232224204
HSL43°37.84%85.49%
HSB/HSV43°12.07%90.98%
CMYK0.00%3.45%12.07%
9.02%

Color #E8E0CC in popluar number systems.

HEXE8E0CC
Decimal232224204
Binary111010001110000011001100
Octal350340314

Shades and tints

Shades of #E8E0CC

#E8E0CC
(232,224,204)
#D3CCBA
(211,204,186)
#BEB8A8
(190,184,168)
#A9A496
(169,164,150)
#949084
(148,144,132)
#7F7C72
(127,124,114)
#6A6860
(106,104,96)
#55544E
(85,84,78)
#40403C
(64,64,60)
#2B2C2A
(43,44,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8E0CC

#E8E0CC
(232,224,204)
#EAE2D0
(234,226,208)
#ECE4D4
(236,228,212)
#EEE6D8
(238,230,216)
#F0E8DC
(240,232,220)
#F2EAE0
(242,234,224)
#F4ECE4
(244,236,228)
#F6EEE8
(246,238,232)
#F8F0EC
(248,240,236)
#FAF2F0
(250,242,240)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E0CC; }

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

This text font color is #E8E0CC.


Background Color

.myBgColor { background-color: #E8E0CC; }

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

This div background color is #E8E0CC.


Border color

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

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

This div border color is #E8E0CC.


Opacity

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

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

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

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

This text has shadow with #E8E0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E0CC on black background.


Color preview on white background

This text has color #E8E0CC on white background.



Black color preview on #E8E0CC background

This text has black color on #E8E0CC background.


White color preview on #E8E0CC background

This text has white color on #E8E0CC background.