COLOR #97176F

HEX: #97176F
RGB: (151,23,111)

Color info

#97176F contains mainly red and blue colors. Web safe color of #97176F is #990066 (or #906).

RGB color model

#97176F color RGB value is (151,23,111).

  • red value is 151;
  • green value is 23;
  • blue value is 111.
RGB:
(151,23,111)
(59%,9%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 23 of 255 = 9%
B 111 of 255 = 44%

151
23
111

R + G + B ~ 37%. #97176F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 23 + 111 = 285 (100%)
R 151 of 285 ~ 52.98%
G 23 of 285 ~ 8.07%
B 111 of 285 ~ 38.95%

%52.98
%38.95

CMYK color model

#97176F color CMYK value is (0,85,26,41).

  • cyan value is 0.00%
  • magenta value is 84.77%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,85,26,41)
C0M85Y26K41 
(0%,85%,26%,41%)
(0.00/0.85/0.26/0.41)	

CMYK percentages

%0
%84.77
%26.49
%40.78

Codes

Color #97176F in popluar color models

97176F
RGB15123111
HSL319°73.56%34.12%
HSB/HSV319°84.77%59.22%
CMYK0.00%84.77%26.49%
40.78%

Color #97176F in popluar number systems.

HEX97176F
Decimal15123111
Binary10010111101111101111
Octal22727157

Shades and tints

Shades of #97176F

#97176F
(151,23,111)
#8A1565
(138,21,101)
#7D135B
(125,19,91)
#701151
(112,17,81)
#630F47
(99,15,71)
#560D3D
(86,13,61)
#490B33
(73,11,51)
#3C0929
(60,9,41)
#2F071F
(47,7,31)
#220515
(34,5,21)
#15030B
(21,3,11)
#000000
(0,0,0)

Tints of #97176F

#97176F
(151,23,111)
#A02C7C
(160,44,124)
#A94189
(169,65,137)
#B25696
(178,86,150)
#BB6BA3
(187,107,163)
#C480B0
(196,128,176)
#CD95BD
(205,149,189)
#D6AACA
(214,170,202)
#DFBFD7
(223,191,215)
#E8D4E4
(232,212,228)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97176F color. Also use rgb(151,23,111) instead hex code.

Text Font Color

.myTextColor { color: #97176F; }

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

This text font color is #97176F.


Background Color

.myBgColor { background-color: #97176F; }

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

This div background color is #97176F.


Border color

.myBorderColor { border: 1px solid #97176F; }

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

This div border color is #97176F.


Opacity

.myOpacity80 { color: #97176F; opacity: 0.8; }

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

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

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

This text has shadow with #97176F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97176F on black background.


Color preview on white background

This text has color #97176F on white background.



Black color preview on #97176F background

This text has black color on #97176F background.


White color preview on #97176F background

This text has white color on #97176F background.