COLOR #8C8081

HEX: #8C8081
RGB: (140,128,129)

Color info

#8C8081 contains red, green and blue colors in about the same proportion. Web safe color of #8C8081 is #996699 (or #969).

RGB color model

#8C8081 color RGB value is (140,128,129).

  • red value is 140;
  • green value is 128;
  • blue value is 129.
RGB:
(140,128,129)
(55%,50%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 129 of 255 = 51%

140
128
129

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 129 = 397 (100%)
R 140 of 397 ~ 35.26%
G 128 of 397 ~ 32.24%
B 129 of 397 ~ 32.49%

%35.26
%32.24
%32.49

CMYK color model

#8C8081 color CMYK value is (0,9,8,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 7.86%
  • key color value is 45.10%
CMYK:
(0,9,8,45)
C0M9Y8K45 
(0%,9%,8%,45%)
(0.00/0.09/0.08/0.45)	

CMYK percentages

%0
%8.57
%7.86
%45.1

Codes

Color #8C8081 in popluar color models

8C8081
RGB140128129
HSL355°4.96%52.55%
HSB/HSV355°8.57%54.90%
CMYK0.00%8.57%7.86%
45.10%

Color #8C8081 in popluar number systems.

HEX8C8081
Decimal140128129
Binary100011001000000010000001
Octal214200201

Shades and tints

Shades of #8C8081

#8C8081
(140,128,129)
#807576
(128,117,118)
#746A6B
(116,106,107)
#685F60
(104,95,96)
#5C5455
(92,84,85)
#50494A
(80,73,74)
#443E3F
(68,62,63)
#383334
(56,51,52)
#2C2829
(44,40,41)
#201D1E
(32,29,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8C8081

#8C8081
(140,128,129)
#968B8C
(150,139,140)
#A09697
(160,150,151)
#AAA1A2
(170,161,162)
#B4ACAD
(180,172,173)
#BEB7B8
(190,183,184)
#C8C2C3
(200,194,195)
#D2CDCE
(210,205,206)
#DCD8D9
(220,216,217)
#E6E3E4
(230,227,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8081 color. Also use rgb(140,128,129) instead hex code.

Text Font Color

.myTextColor { color: #8C8081; }

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

This text font color is #8C8081.


Background Color

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

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

This div background color is #8C8081.


Border color

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

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

This div border color is #8C8081.


Opacity

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

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

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

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

This text has shadow with #8C8081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8081 on black background.


Color preview on white background

This text has color #8C8081 on white background.



Black color preview on #8C8081 background

This text has black color on #8C8081 background.


White color preview on #8C8081 background

This text has white color on #8C8081 background.