COLOR #E8C8BD

HEX: #E8C8BD
RGB: (232,200,189)

Color info

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

RGB color model

#E8C8BD color RGB value is (232,200,189).

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

RGB channels and saturation

R 232 of 255 = 91%
G 200 of 255 = 78%
B 189 of 255 = 74%

232
200
189

R + G + B ~ 81%. #E8C8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 200 + 189 = 621 (100%)
R 232 of 621 ~ 37.36%
G 200 of 621 ~ 32.21%
B 189 of 621 ~ 30.43%

%37.36
%32.21
%30.43

CMYK color model

#E8C8BD color CMYK value is (0,14,19,9).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK:
(0,14,19,9)
C0M14Y19K9 
(0%,14%,19%,9%)
(0.00/0.14/0.19/0.09)	

CMYK percentages

%0
%13.79
%18.53
%9.02

Codes

Color #E8C8BD in popluar color models

E8C8BD
RGB232200189
HSL15°48.31%82.55%
HSB/HSV15°18.53%90.98%
CMYK0.00%13.79%18.53%
9.02%

Color #E8C8BD in popluar number systems.

HEXE8C8BD
Decimal232200189
Binary111010001100100010111101
Octal350310275

Shades and tints

Shades of #E8C8BD

#E8C8BD
(232,200,189)
#D3B6AC
(211,182,172)
#BEA49B
(190,164,155)
#A9928A
(169,146,138)
#948079
(148,128,121)
#7F6E68
(127,110,104)
#6A5C57
(106,92,87)
#554A46
(85,74,70)
#403835
(64,56,53)
#2B2624
(43,38,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #E8C8BD

#E8C8BD
(232,200,189)
#EACDC3
(234,205,195)
#ECD2C9
(236,210,201)
#EED7CF
(238,215,207)
#F0DCD5
(240,220,213)
#F2E1DB
(242,225,219)
#F4E6E1
(244,230,225)
#F6EBE7
(246,235,231)
#F8F0ED
(248,240,237)
#FAF5F3
(250,245,243)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C8BD; }

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

This text font color is #E8C8BD.


Background Color

.myBgColor { background-color: #E8C8BD; }

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

This div background color is #E8C8BD.


Border color

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

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

This div border color is #E8C8BD.


Opacity

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

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

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

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

This text has shadow with #E8C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C8BD on black background.


Color preview on white background

This text has color #E8C8BD on white background.



Black color preview on #E8C8BD background

This text has black color on #E8C8BD background.


White color preview on #E8C8BD background

This text has white color on #E8C8BD background.