COLOR #9D7B82

HEX: #9D7B82
RGB: (157,123,130)

Color info

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

RGB color model

#9D7B82 color RGB value is (157,123,130).

  • red value is 157;
  • green value is 123;
  • blue value is 130.
RGB:
(157,123,130)
(62%,48%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 123 of 255 = 48%
B 130 of 255 = 51%

157
123
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 123 + 130 = 410 (100%)
R 157 of 410 ~ 38.29%
G 123 of 410 ~ 30%
B 130 of 410 ~ 31.71%

%38.29
%30
%31.71

CMYK color model

#9D7B82 color CMYK value is (0,22,17,38).

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,22,17,38)
C0M22Y17K38 
(0%,22%,17%,38%)
(0.00/0.22/0.17/0.38)	

CMYK percentages

%0
%21.66
%17.2
%38.43

Codes

Color #9D7B82 in popluar color models

9D7B82
RGB157123130
HSL348°14.78%54.90%
HSB/HSV348°21.66%61.57%
CMYK0.00%21.66%17.20%
38.43%

Color #9D7B82 in popluar number systems.

HEX9D7B82
Decimal157123130
Binary10011101111101110000010
Octal235173202

Shades and tints

Shades of #9D7B82

#9D7B82
(157,123,130)
#8F7077
(143,112,119)
#81656C
(129,101,108)
#735A61
(115,90,97)
#654F56
(101,79,86)
#57444B
(87,68,75)
#493940
(73,57,64)
#3B2E35
(59,46,53)
#2D232A
(45,35,42)
#1F181F
(31,24,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #9D7B82

#9D7B82
(157,123,130)
#A5878D
(165,135,141)
#AD9398
(173,147,152)
#B59FA3
(181,159,163)
#BDABAE
(189,171,174)
#C5B7B9
(197,183,185)
#CDC3C4
(205,195,196)
#D5CFCF
(213,207,207)
#DDDBDA
(221,219,218)
#E5E7E5
(229,231,229)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7B82 color. Also use rgb(157,123,130) instead hex code.

Text Font Color

.myTextColor { color: #9D7B82; }

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

This text font color is #9D7B82.


Background Color

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

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

This div background color is #9D7B82.


Border color

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

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

This div border color is #9D7B82.


Opacity

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

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

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

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

This text has shadow with #9D7B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7B82 on black background.


Color preview on white background

This text has color #9D7B82 on white background.



Black color preview on #9D7B82 background

This text has black color on #9D7B82 background.


White color preview on #9D7B82 background

This text has white color on #9D7B82 background.