COLOR #9D6173

HEX: #9D6173
RGB: (157,97,115)

Color info

#9D6173 contains mainly red and blue colors. Web safe color of #9D6173 is #996666 (or #966).

RGB color model

#9D6173 color RGB value is (157,97,115).

  • red value is 157;
  • green value is 97;
  • blue value is 115.
RGB:
(157,97,115)
(62%,38%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 97 of 255 = 38%
B 115 of 255 = 45%

157
97
115

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

Portions of RGB colors in percentages

R + G + B =
157 + 97 + 115 = 369 (100%)
R 157 of 369 ~ 42.55%
G 97 of 369 ~ 26.29%
B 115 of 369 ~ 31.17%

%42.55
%26.29
%31.17

CMYK color model

#9D6173 color CMYK value is (0,38,27,38).

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 26.75%
  • key color value is 38.43%
CMYK:
(0,38,27,38)
C0M38Y27K38 
(0%,38%,27%,38%)
(0.00/0.38/0.27/0.38)	

CMYK percentages

%0
%38.22
%26.75
%38.43

Codes

Color #9D6173 in popluar color models

9D6173
RGB15797115
HSL342°23.62%49.80%
HSB/HSV342°38.22%61.57%
CMYK0.00%38.22%26.75%
38.43%

Color #9D6173 in popluar number systems.

HEX9D6173
Decimal15797115
Binary1001110111000011110011
Octal235141163

Shades and tints

Shades of #9D6173

#9D6173
(157,97,115)
#8F5969
(143,89,105)
#81515F
(129,81,95)
#734955
(115,73,85)
#65414B
(101,65,75)
#573941
(87,57,65)
#493137
(73,49,55)
#3B292D
(59,41,45)
#2D2123
(45,33,35)
#1F1919
(31,25,25)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9D6173

#9D6173
(157,97,115)
#A56F7F
(165,111,127)
#AD7D8B
(173,125,139)
#B58B97
(181,139,151)
#BD99A3
(189,153,163)
#C5A7AF
(197,167,175)
#CDB5BB
(205,181,187)
#D5C3C7
(213,195,199)
#DDD1D3
(221,209,211)
#E5DFDF
(229,223,223)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6173 color. Also use rgb(157,97,115) instead hex code.

Text Font Color

.myTextColor { color: #9D6173; }

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

This text font color is #9D6173.


Background Color

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

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

This div background color is #9D6173.


Border color

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

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

This div border color is #9D6173.


Opacity

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

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

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

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

This text has shadow with #9D6173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6173 on black background.


Color preview on white background

This text has color #9D6173 on white background.



Black color preview on #9D6173 background

This text has black color on #9D6173 background.


White color preview on #9D6173 background

This text has white color on #9D6173 background.