COLOR #9D8E8E

HEX: #9D8E8E
RGB: (157,142,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
142
142

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

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 142 = 441 (100%)
R 157 of 441 ~ 35.6%
G 142 of 441 ~ 32.2%
B 142 of 441 ~ 32.2%

%35.6
%32.2
%32.2

CMYK color model

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

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

CMYK percentages

%0
%9.55
%9.55
%38.43

Codes

Color #9D8E8E in popluar color models

9D8E8E
RGB157142142
HSL7.11%58.63%
HSB/HSV9.55%61.57%
CMYK0.00%9.55%9.55%
38.43%

Color #9D8E8E in popluar number systems.

HEX9D8E8E
Decimal157142142
Binary100111011000111010001110
Octal235216216

Shades and tints

Shades of #9D8E8E

#9D8E8E
(157,142,142)
#8F8282
(143,130,130)
#817676
(129,118,118)
#736A6A
(115,106,106)
#655E5E
(101,94,94)
#575252
(87,82,82)
#494646
(73,70,70)
#3B3A3A
(59,58,58)
#2D2E2E
(45,46,46)
#1F2222
(31,34,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #9D8E8E

#9D8E8E
(157,142,142)
#A59898
(165,152,152)
#ADA2A2
(173,162,162)
#B5ACAC
(181,172,172)
#BDB6B6
(189,182,182)
#C5C0C0
(197,192,192)
#CDCACA
(205,202,202)
#D5D4D4
(213,212,212)
#DDDEDE
(221,222,222)
#E5E8E8
(229,232,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8E8E; }

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

This text font color is #9D8E8E.


Background Color

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

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

This div background color is #9D8E8E.


Border color

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

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

This div border color is #9D8E8E.


Opacity

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

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

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

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

This text has shadow with #9D8E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8E8E on black background.


Color preview on white background

This text has color #9D8E8E on white background.



Black color preview on #9D8E8E background

This text has black color on #9D8E8E background.


White color preview on #9D8E8E background

This text has white color on #9D8E8E background.