COLOR #8E6E77

HEX: #8E6E77
RGB: (142,110,119)

Color info

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

RGB color model

#8E6E77 color RGB value is (142,110,119).

  • red value is 142;
  • green value is 110;
  • blue value is 119.
RGB:
(142,110,119)
(56%,43%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 110 of 255 = 43%
B 119 of 255 = 47%

142
110
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 110 + 119 = 371 (100%)
R 142 of 371 ~ 38.27%
G 110 of 371 ~ 29.65%
B 119 of 371 ~ 32.08%

%38.27
%29.65
%32.08

CMYK color model

#8E6E77 color CMYK value is (0,23,16,44).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,23,16,44)
C0M23Y16K44 
(0%,23%,16%,44%)
(0.00/0.23/0.16/0.44)	

CMYK percentages

%0
%22.54
%16.2
%44.31

Codes

Color #8E6E77 in popluar color models

8E6E77
RGB142110119
HSL343°12.70%49.41%
HSB/HSV343°22.54%55.69%
CMYK0.00%22.54%16.20%
44.31%

Color #8E6E77 in popluar number systems.

HEX8E6E77
Decimal142110119
Binary1000111011011101110111
Octal216156167

Shades and tints

Shades of #8E6E77

#8E6E77
(142,110,119)
#82646D
(130,100,109)
#765A63
(118,90,99)
#6A5059
(106,80,89)
#5E464F
(94,70,79)
#523C45
(82,60,69)
#46323B
(70,50,59)
#3A2831
(58,40,49)
#2E1E27
(46,30,39)
#22141D
(34,20,29)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #8E6E77

#8E6E77
(142,110,119)
#987B83
(152,123,131)
#A2888F
(162,136,143)
#AC959B
(172,149,155)
#B6A2A7
(182,162,167)
#C0AFB3
(192,175,179)
#CABCBF
(202,188,191)
#D4C9CB
(212,201,203)
#DED6D7
(222,214,215)
#E8E3E3
(232,227,227)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6E77 color. Also use rgb(142,110,119) instead hex code.

Text Font Color

.myTextColor { color: #8E6E77; }

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

This text font color is #8E6E77.


Background Color

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

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

This div background color is #8E6E77.


Border color

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

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

This div border color is #8E6E77.


Opacity

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

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

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

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

This text has shadow with #8E6E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6E77 on black background.


Color preview on white background

This text has color #8E6E77 on white background.



Black color preview on #8E6E77 background

This text has black color on #8E6E77 background.


White color preview on #8E6E77 background

This text has white color on #8E6E77 background.