COLOR #9D808F

HEX: #9D808F
RGB: (157,128,143)

Color info

#9D808F contains red, green and blue colors in about the same proportion. Web safe color of #9D808F is #996699 (or #969).

RGB color model

#9D808F color RGB value is (157,128,143).

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

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 143 of 255 = 56%

157
128
143

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

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 143 = 428 (100%)
R 157 of 428 ~ 36.68%
G 128 of 428 ~ 29.91%
B 143 of 428 ~ 33.41%

%36.68
%29.91
%33.41

CMYK color model

#9D808F color CMYK value is (0,18,9,38).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 8.92%
  • key color value is 38.43%
CMYK:
(0,18,9,38)
C0M18Y9K38 
(0%,18%,9%,38%)
(0.00/0.18/0.09/0.38)	

CMYK percentages

%0
%18.47
%8.92
%38.43

Codes

Color #9D808F in popluar color models

9D808F
RGB157128143
HSL329°12.89%55.88%
HSB/HSV329°18.47%61.57%
CMYK0.00%18.47%8.92%
38.43%

Color #9D808F in popluar number systems.

HEX9D808F
Decimal157128143
Binary100111011000000010001111
Octal235200217

Shades and tints

Shades of #9D808F

#9D808F
(157,128,143)
#8F7582
(143,117,130)
#816A75
(129,106,117)
#735F68
(115,95,104)
#65545B
(101,84,91)
#57494E
(87,73,78)
#493E41
(73,62,65)
#3B3334
(59,51,52)
#2D2827
(45,40,39)
#1F1D1A
(31,29,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #9D808F

#9D808F
(157,128,143)
#A58B99
(165,139,153)
#AD96A3
(173,150,163)
#B5A1AD
(181,161,173)
#BDACB7
(189,172,183)
#C5B7C1
(197,183,193)
#CDC2CB
(205,194,203)
#D5CDD5
(213,205,213)
#DDD8DF
(221,216,223)
#E5E3E9
(229,227,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D808F; }

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

This text font color is #9D808F.


Background Color

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

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

This div background color is #9D808F.


Border color

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

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

This div border color is #9D808F.


Opacity

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

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

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

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

This text has shadow with #9D808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D808F on black background.


Color preview on white background

This text has color #9D808F on white background.



Black color preview on #9D808F background

This text has black color on #9D808F background.


White color preview on #9D808F background

This text has white color on #9D808F background.