COLOR #8C999D

HEX: #8C999D RGB: (140,153,157)

Color info

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

RGB color model

#8C999D color RGB value is (140,153,157).

RGB: (140,153,157) (55%, 60%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 157 of 255 = 62%

140
153
157

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

Portions of RGB colors in percentages

R + G + B = 140 + 153 + 157 = 450 (100%)
R 140 of 450 ~ 31.11%
G 153 of 450 ~ 34%
B 157 of 450 ~ 34.89'%

%31.11
%34
%34.89

CMYK color model

#8C999D color CMYK value is (11,3,0,38).

  • cyan value is 10.83%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (11,3,0,38)
C11M3Y0K38 (11%, 3%, 0%, 38%)
(0.11 / 0.03 / 0.00 / 0.38)

CMYK percentages

%10.83
%2.55
%0
%38.43

Codes

Color #8C999D in popluar color models

8C 99 9D
RGB 140 153 157
HSL 194° 7.98% 58.24%
HSB/HSV 194° 10.83% 61.57%
CMYK 10.83% 2.55% 0.00%
38.43%

Color #8C999D in popluar number systems.

HEX 8C 99 9D
Decimal 140 153 157
Binary 10001100 10011001 10011101
Octal 214 231 235

Shades and tints

Shades of #8C999D

#8C999D
(140,153,157)
#808C8F
(128,140,143)
#747F81
(116,127,129)
#687273
(104,114,115)
#5C6565
(92,101,101)
#505857
(80,88,87)
#444B49
(68,75,73)
#383E3B
(56,62,59)
#2C312D
(44,49,45)
#20241F
(32,36,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #8C999D

#8C999D
(140,153,157)
#96A2A5
(150,162,165)
#A0ABAD
(160,171,173)
#AAB4B5
(170,180,181)
#B4BDBD
(180,189,189)
#BEC6C5
(190,198,197)
#C8CFCD
(200,207,205)
#D2D8D5
(210,216,213)
#DCE1DD
(220,225,221)
#E6EAE5
(230,234,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C999D; }

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

This text font color is #8C999D.

Background Color

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

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

This div background color is #8C999D.

Border color

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

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

This div border color is #8C999D.

Opacity

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

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

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

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

This text has shadow with #8C999D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C999D.

Preview

Color preview on black background

This text has color #8C999D on black background.


Color preview on white background

This text has color #8C999D on white background.


Black color preview on #8C999D background

This text has black color on #8C999D background.


White color preview on #8C999D background

This text has white color on #8C999D background.


Related colors

Complementary color

Complementary color for #hex is #736662.


I love getcolorcode.com

Triadic colors

1 #9D8C99 and #999D8C with #8C999D are triadic colors.

2 #9D998C and #998C9D with #8C999D are triadic colors.