COLOR #E8C7B8

HEX: #E8C7B8
RGB: (232,199,184)

Color info

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

RGB color model

#E8C7B8 color RGB value is (232,199,184).

  • red value is 232;
  • green value is 199;
  • blue value is 184.
RGB:
(232,199,184)
(91%,78%,72%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 184 of 255 = 72%

232
199
184

R + G + B ~ 80%. #E8C7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 184 = 615 (100%)
R 232 of 615 ~ 37.72%
G 199 of 615 ~ 32.36%
B 184 of 615 ~ 29.92%

%37.72
%32.36
%29.92

CMYK color model

#E8C7B8 color CMYK value is (0,14,21,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 20.69%
  • key color value is 9.02%
CMYK:
(0,14,21,9)
C0M14Y21K9 
(0%,14%,21%,9%)
(0.00/0.14/0.21/0.09)	

CMYK percentages

%0
%14.22
%20.69
%9.02

Codes

Color #E8C7B8 in popluar color models

E8C7B8
RGB232199184
HSL19°51.06%81.57%
HSB/HSV19°20.69%90.98%
CMYK0.00%14.22%20.69%
9.02%

Color #E8C7B8 in popluar number systems.

HEXE8C7B8
Decimal232199184
Binary111010001100011110111000
Octal350307270

Shades and tints

Shades of #E8C7B8

#E8C7B8
(232,199,184)
#D3B5A8
(211,181,168)
#BEA398
(190,163,152)
#A99188
(169,145,136)
#947F78
(148,127,120)
#7F6D68
(127,109,104)
#6A5B58
(106,91,88)
#554948
(85,73,72)
#403738
(64,55,56)
#2B2528
(43,37,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #E8C7B8

#E8C7B8
(232,199,184)
#EACCBE
(234,204,190)
#ECD1C4
(236,209,196)
#EED6CA
(238,214,202)
#F0DBD0
(240,219,208)
#F2E0D6
(242,224,214)
#F4E5DC
(244,229,220)
#F6EAE2
(246,234,226)
#F8EFE8
(248,239,232)
#FAF4EE
(250,244,238)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C7B8 color. Also use rgb(232,199,184) instead hex code.

Text Font Color

.myTextColor { color: #E8C7B8; }

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

This text font color is #E8C7B8.


Background Color

.myBgColor { background-color: #E8C7B8; }

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

This div background color is #E8C7B8.


Border color

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

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

This div border color is #E8C7B8.


Opacity

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

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

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

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

This text has shadow with #E8C7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C7B8 on black background.


Color preview on white background

This text has color #E8C7B8 on white background.



Black color preview on #E8C7B8 background

This text has black color on #E8C7B8 background.


White color preview on #E8C7B8 background

This text has white color on #E8C7B8 background.