COLOR #9D6A76

HEX: #9D6A76
RGB: (157,106,118)

Color info

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

RGB color model

#9D6A76 color RGB value is (157,106,118).

  • red value is 157;
  • green value is 106;
  • blue value is 118.
RGB: (157,106,118) (62%,42%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 106 of 255 = 42%
B 118 of 255 = 46%

157
106
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 106 + 118 = 381 (100%)
R 157 of 381 ~ 41.21%
G 106 of 381 ~ 27.82%
B 118 of 381 ~ 30.97%

%41.21
%27.82
%30.97

CMYK color model

#9D6A76 color CMYK value is (0,32,25,38).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK: (0,32,25,38) C0M32Y25K38 (0%,32%,25%,38%) (0.00/0.32/0.25/0.38)

CMYK percentages

%0
%32.48
%24.84
%38.43

Codes

Color #9D6A76 in popluar color models

9D6A76
RGB157106118
HSL346°20.65%51.57%
HSB/HSV346°32.48%61.57%
CMYK0.00%32.48%24.84%
38.43%

Color #9D6A76 in popluar number systems.

HEX9D6A76
Decimal157106118
Binary1001110111010101110110
Octal235152166

Shades and tints

Shades of #9D6A76

#9D6A76
(157,106,118)
#8F616C
(143,97,108)
#815862
(129,88,98)
#734F58
(115,79,88)
#65464E
(101,70,78)
#573D44
(87,61,68)
#49343A
(73,52,58)
#3B2B30
(59,43,48)
#2D2226
(45,34,38)
#1F191C
(31,25,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #9D6A76

#9D6A76
(157,106,118)
#A57782
(165,119,130)
#AD848E
(173,132,142)
#B5919A
(181,145,154)
#BD9EA6
(189,158,166)
#C5ABB2
(197,171,178)
#CDB8BE
(205,184,190)
#D5C5CA
(213,197,202)
#DDD2D6
(221,210,214)
#E5DFE2
(229,223,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6A76 color. Also use rgb(157,106,118) instead hex code.

Text Font Color

.myTextColor { color: #9D6A76; }

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

This text font color is #9D6A76.


Background Color

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

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

This div background color is #9D6A76.


Border color

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

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

This div border color is #9D6A76.


Opacity

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

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

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

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

This text has shadow with #9D6A76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9D6A76 on black background.


Color preview on white background

This text has color #9D6A76 on white background.



Black color preview on #9D6A76 background

This text has black color on #9D6A76 background.


White color preview on #9D6A76 background

This text has white color on #9D6A76 background.