COLOR #9D6771

HEX: #9D6771
RGB: (157,103,113)

Color info

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

RGB color model

#9D6771 color RGB value is (157,103,113).

  • red value is 157;
  • green value is 103;
  • blue value is 113.
RGB:
(157,103,113)
(62%,40%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 113 of 255 = 44%

157
103
113

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

Portions of RGB colors in percentages

R + G + B =
157 + 103 + 113 = 373 (100%)
R 157 of 373 ~ 42.09%
G 103 of 373 ~ 27.61%
B 113 of 373 ~ 30.29%

%42.09
%27.61
%30.29

CMYK color model

#9D6771 color CMYK value is (0,34,28,38).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(0,34,28,38)
C0M34Y28K38 
(0%,34%,28%,38%)
(0.00/0.34/0.28/0.38)	

CMYK percentages

%0
%34.39
%28.03
%38.43

Codes

Color #9D6771 in popluar color models

9D6771
RGB157103113
HSL349°21.60%50.98%
HSB/HSV349°34.39%61.57%
CMYK0.00%34.39%28.03%
38.43%

Color #9D6771 in popluar number systems.

HEX9D6771
Decimal157103113
Binary1001110111001111110001
Octal235147161

Shades and tints

Shades of #9D6771

#9D6771
(157,103,113)
#8F5E67
(143,94,103)
#81555D
(129,85,93)
#734C53
(115,76,83)
#654349
(101,67,73)
#573A3F
(87,58,63)
#493135
(73,49,53)
#3B282B
(59,40,43)
#2D1F21
(45,31,33)
#1F1617
(31,22,23)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #9D6771

#9D6771
(157,103,113)
#A5747D
(165,116,125)
#AD8189
(173,129,137)
#B58E95
(181,142,149)
#BD9BA1
(189,155,161)
#C5A8AD
(197,168,173)
#CDB5B9
(205,181,185)
#D5C2C5
(213,194,197)
#DDCFD1
(221,207,209)
#E5DCDD
(229,220,221)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6771 color. Also use rgb(157,103,113) instead hex code.

Text Font Color

.myTextColor { color: #9D6771; }

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

This text font color is #9D6771.


Background Color

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

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

This div background color is #9D6771.


Border color

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

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

This div border color is #9D6771.


Opacity

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

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

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

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

This text has shadow with #9D6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6771 on black background.


Color preview on white background

This text has color #9D6771 on white background.



Black color preview on #9D6771 background

This text has black color on #9D6771 background.


White color preview on #9D6771 background

This text has white color on #9D6771 background.