COLOR #E8E2C8

HEX: #E8E2C8
RGB: (232,226,200)

Color info

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

RGB color model

#E8E2C8 color RGB value is (232,226,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 226 of 255 = 89%
B 200 of 255 = 78%

232
226
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 226 + 200 = 658 (100%)
R 232 of 658 ~ 35.26%
G 226 of 658 ~ 34.35%
B 200 of 658 ~ 30.4%

%35.26
%34.35
%30.4

CMYK color model

#E8E2C8 color CMYK value is (0,3,14,9).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,3,14,9)
C0M3Y14K9 
(0%,3%,14%,9%)
(0.00/0.03/0.14/0.09)	

CMYK percentages

%0
%2.59
%13.79
%9.02

Codes

Color #E8E2C8 in popluar color models

E8E2C8
RGB232226200
HSL49°41.03%84.71%
HSB/HSV49°13.79%90.98%
CMYK0.00%2.59%13.79%
9.02%

Color #E8E2C8 in popluar number systems.

HEXE8E2C8
Decimal232226200
Binary111010001110001011001000
Octal350342310

Shades and tints

Shades of #E8E2C8

#E8E2C8
(232,226,200)
#D3CEB6
(211,206,182)
#BEBAA4
(190,186,164)
#A9A692
(169,166,146)
#949280
(148,146,128)
#7F7E6E
(127,126,110)
#6A6A5C
(106,106,92)
#55564A
(85,86,74)
#404238
(64,66,56)
#2B2E26
(43,46,38)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #E8E2C8

#E8E2C8
(232,226,200)
#EAE4CD
(234,228,205)
#ECE6D2
(236,230,210)
#EEE8D7
(238,232,215)
#F0EADC
(240,234,220)
#F2ECE1
(242,236,225)
#F4EEE6
(244,238,230)
#F6F0EB
(246,240,235)
#F8F2F0
(248,242,240)
#FAF4F5
(250,244,245)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E2C8; }

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

This text font color is #E8E2C8.


Background Color

.myBgColor { background-color: #E8E2C8; }

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

This div background color is #E8E2C8.


Border color

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

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

This div border color is #E8E2C8.


Opacity

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

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

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

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

This text has shadow with #E8E2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E2C8 on black background.


Color preview on white background

This text has color #E8E2C8 on white background.



Black color preview on #E8E2C8 background

This text has black color on #E8E2C8 background.


White color preview on #E8E2C8 background

This text has white color on #E8E2C8 background.