COLOR #8C887E

HEX: #8C887E
RGB: (140,136,126)

Color info

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

RGB color model

#8C887E color RGB value is (140,136,126).

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

RGB channels and saturation

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

140
136
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 126 = 402 (100%)
R 140 of 402 ~ 34.83%
G 136 of 402 ~ 33.83%
B 126 of 402 ~ 31.34%

%34.83
%33.83
%31.34

CMYK color model

#8C887E color CMYK value is (0,3,10,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(0,3,10,45)
C0M3Y10K45 
(0%,3%,10%,45%)
(0.00/0.03/0.10/0.45)	

CMYK percentages

%0
%2.86
%10
%45.1

Codes

Color #8C887E in popluar color models

8C887E
RGB140136126
HSL43°5.74%52.16%
HSB/HSV43°10.00%54.90%
CMYK0.00%2.86%10.00%
45.10%

Color #8C887E in popluar number systems.

HEX8C887E
Decimal140136126
Binary10001100100010001111110
Octal214210176

Shades and tints

Shades of #8C887E

#8C887E
(140,136,126)
#807C73
(128,124,115)
#747068
(116,112,104)
#68645D
(104,100,93)
#5C5852
(92,88,82)
#504C47
(80,76,71)
#44403C
(68,64,60)
#383431
(56,52,49)
#2C2826
(44,40,38)
#201C1B
(32,28,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C887E

#8C887E
(140,136,126)
#969289
(150,146,137)
#A09C94
(160,156,148)
#AAA69F
(170,166,159)
#B4B0AA
(180,176,170)
#BEBAB5
(190,186,181)
#C8C4C0
(200,196,192)
#D2CECB
(210,206,203)
#DCD8D6
(220,216,214)
#E6E2E1
(230,226,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C887E; }

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

This text font color is #8C887E.


Background Color

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

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

This div background color is #8C887E.


Border color

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

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

This div border color is #8C887E.


Opacity

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

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

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

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

This text has shadow with #8C887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C887E on black background.


Color preview on white background

This text has color #8C887E on white background.



Black color preview on #8C887E background

This text has black color on #8C887E background.


White color preview on #8C887E background

This text has white color on #8C887E background.