COLOR #8C939B

HEX: #8C939B RGB: (140,147,155)

Color info

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

RGB color model

#8C939B color RGB value is (140,147,155).

RGB: (140,147,155) (55%, 58%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 155 of 255 = 61%

140
147
155

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

Portions of RGB colors in percentages

R + G + B = 140 + 147 + 155 = 442 (100%)
R 140 of 442 ~ 31.67%
G 147 of 442 ~ 33.26%
B 155 of 442 ~ 35.07'%

%31.67
%33.26
%35.07

CMYK color model

#8C939B color CMYK value is (10,5,0,39).

  • cyan value is 9.68%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (10,5,0,39)
C10M5Y0K39 (10%, 5%, 0%, 39%)
(0.10 / 0.05 / 0.00 / 0.39)

CMYK percentages

%9.68
%5.16
%0
%39.22

Codes

Color #8C939B in popluar color models

8C 93 9B
RGB 140 147 155
HSL 212° 6.98% 57.84%
HSB/HSV 212° 9.68% 60.78%
CMYK 9.68% 5.16% 0.00%
39.22%

Color #8C939B in popluar number systems.

HEX 8C 93 9B
Decimal 140 147 155
Binary 10001100 10010011 10011011
Octal 214 223 233

Shades and tints

Shades of #8C939B

#8C939B
(140,147,155)
#80868D
(128,134,141)
#74797F
(116,121,127)
#686C71
(104,108,113)
#5C5F63
(92,95,99)
#505255
(80,82,85)
#444547
(68,69,71)
#383839
(56,56,57)
#2C2B2B
(44,43,43)
#201E1D
(32,30,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #8C939B

#8C939B
(140,147,155)
#969CA4
(150,156,164)
#A0A5AD
(160,165,173)
#AAAEB6
(170,174,182)
#B4B7BF
(180,183,191)
#BEC0C8
(190,192,200)
#C8C9D1
(200,201,209)
#D2D2DA
(210,210,218)
#DCDBE3
(220,219,227)
#E6E4EC
(230,228,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C939B color. Also use rgb(140,147,155) instead hex code.

Text Font Color

.myTextColor { color: #8C939B; }

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

This text font color is #8C939B.

Background Color

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

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

This div background color is #8C939B.

Border color

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

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

This div border color is #8C939B.

Opacity

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

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

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

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

This text has shadow with #8C939B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C939B.

Preview

Color preview on black background

This text has color #8C939B on black background.


Color preview on white background

This text has color #8C939B on white background.


Black color preview on #8C939B background

This text has black color on #8C939B background.


White color preview on #8C939B background

This text has white color on #8C939B background.


Related colors

Complementary color

Complementary color for #hex is #736C64.


I love getcolorcode.com

Triadic colors

1 #9B8C93 and #939B8C with #8C939B are triadic colors.

2 #9B938C and #938C9B with #8C939B are triadic colors.