COLOR #8C8E6E

HEX: #8C8E6E
RGB: (140,142,110)

Color info

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

RGB color model

#8C8E6E color RGB value is (140,142,110).

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

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 110 of 255 = 43%

140
142
110

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 110 = 392 (100%)
R 140 of 392 ~ 35.71%
G 142 of 392 ~ 36.22%
B 110 of 392 ~ 28.06%

%35.71
%36.22
%28.06

CMYK color model

#8C8E6E color CMYK value is (1,0,23,44).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(1,0,23,44)
C1M0Y23K44 
(1%,0%,23%,44%)
(0.01/0.00/0.23/0.44)	

CMYK percentages

%1.41
%0
%22.54
%44.31

Codes

Color #8C8E6E in popluar color models

8C8E6E
RGB140142110
HSL64°12.70%49.41%
HSB/HSV64°22.54%55.69%
CMYK1.41%0.00%22.54%
44.31%

Color #8C8E6E in popluar number systems.

HEX8C8E6E
Decimal140142110
Binary10001100100011101101110
Octal214216156

Shades and tints

Shades of #8C8E6E

#8C8E6E
(140,142,110)
#808264
(128,130,100)
#74765A
(116,118,90)
#686A50
(104,106,80)
#5C5E46
(92,94,70)
#50523C
(80,82,60)
#444632
(68,70,50)
#383A28
(56,58,40)
#2C2E1E
(44,46,30)
#202214
(32,34,20)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #8C8E6E

#8C8E6E
(140,142,110)
#96987B
(150,152,123)
#A0A288
(160,162,136)
#AAAC95
(170,172,149)
#B4B6A2
(180,182,162)
#BEC0AF
(190,192,175)
#C8CABC
(200,202,188)
#D2D4C9
(210,212,201)
#DCDED6
(220,222,214)
#E6E8E3
(230,232,227)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E6E; }

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

This text font color is #8C8E6E.


Background Color

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

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

This div background color is #8C8E6E.


Border color

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

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

This div border color is #8C8E6E.


Opacity

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

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

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

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

This text has shadow with #8C8E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E6E on black background.


Color preview on white background

This text has color #8C8E6E on white background.



Black color preview on #8C8E6E background

This text has black color on #8C8E6E background.


White color preview on #8C8E6E background

This text has white color on #8C8E6E background.