COLOR #97616C

HEX: #97616C
RGB: (151,97,108)

Color info

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

RGB color model

#97616C color RGB value is (151,97,108).

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

RGB channels and saturation

R 151 of 255 = 59%
G 97 of 255 = 38%
B 108 of 255 = 42%

151
97
108

R + G + B ~ 46%. #97616C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 97 + 108 = 356 (100%)
R 151 of 356 ~ 42.42%
G 97 of 356 ~ 27.25%
B 108 of 356 ~ 30.34%

%42.42
%27.25
%30.34

CMYK color model

#97616C color CMYK value is (0,36,28,41).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(0,36,28,41)
C0M36Y28K41 
(0%,36%,28%,41%)
(0.00/0.36/0.28/0.41)	

CMYK percentages

%0
%35.76
%28.48
%40.78

Codes

Color #97616C in popluar color models

97616C
RGB15197108
HSL348°21.77%48.63%
HSB/HSV348°35.76%59.22%
CMYK0.00%35.76%28.48%
40.78%

Color #97616C in popluar number systems.

HEX97616C
Decimal15197108
Binary1001011111000011101100
Octal227141154

Shades and tints

Shades of #97616C

#97616C
(151,97,108)
#8A5963
(138,89,99)
#7D515A
(125,81,90)
#704951
(112,73,81)
#634148
(99,65,72)
#56393F
(86,57,63)
#493136
(73,49,54)
#3C292D
(60,41,45)
#2F2124
(47,33,36)
#22191B
(34,25,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #97616C

#97616C
(151,97,108)
#A06F79
(160,111,121)
#A97D86
(169,125,134)
#B28B93
(178,139,147)
#BB99A0
(187,153,160)
#C4A7AD
(196,167,173)
#CDB5BA
(205,181,186)
#D6C3C7
(214,195,199)
#DFD1D4
(223,209,212)
#E8DFE1
(232,223,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97616C; }

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

This text font color is #97616C.


Background Color

.myBgColor { background-color: #97616C; }

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

This div background color is #97616C.


Border color

.myBorderColor { border: 1px solid #97616C; }

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

This div border color is #97616C.


Opacity

.myOpacity80 { color: #97616C; opacity: 0.8; }

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

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

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

This text has shadow with #97616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97616C on black background.


Color preview on white background

This text has color #97616C on white background.



Black color preview on #97616C background

This text has black color on #97616C background.


White color preview on #97616C background

This text has white color on #97616C background.