COLOR #8C867E

HEX: #8C867E
RGB: (140,134,126)

Color info

#8C867E contains red, green and blue colors in about the same proportion. Web safe color of #8C867E is #999966 (or #996).

RGB color model

#8C867E color RGB value is (140,134,126).

  • red value is 140;
  • green value is 134;
  • blue value is 126.
RGB:
(140,134,126)
(55%,53%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 134 of 255 = 53%
B 126 of 255 = 49%

140
134
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 134 + 126 = 400 (100%)
R 140 of 400 ~ 35%
G 134 of 400 ~ 33.5%
B 126 of 400 ~ 31.5%

%35
%33.5
%31.5

CMYK color model

#8C867E color CMYK value is (0,4,10,45).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(0,4,10,45)
C0M4Y10K45 
(0%,4%,10%,45%)
(0.00/0.04/0.10/0.45)	

CMYK percentages

%0
%4.29
%10
%45.1

Codes

Color #8C867E in popluar color models

8C867E
RGB140134126
HSL34°5.74%52.16%
HSB/HSV34°10.00%54.90%
CMYK0.00%4.29%10.00%
45.10%

Color #8C867E in popluar number systems.

HEX8C867E
Decimal140134126
Binary10001100100001101111110
Octal214206176

Shades and tints

Shades of #8C867E

#8C867E
(140,134,126)
#807A73
(128,122,115)
#746E68
(116,110,104)
#68625D
(104,98,93)
#5C5652
(92,86,82)
#504A47
(80,74,71)
#443E3C
(68,62,60)
#383231
(56,50,49)
#2C2626
(44,38,38)
#201A1B
(32,26,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #8C867E

#8C867E
(140,134,126)
#969189
(150,145,137)
#A09C94
(160,156,148)
#AAA79F
(170,167,159)
#B4B2AA
(180,178,170)
#BEBDB5
(190,189,181)
#C8C8C0
(200,200,192)
#D2D3CB
(210,211,203)
#DCDED6
(220,222,214)
#E6E9E1
(230,233,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C867E color. Also use rgb(140,134,126) instead hex code.

Text Font Color

.myTextColor { color: #8C867E; }

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

This text font color is #8C867E.


Background Color

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

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

This div background color is #8C867E.


Border color

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

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

This div border color is #8C867E.


Opacity

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

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

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

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

This text has shadow with #8C867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C867E on black background.


Color preview on white background

This text has color #8C867E on white background.



Black color preview on #8C867E background

This text has black color on #8C867E background.


White color preview on #8C867E background

This text has white color on #8C867E background.