COLOR #9D8C8E

HEX: #9D8C8E
RGB: (157,140,142)

Color info

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

RGB color model

#9D8C8E color RGB value is (157,140,142).

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

RGB channels and saturation

R 157 of 255 = 62%
G 140 of 255 = 55%
B 142 of 255 = 56%

157
140
142

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

Portions of RGB colors in percentages

R + G + B =
157 + 140 + 142 = 439 (100%)
R 157 of 439 ~ 35.76%
G 140 of 439 ~ 31.89%
B 142 of 439 ~ 32.35%

%35.76
%31.89
%32.35

CMYK color model

#9D8C8E color CMYK value is (0,11,10,38).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 9.55%
  • key color value is 38.43%
CMYK:
(0,11,10,38)
C0M11Y10K38 
(0%,11%,10%,38%)
(0.00/0.11/0.10/0.38)	

CMYK percentages

%0
%10.83
%9.55
%38.43

Codes

Color #9D8C8E in popluar color models

9D8C8E
RGB157140142
HSL353°7.98%58.24%
HSB/HSV353°10.83%61.57%
CMYK0.00%10.83%9.55%
38.43%

Color #9D8C8E in popluar number systems.

HEX9D8C8E
Decimal157140142
Binary100111011000110010001110
Octal235214216

Shades and tints

Shades of #9D8C8E

#9D8C8E
(157,140,142)
#8F8082
(143,128,130)
#817476
(129,116,118)
#73686A
(115,104,106)
#655C5E
(101,92,94)
#575052
(87,80,82)
#494446
(73,68,70)
#3B383A
(59,56,58)
#2D2C2E
(45,44,46)
#1F2022
(31,32,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #9D8C8E

#9D8C8E
(157,140,142)
#A59698
(165,150,152)
#ADA0A2
(173,160,162)
#B5AAAC
(181,170,172)
#BDB4B6
(189,180,182)
#C5BEC0
(197,190,192)
#CDC8CA
(205,200,202)
#D5D2D4
(213,210,212)
#DDDCDE
(221,220,222)
#E5E6E8
(229,230,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8C8E color. Also use rgb(157,140,142) instead hex code.

Text Font Color

.myTextColor { color: #9D8C8E; }

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

This text font color is #9D8C8E.


Background Color

.myBgColor { background-color: #9D8C8E; }

<div style="background-color:#9D8C8E">Inner text</div>

This div background color is #9D8C8E.


Border color

.myBorderColor { border: 1px solid #9D8C8E; }

<div style="border:3px solid #9D8C8E">Div</div>

This div border color is #9D8C8E.


Opacity

.myOpacity80 { color: #9D8C8E; opacity: 0.8; }

<p style="color:#9D8C8E;opacity:0.8;">80%</p>

Text with #9D8C8E 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 #9D8C8E;}

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

This text has shadow with #9D8C8E color.

.textShadow {text-shadow: 3px 3px 1px #9D8C8E, 3px 3px 1px red;}

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

This text has shadow with #9D8C8E primary color and red secondary color.


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

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

This text has shadow with #9D8C8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8C8E on black background.


Color preview on white background

This text has color #9D8C8E on white background.



Black color preview on #9D8C8E background

This text has black color on #9D8C8E background.


White color preview on #9D8C8E background

This text has white color on #9D8C8E background.