COLOR #E8E0C2

HEX: #E8E0C2
RGB: (232,224,194)

Color info

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

RGB color model

#E8E0C2 color RGB value is (232,224,194).

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

RGB channels and saturation

R 232 of 255 = 91%
G 224 of 255 = 88%
B 194 of 255 = 76%

232
224
194

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

Portions of RGB colors in percentages

R + G + B =
232 + 224 + 194 = 650 (100%)
R 232 of 650 ~ 35.69%
G 224 of 650 ~ 34.46%
B 194 of 650 ~ 29.85%

%35.69
%34.46
%29.85

CMYK color model

#E8E0C2 color CMYK value is (0,3,16,9).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 16.38%
  • key color value is 9.02%
CMYK:
(0,3,16,9)
C0M3Y16K9 
(0%,3%,16%,9%)
(0.00/0.03/0.16/0.09)	

CMYK percentages

%0
%3.45
%16.38
%9.02

Codes

Color #E8E0C2 in popluar color models

E8E0C2
RGB232224194
HSL47°45.24%83.53%
HSB/HSV47°16.38%90.98%
CMYK0.00%3.45%16.38%
9.02%

Color #E8E0C2 in popluar number systems.

HEXE8E0C2
Decimal232224194
Binary111010001110000011000010
Octal350340302

Shades and tints

Shades of #E8E0C2

#E8E0C2
(232,224,194)
#D3CCB1
(211,204,177)
#BEB8A0
(190,184,160)
#A9A48F
(169,164,143)
#94907E
(148,144,126)
#7F7C6D
(127,124,109)
#6A685C
(106,104,92)
#55544B
(85,84,75)
#40403A
(64,64,58)
#2B2C29
(43,44,41)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8E0C2

#E8E0C2
(232,224,194)
#EAE2C7
(234,226,199)
#ECE4CC
(236,228,204)
#EEE6D1
(238,230,209)
#F0E8D6
(240,232,214)
#F2EADB
(242,234,219)
#F4ECE0
(244,236,224)
#F6EEE5
(246,238,229)
#F8F0EA
(248,240,234)
#FAF2EF
(250,242,239)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E0C2; }

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

This text font color is #E8E0C2.


Background Color

.myBgColor { background-color: #E8E0C2; }

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

This div background color is #E8E0C2.


Border color

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

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

This div border color is #E8E0C2.


Opacity

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

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

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

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

This text has shadow with #E8E0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E0C2 on black background.


Color preview on white background

This text has color #E8E0C2 on white background.



Black color preview on #E8E0C2 background

This text has black color on #E8E0C2 background.


White color preview on #E8E0C2 background

This text has white color on #E8E0C2 background.