COLOR #8E6170

HEX: #8E6170
RGB: (142,97,112)

Color info

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

RGB color model

#8E6170 color RGB value is (142,97,112).

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

RGB channels and saturation

R 142 of 255 = 56%
G 97 of 255 = 38%
B 112 of 255 = 44%

142
97
112

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

Portions of RGB colors in percentages

R + G + B =
142 + 97 + 112 = 351 (100%)
R 142 of 351 ~ 40.46%
G 97 of 351 ~ 27.64%
B 112 of 351 ~ 31.91%

%40.46
%27.64
%31.91

CMYK color model

#8E6170 color CMYK value is (0,32,21,44).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(0,32,21,44)
C0M32Y21K44 
(0%,32%,21%,44%)
(0.00/0.32/0.21/0.44)	

CMYK percentages

%0
%31.69
%21.13
%44.31

Codes

Color #8E6170 in popluar color models

8E6170
RGB14297112
HSL340°18.83%46.86%
HSB/HSV340°31.69%55.69%
CMYK0.00%31.69%21.13%
44.31%

Color #8E6170 in popluar number systems.

HEX8E6170
Decimal14297112
Binary1000111011000011110000
Octal216141160

Shades and tints

Shades of #8E6170

#8E6170
(142,97,112)
#825966
(130,89,102)
#76515C
(118,81,92)
#6A4952
(106,73,82)
#5E4148
(94,65,72)
#52393E
(82,57,62)
#463134
(70,49,52)
#3A292A
(58,41,42)
#2E2120
(46,33,32)
#221916
(34,25,22)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #8E6170

#8E6170
(142,97,112)
#986F7D
(152,111,125)
#A27D8A
(162,125,138)
#AC8B97
(172,139,151)
#B699A4
(182,153,164)
#C0A7B1
(192,167,177)
#CAB5BE
(202,181,190)
#D4C3CB
(212,195,203)
#DED1D8
(222,209,216)
#E8DFE5
(232,223,229)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6170; }

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

This text font color is #8E6170.


Background Color

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

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

This div background color is #8E6170.


Border color

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

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

This div border color is #8E6170.


Opacity

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

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

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

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

This text has shadow with #8E6170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6170 on black background.


Color preview on white background

This text has color #8E6170 on white background.



Black color preview on #8E6170 background

This text has black color on #8E6170 background.


White color preview on #8E6170 background

This text has white color on #8E6170 background.