COLOR #9D8A9E

HEX: #9D8A9E
RGB: (157,138,158)

Color info

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

RGB color model

#9D8A9E color RGB value is (157,138,158).

  • red value is 157;
  • green value is 138;
  • blue value is 158.
RGB:
(157,138,158)
(62%,54%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 138 of 255 = 54%
B 158 of 255 = 62%

157
138
158

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

Portions of RGB colors in percentages

R + G + B =
157 + 138 + 158 = 453 (100%)
R 157 of 453 ~ 34.66%
G 138 of 453 ~ 30.46%
B 158 of 453 ~ 34.88%

%34.66
%30.46
%34.88

CMYK color model

#9D8A9E color CMYK value is (1,13,0,38).

  • cyan value is 0.63%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(1,13,0,38)
C1M13Y0K38 
(1%,13%,0%,38%)
(0.01/0.13/0.00/0.38)	

CMYK percentages

%0.63
%12.66
%0
%38.04

Codes

Color #9D8A9E in popluar color models

9D8A9E
RGB157138158
HSL297°9.35%58.04%
HSB/HSV297°12.66%61.96%
CMYK0.63%12.66%0.00%
38.04%

Color #9D8A9E in popluar number systems.

HEX9D8A9E
Decimal157138158
Binary100111011000101010011110
Octal235212236

Shades and tints

Shades of #9D8A9E

#9D8A9E
(157,138,158)
#8F7E90
(143,126,144)
#817282
(129,114,130)
#736674
(115,102,116)
#655A66
(101,90,102)
#574E58
(87,78,88)
#49424A
(73,66,74)
#3B363C
(59,54,60)
#2D2A2E
(45,42,46)
#1F1E20
(31,30,32)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #9D8A9E

#9D8A9E
(157,138,158)
#A594A6
(165,148,166)
#AD9EAE
(173,158,174)
#B5A8B6
(181,168,182)
#BDB2BE
(189,178,190)
#C5BCC6
(197,188,198)
#CDC6CE
(205,198,206)
#D5D0D6
(213,208,214)
#DDDADE
(221,218,222)
#E5E4E6
(229,228,230)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8A9E; }

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

This text font color is #9D8A9E.


Background Color

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

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

This div background color is #9D8A9E.


Border color

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

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

This div border color is #9D8A9E.


Opacity

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

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

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

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

This text has shadow with #9D8A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8A9E on black background.


Color preview on white background

This text has color #9D8A9E on white background.



Black color preview on #9D8A9E background

This text has black color on #9D8A9E background.


White color preview on #9D8A9E background

This text has white color on #9D8A9E background.