COLOR #E8E2C5

HEX: #E8E2C5
RGB: (232,226,197)

Color info

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

RGB color model

#E8E2C5 color RGB value is (232,226,197).

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

RGB channels and saturation

R 232 of 255 = 91%
G 226 of 255 = 89%
B 197 of 255 = 77%

232
226
197

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

Portions of RGB colors in percentages

R + G + B =
232 + 226 + 197 = 655 (100%)
R 232 of 655 ~ 35.42%
G 226 of 655 ~ 34.5%
B 197 of 655 ~ 30.08%

%35.42
%34.5
%30.08

CMYK color model

#E8E2C5 color CMYK value is (0,3,15,9).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,3,15,9)
C0M3Y15K9 
(0%,3%,15%,9%)
(0.00/0.03/0.15/0.09)	

CMYK percentages

%0
%2.59
%15.09
%9.02

Codes

Color #E8E2C5 in popluar color models

E8E2C5
RGB232226197
HSL50°43.21%84.12%
HSB/HSV50°15.09%90.98%
CMYK0.00%2.59%15.09%
9.02%

Color #E8E2C5 in popluar number systems.

HEXE8E2C5
Decimal232226197
Binary111010001110001011000101
Octal350342305

Shades and tints

Shades of #E8E2C5

#E8E2C5
(232,226,197)
#D3CEB4
(211,206,180)
#BEBAA3
(190,186,163)
#A9A692
(169,166,146)
#949281
(148,146,129)
#7F7E70
(127,126,112)
#6A6A5F
(106,106,95)
#55564E
(85,86,78)
#40423D
(64,66,61)
#2B2E2C
(43,46,44)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #E8E2C5

#E8E2C5
(232,226,197)
#EAE4CA
(234,228,202)
#ECE6CF
(236,230,207)
#EEE8D4
(238,232,212)
#F0EAD9
(240,234,217)
#F2ECDE
(242,236,222)
#F4EEE3
(244,238,227)
#F6F0E8
(246,240,232)
#F8F2ED
(248,242,237)
#FAF4F2
(250,244,242)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E2C5; }

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

This text font color is #E8E2C5.


Background Color

.myBgColor { background-color: #E8E2C5; }

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

This div background color is #E8E2C5.


Border color

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

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

This div border color is #E8E2C5.


Opacity

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

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

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

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

This text has shadow with #E8E2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E2C5 on black background.


Color preview on white background

This text has color #E8E2C5 on white background.



Black color preview on #E8E2C5 background

This text has black color on #E8E2C5 background.


White color preview on #E8E2C5 background

This text has white color on #E8E2C5 background.