COLOR #9D7E8B

HEX: #9D7E8B
RGB: (157,126,139)

Color info

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

RGB color model

#9D7E8B color RGB value is (157,126,139).

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

RGB channels and saturation

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

157
126
139

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

Portions of RGB colors in percentages

R + G + B =
157 + 126 + 139 = 422 (100%)
R 157 of 422 ~ 37.2%
G 126 of 422 ~ 29.86%
B 139 of 422 ~ 32.94%

%37.2
%29.86
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.75%
  • 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
%19.75
%11.46
%38.43

Codes

Color #9D7E8B in popluar color models

9D7E8B
RGB157126139
HSL335°13.66%55.49%
HSB/HSV335°19.75%61.57%
CMYK0.00%19.75%11.46%
38.43%

Color #9D7E8B in popluar number systems.

HEX9D7E8B
Decimal157126139
Binary10011101111111010001011
Octal235176213

Shades and tints

Shades of #9D7E8B

#9D7E8B
(157,126,139)
#8F737F
(143,115,127)
#816873
(129,104,115)
#735D67
(115,93,103)
#65525B
(101,82,91)
#57474F
(87,71,79)
#493C43
(73,60,67)
#3B3137
(59,49,55)
#2D262B
(45,38,43)
#1F1B1F
(31,27,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #9D7E8B

#9D7E8B
(157,126,139)
#A58995
(165,137,149)
#AD949F
(173,148,159)
#B59FA9
(181,159,169)
#BDAAB3
(189,170,179)
#C5B5BD
(197,181,189)
#CDC0C7
(205,192,199)
#D5CBD1
(213,203,209)
#DDD6DB
(221,214,219)
#E5E1E5
(229,225,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7E8B; }

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

This text font color is #9D7E8B.


Background Color

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

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

This div background color is #9D7E8B.


Border color

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

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

This div border color is #9D7E8B.


Opacity

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

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

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

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

This text has shadow with #9D7E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7E8B on black background.


Color preview on white background

This text has color #9D7E8B on white background.



Black color preview on #9D7E8B background

This text has black color on #9D7E8B background.


White color preview on #9D7E8B background

This text has white color on #9D7E8B background.