COLOR #9D9199

HEX: #9D9199
RGB: (157,145,153)

Color info

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

RGB color model

#9D9199 color RGB value is (157,145,153).

  • red value is 157;
  • green value is 145;
  • blue value is 153.
RGB:
(157,145,153)
(62%,57%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 145 of 255 = 57%
B 153 of 255 = 60%

157
145
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 145 + 153 = 455 (100%)
R 157 of 455 ~ 34.51%
G 145 of 455 ~ 31.87%
B 153 of 455 ~ 33.63%

%34.51
%31.87
%33.63

CMYK color model

#9D9199 color CMYK value is (0,8,3,38).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(0,8,3,38)
C0M8Y3K38 
(0%,8%,3%,38%)
(0.00/0.08/0.03/0.38)	

CMYK percentages

%0
%7.64
%2.55
%38.43

Codes

Color #9D9199 in popluar color models

9D9199
RGB157145153
HSL320°5.77%59.22%
HSB/HSV320°7.64%61.57%
CMYK0.00%7.64%2.55%
38.43%

Color #9D9199 in popluar number systems.

HEX9D9199
Decimal157145153
Binary100111011001000110011001
Octal235221231

Shades and tints

Shades of #9D9199

#9D9199
(157,145,153)
#8F848C
(143,132,140)
#81777F
(129,119,127)
#736A72
(115,106,114)
#655D65
(101,93,101)
#575058
(87,80,88)
#49434B
(73,67,75)
#3B363E
(59,54,62)
#2D2931
(45,41,49)
#1F1C24
(31,28,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #9D9199

#9D9199
(157,145,153)
#A59BA2
(165,155,162)
#ADA5AB
(173,165,171)
#B5AFB4
(181,175,180)
#BDB9BD
(189,185,189)
#C5C3C6
(197,195,198)
#CDCDCF
(205,205,207)
#D5D7D8
(213,215,216)
#DDE1E1
(221,225,225)
#E5EBEA
(229,235,234)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9199; }

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

This text font color is #9D9199.


Background Color

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

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

This div background color is #9D9199.


Border color

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

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

This div border color is #9D9199.


Opacity

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

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

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

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

This text has shadow with #9D9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9199 on black background.


Color preview on white background

This text has color #9D9199 on white background.



Black color preview on #9D9199 background

This text has black color on #9D9199 background.


White color preview on #9D9199 background

This text has white color on #9D9199 background.