COLOR #8E7978

HEX: #8E7978
RGB: (142,121,120)

Color info

#8E7978 contains red, green and blue colors in about the same proportion. Web safe color of #8E7978 is #996666 (or #966).

RGB color model

#8E7978 color RGB value is (142,121,120).

  • red value is 142;
  • green value is 121;
  • blue value is 120.
RGB:
(142,121,120)
(56%,47%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 120 of 255 = 47%

142
121
120

R + G + B ~ 50%. #8E7978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 120 = 383 (100%)
R 142 of 383 ~ 37.08%
G 121 of 383 ~ 31.59%
B 120 of 383 ~ 31.33%

%37.08
%31.59
%31.33

CMYK color model

#8E7978 color CMYK value is (0,15,15,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 15.49%
  • key color value is 44.31%
CMYK:
(0,15,15,44)
C0M15Y15K44 
(0%,15%,15%,44%)
(0.00/0.15/0.15/0.44)	

CMYK percentages

%0
%14.79
%15.49
%44.31

Codes

Color #8E7978 in popluar color models

8E7978
RGB142121120
HSL8.87%51.37%
HSB/HSV15.49%55.69%
CMYK0.00%14.79%15.49%
44.31%

Color #8E7978 in popluar number systems.

HEX8E7978
Decimal142121120
Binary1000111011110011111000
Octal216171170

Shades and tints

Shades of #8E7978

#8E7978
(142,121,120)
#826E6E
(130,110,110)
#766364
(118,99,100)
#6A585A
(106,88,90)
#5E4D50
(94,77,80)
#524246
(82,66,70)
#46373C
(70,55,60)
#3A2C32
(58,44,50)
#2E2128
(46,33,40)
#22161E
(34,22,30)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #8E7978

#8E7978
(142,121,120)
#988584
(152,133,132)
#A29190
(162,145,144)
#AC9D9C
(172,157,156)
#B6A9A8
(182,169,168)
#C0B5B4
(192,181,180)
#CAC1C0
(202,193,192)
#D4CDCC
(212,205,204)
#DED9D8
(222,217,216)
#E8E5E4
(232,229,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7978 color. Also use rgb(142,121,120) instead hex code.

Text Font Color

.myTextColor { color: #8E7978; }

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

This text font color is #8E7978.


Background Color

.myBgColor { background-color: #8E7978; }

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

This div background color is #8E7978.


Border color

.myBorderColor { border: 1px solid #8E7978; }

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

This div border color is #8E7978.


Opacity

.myOpacity80 { color: #8E7978; opacity: 0.8; }

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

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

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

This text has shadow with #8E7978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7978 on black background.


Color preview on white background

This text has color #8E7978 on white background.



Black color preview on #8E7978 background

This text has black color on #8E7978 background.


White color preview on #8E7978 background

This text has white color on #8E7978 background.