COLOR #976170

HEX: #976170
RGB: (151,97,112)

Color info

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

RGB color model

#976170 color RGB value is (151,97,112).

  • red value is 151;
  • green value is 97;
  • blue value is 112.
RGB:
(151,97,112)
(59%,38%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 97 of 255 = 38%
B 112 of 255 = 44%

151
97
112

R + G + B ~ 47%. #976170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 97 + 112 = 360 (100%)
R 151 of 360 ~ 41.94%
G 97 of 360 ~ 26.94%
B 112 of 360 ~ 31.11%

%41.94
%26.94
%31.11

CMYK color model

#976170 color CMYK value is (0,36,26,41).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,36,26,41)
C0M36Y26K41 
(0%,36%,26%,41%)
(0.00/0.36/0.26/0.41)	

CMYK percentages

%0
%35.76
%25.83
%40.78

Codes

Color #976170 in popluar color models

976170
RGB15197112
HSL343°21.77%48.63%
HSB/HSV343°35.76%59.22%
CMYK0.00%35.76%25.83%
40.78%

Color #976170 in popluar number systems.

HEX976170
Decimal15197112
Binary1001011111000011110000
Octal227141160

Shades and tints

Shades of #976170

#976170
(151,97,112)
#8A5966
(138,89,102)
#7D515C
(125,81,92)
#704952
(112,73,82)
#634148
(99,65,72)
#56393E
(86,57,62)
#493134
(73,49,52)
#3C292A
(60,41,42)
#2F2120
(47,33,32)
#221916
(34,25,22)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #976170

#976170
(151,97,112)
#A06F7D
(160,111,125)
#A97D8A
(169,125,138)
#B28B97
(178,139,151)
#BB99A4
(187,153,164)
#C4A7B1
(196,167,177)
#CDB5BE
(205,181,190)
#D6C3CB
(214,195,203)
#DFD1D8
(223,209,216)
#E8DFE5
(232,223,229)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976170 color. Also use rgb(151,97,112) instead hex code.

Text Font Color

.myTextColor { color: #976170; }

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

This text font color is #976170.


Background Color

.myBgColor { background-color: #976170; }

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

This div background color is #976170.


Border color

.myBorderColor { border: 1px solid #976170; }

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

This div border color is #976170.


Opacity

.myOpacity80 { color: #976170; opacity: 0.8; }

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

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

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

This text has shadow with #976170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976170 on black background.


Color preview on white background

This text has color #976170 on white background.



Black color preview on #976170 background

This text has black color on #976170 background.


White color preview on #976170 background

This text has white color on #976170 background.