COLOR #8E7171

HEX: #8E7171
RGB: (142,113,113)

Color info

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

RGB color model

#8E7171 color RGB value is (142,113,113).

  • red value is 142;
  • green value is 113;
  • blue value is 113.
RGB:
(142,113,113)
(56%,44%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 113 of 255 = 44%
B 113 of 255 = 44%

142
113
113

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

Portions of RGB colors in percentages

R + G + B =
142 + 113 + 113 = 368 (100%)
R 142 of 368 ~ 38.59%
G 113 of 368 ~ 30.71%
B 113 of 368 ~ 30.71%

%38.59
%30.71
%30.71

CMYK color model

#8E7171 color CMYK value is (0,20,20,44).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 20.42%
  • key color value is 44.31%
CMYK:
(0,20,20,44)
C0M20Y20K44 
(0%,20%,20%,44%)
(0.00/0.20/0.20/0.44)	

CMYK percentages

%0
%20.42
%20.42
%44.31

Codes

Color #8E7171 in popluar color models

8E7171
RGB142113113
HSL11.37%50.00%
HSB/HSV20.42%55.69%
CMYK0.00%20.42%20.42%
44.31%

Color #8E7171 in popluar number systems.

HEX8E7171
Decimal142113113
Binary1000111011100011110001
Octal216161161

Shades and tints

Shades of #8E7171

#8E7171
(142,113,113)
#826767
(130,103,103)
#765D5D
(118,93,93)
#6A5353
(106,83,83)
#5E4949
(94,73,73)
#523F3F
(82,63,63)
#463535
(70,53,53)
#3A2B2B
(58,43,43)
#2E2121
(46,33,33)
#221717
(34,23,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E7171

#8E7171
(142,113,113)
#987D7D
(152,125,125)
#A28989
(162,137,137)
#AC9595
(172,149,149)
#B6A1A1
(182,161,161)
#C0ADAD
(192,173,173)
#CAB9B9
(202,185,185)
#D4C5C5
(212,197,197)
#DED1D1
(222,209,209)
#E8DDDD
(232,221,221)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7171; }

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

This text font color is #8E7171.


Background Color

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

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

This div background color is #8E7171.


Border color

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

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

This div border color is #8E7171.


Opacity

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

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

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

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

This text has shadow with #8E7171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7171 on black background.


Color preview on white background

This text has color #8E7171 on white background.



Black color preview on #8E7171 background

This text has black color on #8E7171 background.


White color preview on #8E7171 background

This text has white color on #8E7171 background.