COLOR #8D939B

HEX: #8D939B
RGB: (141,147,155)

Color info

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

RGB color model

#8D939B color RGB value is (141,147,155).

  • red value is 141;
  • green value is 147;
  • blue value is 155.
RGB:
(141,147,155)
(55%,58%,61%)

RGB channels and saturation

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

141
147
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 147 + 155 = 443 (100%)
R 141 of 443 ~ 31.83%
G 147 of 443 ~ 33.18%
B 155 of 443 ~ 34.99%

%31.83
%33.18
%34.99

CMYK color model

#8D939B color CMYK value is (9,5,0,39).

  • cyan value is 9.03%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,5,0,39)
C9M5Y0K39 
(9%,5%,0%,39%)
(0.09/0.05/0.00/0.39)	

CMYK percentages

%9.03
%5.16
%0
%39.22

Codes

Color #8D939B in popluar color models

8D939B
RGB141147155
HSL214°6.54%58.04%
HSB/HSV214°9.03%60.78%
CMYK9.03%5.16%0.00%
39.22%

Color #8D939B in popluar number systems.

HEX8D939B
Decimal141147155
Binary100011011001001110011011
Octal215223233

Shades and tints

Shades of #8D939B

#8D939B
(141,147,155)
#81868D
(129,134,141)
#75797F
(117,121,127)
#696C71
(105,108,113)
#5D5F63
(93,95,99)
#515255
(81,82,85)
#454547
(69,69,71)
#393839
(57,56,57)
#2D2B2B
(45,43,43)
#211E1D
(33,30,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8D939B

#8D939B
(141,147,155)
#979CA4
(151,156,164)
#A1A5AD
(161,165,173)
#ABAEB6
(171,174,182)
#B5B7BF
(181,183,191)
#BFC0C8
(191,192,200)
#C9C9D1
(201,201,209)
#D3D2DA
(211,210,218)
#DDDBE3
(221,219,227)
#E7E4EC
(231,228,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D939B; }

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

This text font color is #8D939B.


Background Color

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

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

This div background color is #8D939B.


Border color

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

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

This div border color is #8D939B.


Opacity

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

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

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

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

This text has shadow with #8D939B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D939B on black background.


Color preview on white background

This text has color #8D939B on white background.



Black color preview on #8D939B background

This text has black color on #8D939B background.


White color preview on #8D939B background

This text has white color on #8D939B background.