COLOR #9D7D8B

HEX: #9D7D8B
RGB: (157,125,139)

Color info

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

RGB color model

#9D7D8B color RGB value is (157,125,139).

  • red value is 157;
  • green value is 125;
  • blue value is 139.
RGB:
(157,125,139)
(62%,49%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 139 of 255 = 55%

157
125
139

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 139 = 421 (100%)
R 157 of 421 ~ 37.29%
G 125 of 421 ~ 29.69%
B 139 of 421 ~ 33.02%

%37.29
%29.69
%33.02

CMYK color model

#9D7D8B color CMYK value is (0,20,11,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(0,20,11,38)
C0M20Y11K38 
(0%,20%,11%,38%)
(0.00/0.20/0.11/0.38)	

CMYK percentages

%0
%20.38
%11.46
%38.43

Codes

Color #9D7D8B in popluar color models

9D7D8B
RGB157125139
HSL334°14.04%55.29%
HSB/HSV334°20.38%61.57%
CMYK0.00%20.38%11.46%
38.43%

Color #9D7D8B in popluar number systems.

HEX9D7D8B
Decimal157125139
Binary10011101111110110001011
Octal235175213

Shades and tints

Shades of #9D7D8B

#9D7D8B
(157,125,139)
#8F727F
(143,114,127)
#816773
(129,103,115)
#735C67
(115,92,103)
#65515B
(101,81,91)
#57464F
(87,70,79)
#493B43
(73,59,67)
#3B3037
(59,48,55)
#2D252B
(45,37,43)
#1F1A1F
(31,26,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9D7D8B

#9D7D8B
(157,125,139)
#A58895
(165,136,149)
#AD939F
(173,147,159)
#B59EA9
(181,158,169)
#BDA9B3
(189,169,179)
#C5B4BD
(197,180,189)
#CDBFC7
(205,191,199)
#D5CAD1
(213,202,209)
#DDD5DB
(221,213,219)
#E5E0E5
(229,224,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7D8B color. Also use rgb(157,125,139) instead hex code.

Text Font Color

.myTextColor { color: #9D7D8B; }

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

This text font color is #9D7D8B.


Background Color

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

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

This div background color is #9D7D8B.


Border color

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

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

This div border color is #9D7D8B.


Opacity

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

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

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

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

This text has shadow with #9D7D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D8B on black background.


Color preview on white background

This text has color #9D7D8B on white background.



Black color preview on #9D7D8B background

This text has black color on #9D7D8B background.


White color preview on #9D7D8B background

This text has white color on #9D7D8B background.