COLOR #8E6E6C

HEX: #8E6E6C
RGB: (142,110,108)

Color info

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

RGB color model

#8E6E6C color RGB value is (142,110,108).

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

RGB channels and saturation

R 142 of 255 = 56%
G 110 of 255 = 43%
B 108 of 255 = 42%

142
110
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 110 + 108 = 360 (100%)
R 142 of 360 ~ 39.44%
G 110 of 360 ~ 30.56%
B 108 of 360 ~ 30%

%39.44
%30.56
%30

CMYK color model

#8E6E6C color CMYK value is (0,23,24,44).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(0,23,24,44)
C0M23Y24K44 
(0%,23%,24%,44%)
(0.00/0.23/0.24/0.44)	

CMYK percentages

%0
%22.54
%23.94
%44.31

Codes

Color #8E6E6C in popluar color models

8E6E6C
RGB142110108
HSL13.60%49.02%
HSB/HSV23.94%55.69%
CMYK0.00%22.54%23.94%
44.31%

Color #8E6E6C in popluar number systems.

HEX8E6E6C
Decimal142110108
Binary1000111011011101101100
Octal216156154

Shades and tints

Shades of #8E6E6C

#8E6E6C
(142,110,108)
#826463
(130,100,99)
#765A5A
(118,90,90)
#6A5051
(106,80,81)
#5E4648
(94,70,72)
#523C3F
(82,60,63)
#463236
(70,50,54)
#3A282D
(58,40,45)
#2E1E24
(46,30,36)
#22141B
(34,20,27)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #8E6E6C

#8E6E6C
(142,110,108)
#987B79
(152,123,121)
#A28886
(162,136,134)
#AC9593
(172,149,147)
#B6A2A0
(182,162,160)
#C0AFAD
(192,175,173)
#CABCBA
(202,188,186)
#D4C9C7
(212,201,199)
#DED6D4
(222,214,212)
#E8E3E1
(232,227,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6E6C; }

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

This text font color is #8E6E6C.


Background Color

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

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

This div background color is #8E6E6C.


Border color

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

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

This div border color is #8E6E6C.


Opacity

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

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

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

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

This text has shadow with #8E6E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6E6C on black background.


Color preview on white background

This text has color #8E6E6C on white background.



Black color preview on #8E6E6C background

This text has black color on #8E6E6C background.


White color preview on #8E6E6C background

This text has white color on #8E6E6C background.