COLOR #9D9495

HEX: #9D9495
RGB: (157,148,149)

Color info

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

RGB color model

#9D9495 color RGB value is (157,148,149).

  • red value is 157;
  • green value is 148;
  • blue value is 149.
RGB:
(157,148,149)
(62%,58%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 149 of 255 = 58%

157
148
149

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

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 149 = 454 (100%)
R 157 of 454 ~ 34.58%
G 148 of 454 ~ 32.6%
B 149 of 454 ~ 32.82%

%34.58
%32.6
%32.82

CMYK color model

#9D9495 color CMYK value is (0,6,5,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 5.10%
  • key color value is 38.43%
CMYK:
(0,6,5,38)
C0M6Y5K38 
(0%,6%,5%,38%)
(0.00/0.06/0.05/0.38)	

CMYK percentages

%0
%5.73
%5.1
%38.43

Codes

Color #9D9495 in popluar color models

9D9495
RGB157148149
HSL353°4.39%59.80%
HSB/HSV353°5.73%61.57%
CMYK0.00%5.73%5.10%
38.43%

Color #9D9495 in popluar number systems.

HEX9D9495
Decimal157148149
Binary100111011001010010010101
Octal235224225

Shades and tints

Shades of #9D9495

#9D9495
(157,148,149)
#8F8788
(143,135,136)
#817A7B
(129,122,123)
#736D6E
(115,109,110)
#656061
(101,96,97)
#575354
(87,83,84)
#494647
(73,70,71)
#3B393A
(59,57,58)
#2D2C2D
(45,44,45)
#1F1F20
(31,31,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9D9495

#9D9495
(157,148,149)
#A59D9E
(165,157,158)
#ADA6A7
(173,166,167)
#B5AFB0
(181,175,176)
#BDB8B9
(189,184,185)
#C5C1C2
(197,193,194)
#CDCACB
(205,202,203)
#D5D3D4
(213,211,212)
#DDDCDD
(221,220,221)
#E5E5E6
(229,229,230)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9495; }

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

This text font color is #9D9495.


Background Color

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

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

This div background color is #9D9495.


Border color

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

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

This div border color is #9D9495.


Opacity

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

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

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

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

This text has shadow with #9D9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9495 on black background.


Color preview on white background

This text has color #9D9495 on white background.



Black color preview on #9D9495 background

This text has black color on #9D9495 background.


White color preview on #9D9495 background

This text has white color on #9D9495 background.