COLOR #8C8985

HEX: #8C8985
RGB: (140,137,133)

Color info

#8C8985 contains red, green and blue colors in about the same proportion. Web safe color of #8C8985 is #999999 (or #999).

RGB color model

#8C8985 color RGB value is (140,137,133).

  • red value is 140;
  • green value is 137;
  • blue value is 133.
RGB:
(140,137,133)
(55%,54%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 133 of 255 = 52%

140
137
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 133 = 410 (100%)
R 140 of 410 ~ 34.15%
G 137 of 410 ~ 33.41%
B 133 of 410 ~ 32.44%

%34.15
%33.41
%32.44

CMYK color model

#8C8985 color CMYK value is (0,2,5,45).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 5.00%
  • key color value is 45.10%
CMYK:
(0,2,5,45)
C0M2Y5K45 
(0%,2%,5%,45%)
(0.00/0.02/0.05/0.45)	

CMYK percentages

%0
%2.14
%5
%45.1

Codes

Color #8C8985 in popluar color models

8C8985
RGB140137133
HSL34°2.95%53.53%
HSB/HSV34°5.00%54.90%
CMYK0.00%2.14%5.00%
45.10%

Color #8C8985 in popluar number systems.

HEX8C8985
Decimal140137133
Binary100011001000100110000101
Octal214211205

Shades and tints

Shades of #8C8985

#8C8985
(140,137,133)
#807D79
(128,125,121)
#74716D
(116,113,109)
#686561
(104,101,97)
#5C5955
(92,89,85)
#504D49
(80,77,73)
#44413D
(68,65,61)
#383531
(56,53,49)
#2C2925
(44,41,37)
#201D19
(32,29,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #8C8985

#8C8985
(140,137,133)
#969390
(150,147,144)
#A09D9B
(160,157,155)
#AAA7A6
(170,167,166)
#B4B1B1
(180,177,177)
#BEBBBC
(190,187,188)
#C8C5C7
(200,197,199)
#D2CFD2
(210,207,210)
#DCD9DD
(220,217,221)
#E6E3E8
(230,227,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8985 color. Also use rgb(140,137,133) instead hex code.

Text Font Color

.myTextColor { color: #8C8985; }

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

This text font color is #8C8985.


Background Color

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

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

This div background color is #8C8985.


Border color

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

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

This div border color is #8C8985.


Opacity

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

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

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

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

This text has shadow with #8C8985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8985 on black background.


Color preview on white background

This text has color #8C8985 on white background.



Black color preview on #8C8985 background

This text has black color on #8C8985 background.


White color preview on #8C8985 background

This text has white color on #8C8985 background.