COLOR #8C969D

HEX: #8C969D
RGB: (140,150,157)

Color info

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

RGB color model

#8C969D color RGB value is (140,150,157).

  • red value is 140;
  • green value is 150;
  • blue value is 157.
RGB:
(140,150,157)
(55%,59%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 157 of 255 = 62%

140
150
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 150 + 157 = 447 (100%)
R 140 of 447 ~ 31.32%
G 150 of 447 ~ 33.56%
B 157 of 447 ~ 35.12%

%31.32
%33.56
%35.12

CMYK color model

#8C969D color CMYK value is (11,4,0,38).

  • cyan value is 10.83%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,4,0,38)
C11M4Y0K38 
(11%,4%,0%,38%)
(0.11/0.04/0.00/0.38)	

CMYK percentages

%10.83
%4.46
%0
%38.43

Codes

Color #8C969D in popluar color models

8C969D
RGB140150157
HSL205°7.98%58.24%
HSB/HSV205°10.83%61.57%
CMYK10.83%4.46%0.00%
38.43%

Color #8C969D in popluar number systems.

HEX8C969D
Decimal140150157
Binary100011001001011010011101
Octal214226235

Shades and tints

Shades of #8C969D

#8C969D
(140,150,157)
#80898F
(128,137,143)
#747C81
(116,124,129)
#686F73
(104,111,115)
#5C6265
(92,98,101)
#505557
(80,85,87)
#444849
(68,72,73)
#383B3B
(56,59,59)
#2C2E2D
(44,46,45)
#20211F
(32,33,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8C969D

#8C969D
(140,150,157)
#969FA5
(150,159,165)
#A0A8AD
(160,168,173)
#AAB1B5
(170,177,181)
#B4BABD
(180,186,189)
#BEC3C5
(190,195,197)
#C8CCCD
(200,204,205)
#D2D5D5
(210,213,213)
#DCDEDD
(220,222,221)
#E6E7E5
(230,231,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C969D color. Also use rgb(140,150,157) instead hex code.

Text Font Color

.myTextColor { color: #8C969D; }

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

This text font color is #8C969D.


Background Color

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

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

This div background color is #8C969D.


Border color

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

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

This div border color is #8C969D.


Opacity

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

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

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

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

This text has shadow with #8C969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C969D on black background.


Color preview on white background

This text has color #8C969D on white background.



Black color preview on #8C969D background

This text has black color on #8C969D background.


White color preview on #8C969D background

This text has white color on #8C969D background.