COLOR #9D707C

HEX: #9D707C RGB: (157,112,124)

Color info

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

RGB color model

#9D707C color RGB value is (157,112,124).

RGB: (157,112,124) (62%, 44%, 49%)

RGB channels and saturation

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

157
112
124

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

Portions of RGB colors in percentages

R + G + B = 157 + 112 + 124 = 393 (100%)
R 157 of 393 ~ 39.95%
G 112 of 393 ~ 28.5%
B 124 of 393 ~ 31.55'%

%39.95
%28.5
%31.55

CMYK color model

#9D707C color CMYK value is (0,29,21,38).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 21.02%
  • key color value is 38.43%

CMYK: (0,29,21,38)
C0M29Y21K38 (0%, 29%, 21%, 38%)
(0.00 / 0.29 / 0.21 / 0.38)

CMYK percentages

%0
%28.66
%21.02
%38.43

Codes

Color #9D707C in popluar color models

9D 70 7C
RGB 157 112 124
HSL 344° 18.67% 52.75%
HSB/HSV 344° 28.66% 61.57%
CMYK 0.00% 28.66% 21.02%
38.43%

Color #9D707C in popluar number systems.

HEX 9D 70 7C
Decimal 157 112 124
Binary 10011101 1110000 1111100
Octal 235 160 174

Shades and tints

Shades of #9D707C

#9D707C
(157,112,124)
#8F6671
(143,102,113)
#815C66
(129,92,102)
#73525B
(115,82,91)
#654850
(101,72,80)
#573E45
(87,62,69)
#49343A
(73,52,58)
#3B2A2F
(59,42,47)
#2D2024
(45,32,36)
#1F1619
(31,22,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #9D707C

#9D707C
(157,112,124)
#A57D87
(165,125,135)
#AD8A92
(173,138,146)
#B5979D
(181,151,157)
#BDA4A8
(189,164,168)
#C5B1B3
(197,177,179)
#CDBEBE
(205,190,190)
#D5CBC9
(213,203,201)
#DDD8D4
(221,216,212)
#E5E5DF
(229,229,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D707C; }

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

This text font color is #9D707C.

Background Color

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

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

This div background color is #9D707C.

Border color

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

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

This div border color is #9D707C.

Opacity

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

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

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

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

This text has shadow with #9D707C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D707C.

Preview

Color preview on black background

This text has color #9D707C on black background.


Color preview on white background

This text has color #9D707C on white background.


Black color preview on #9D707C background

This text has black color on #9D707C background.


White color preview on #9D707C background

This text has white color on #9D707C background.


Related colors

Complementary color

Complementary color for #hex is #628F83.


I love getcolorcode.com

Triadic colors

1 #7C9D70 and #707C9D with #9D707C are triadic colors.

2 #7C709D and #709D7C with #9D707C are triadic colors.