COLOR #9D717C

HEX: #9D717C
RGB: (157,113,124)

Color info

#9D717C contains red, green and blue colors in about the same proportion. Web safe color of #9D717C is #996666 (or #966).

RGB color model

#9D717C color RGB value is (157,113,124).

  • red value is 157;
  • green value is 113;
  • blue value is 124.
RGB:
(157,113,124)
(62%,44%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 113 of 255 = 44%
B 124 of 255 = 49%

157
113
124

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

Portions of RGB colors in percentages

R + G + B =
157 + 113 + 124 = 394 (100%)
R 157 of 394 ~ 39.85%
G 113 of 394 ~ 28.68%
B 124 of 394 ~ 31.47%

%39.85
%28.68
%31.47

CMYK color model

#9D717C color CMYK value is (0,28,21,38).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(0,28,21,38)
C0M28Y21K38 
(0%,28%,21%,38%)
(0.00/0.28/0.21/0.38)	

CMYK percentages

%0
%28.03
%21.02
%38.43

Codes

Color #9D717C in popluar color models

9D717C
RGB157113124
HSL345°18.33%52.94%
HSB/HSV345°28.03%61.57%
CMYK0.00%28.03%21.02%
38.43%

Color #9D717C in popluar number systems.

HEX9D717C
Decimal157113124
Binary1001110111100011111100
Octal235161174

Shades and tints

Shades of #9D717C

#9D717C
(157,113,124)
#8F6771
(143,103,113)
#815D66
(129,93,102)
#73535B
(115,83,91)
#654950
(101,73,80)
#573F45
(87,63,69)
#49353A
(73,53,58)
#3B2B2F
(59,43,47)
#2D2124
(45,33,36)
#1F1719
(31,23,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #9D717C

#9D717C
(157,113,124)
#A57D87
(165,125,135)
#AD8992
(173,137,146)
#B5959D
(181,149,157)
#BDA1A8
(189,161,168)
#C5ADB3
(197,173,179)
#CDB9BE
(205,185,190)
#D5C5C9
(213,197,201)
#DDD1D4
(221,209,212)
#E5DDDF
(229,221,223)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D717C color. Also use rgb(157,113,124) instead hex code.

Text Font Color

.myTextColor { color: #9D717C; }

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

This text font color is #9D717C.


Background Color

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

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

This div background color is #9D717C.


Border color

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

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

This div border color is #9D717C.


Opacity

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

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

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

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

This text has shadow with #9D717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D717C on black background.


Color preview on white background

This text has color #9D717C on white background.



Black color preview on #9D717C background

This text has black color on #9D717C background.


White color preview on #9D717C background

This text has white color on #9D717C background.