COLOR #9D8D99

HEX: #9D8D99
RGB: (157,141,153)

Color info

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

RGB color model

#9D8D99 color RGB value is (157,141,153).

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

RGB channels and saturation

R 157 of 255 = 62%
G 141 of 255 = 55%
B 153 of 255 = 60%

157
141
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 141 + 153 = 451 (100%)
R 157 of 451 ~ 34.81%
G 141 of 451 ~ 31.26%
B 153 of 451 ~ 33.92%

%34.81
%31.26
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(0,10,3,38)
C0M10Y3K38 
(0%,10%,3%,38%)
(0.00/0.10/0.03/0.38)	

CMYK percentages

%0
%10.19
%2.55
%38.43

Codes

Color #9D8D99 in popluar color models

9D8D99
RGB157141153
HSL315°7.55%58.43%
HSB/HSV315°10.19%61.57%
CMYK0.00%10.19%2.55%
38.43%

Color #9D8D99 in popluar number systems.

HEX9D8D99
Decimal157141153
Binary100111011000110110011001
Octal235215231

Shades and tints

Shades of #9D8D99

#9D8D99
(157,141,153)
#8F818C
(143,129,140)
#81757F
(129,117,127)
#736972
(115,105,114)
#655D65
(101,93,101)
#575158
(87,81,88)
#49454B
(73,69,75)
#3B393E
(59,57,62)
#2D2D31
(45,45,49)
#1F2124
(31,33,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9D8D99

#9D8D99
(157,141,153)
#A597A2
(165,151,162)
#ADA1AB
(173,161,171)
#B5ABB4
(181,171,180)
#BDB5BD
(189,181,189)
#C5BFC6
(197,191,198)
#CDC9CF
(205,201,207)
#D5D3D8
(213,211,216)
#DDDDE1
(221,221,225)
#E5E7EA
(229,231,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8D99; }

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

This text font color is #9D8D99.


Background Color

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

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

This div background color is #9D8D99.


Border color

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

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

This div border color is #9D8D99.


Opacity

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

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

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

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

This text has shadow with #9D8D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8D99 on black background.


Color preview on white background

This text has color #9D8D99 on white background.



Black color preview on #9D8D99 background

This text has black color on #9D8D99 background.


White color preview on #9D8D99 background

This text has white color on #9D8D99 background.