COLOR #8C8E7E

HEX: #8C8E7E
RGB: (140,142,126)

Color info

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

RGB color model

#8C8E7E color RGB value is (140,142,126).

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

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 126 of 255 = 49%

140
142
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 126 = 408 (100%)
R 140 of 408 ~ 34.31%
G 142 of 408 ~ 34.8%
B 126 of 408 ~ 30.88%

%34.31
%34.8
%30.88

CMYK color model

#8C8E7E color CMYK value is (1,0,11,44).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 44.31%
CMYK:
(1,0,11,44)
C1M0Y11K44 
(1%,0%,11%,44%)
(0.01/0.00/0.11/0.44)	

CMYK percentages

%1.41
%0
%11.27
%44.31

Codes

Color #8C8E7E in popluar color models

8C8E7E
RGB140142126
HSL68°6.61%52.55%
HSB/HSV68°11.27%55.69%
CMYK1.41%0.00%11.27%
44.31%

Color #8C8E7E in popluar number systems.

HEX8C8E7E
Decimal140142126
Binary10001100100011101111110
Octal214216176

Shades and tints

Shades of #8C8E7E

#8C8E7E
(140,142,126)
#808273
(128,130,115)
#747668
(116,118,104)
#686A5D
(104,106,93)
#5C5E52
(92,94,82)
#505247
(80,82,71)
#44463C
(68,70,60)
#383A31
(56,58,49)
#2C2E26
(44,46,38)
#20221B
(32,34,27)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #8C8E7E

#8C8E7E
(140,142,126)
#969889
(150,152,137)
#A0A294
(160,162,148)
#AAAC9F
(170,172,159)
#B4B6AA
(180,182,170)
#BEC0B5
(190,192,181)
#C8CAC0
(200,202,192)
#D2D4CB
(210,212,203)
#DCDED6
(220,222,214)
#E6E8E1
(230,232,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E7E; }

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

This text font color is #8C8E7E.


Background Color

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

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

This div background color is #8C8E7E.


Border color

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

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

This div border color is #8C8E7E.


Opacity

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

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

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

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

This text has shadow with #8C8E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E7E on black background.


Color preview on white background

This text has color #8C8E7E on white background.



Black color preview on #8C8E7E background

This text has black color on #8C8E7E background.


White color preview on #8C8E7E background

This text has white color on #8C8E7E background.