COLOR #8E6163

HEX: #8E6163
RGB: (142,97,99)

Color info

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

RGB color model

#8E6163 color RGB value is (142,97,99).

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

RGB channels and saturation

R 142 of 255 = 56%
G 97 of 255 = 38%
B 99 of 255 = 39%

142
97
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 97 + 99 = 338 (100%)
R 142 of 338 ~ 42.01%
G 97 of 338 ~ 28.7%
B 99 of 338 ~ 29.29%

%42.01
%28.7
%29.29

CMYK color model

#8E6163 color CMYK value is (0,32,30,44).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,32,30,44)
C0M32Y30K44 
(0%,32%,30%,44%)
(0.00/0.32/0.30/0.44)	

CMYK percentages

%0
%31.69
%30.28
%44.31

Codes

Color #8E6163 in popluar color models

8E6163
RGB1429799
HSL357°18.83%46.86%
HSB/HSV357°31.69%55.69%
CMYK0.00%31.69%30.28%
44.31%

Color #8E6163 in popluar number systems.

HEX8E6163
Decimal1429799
Binary1000111011000011100011
Octal216141143

Shades and tints

Shades of #8E6163

#8E6163
(142,97,99)
#82595A
(130,89,90)
#765151
(118,81,81)
#6A4948
(106,73,72)
#5E413F
(94,65,63)
#523936
(82,57,54)
#46312D
(70,49,45)
#3A2924
(58,41,36)
#2E211B
(46,33,27)
#221912
(34,25,18)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #8E6163

#8E6163
(142,97,99)
#986F71
(152,111,113)
#A27D7F
(162,125,127)
#AC8B8D
(172,139,141)
#B6999B
(182,153,155)
#C0A7A9
(192,167,169)
#CAB5B7
(202,181,183)
#D4C3C5
(212,195,197)
#DED1D3
(222,209,211)
#E8DFE1
(232,223,225)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6163; }

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

This text font color is #8E6163.


Background Color

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

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

This div background color is #8E6163.


Border color

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

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

This div border color is #8E6163.


Opacity

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

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

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

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

This text has shadow with #8E6163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6163 on black background.


Color preview on white background

This text has color #8E6163 on white background.



Black color preview on #8E6163 background

This text has black color on #8E6163 background.


White color preview on #8E6163 background

This text has white color on #8E6163 background.