COLOR #97717E

HEX: #97717E RGB: (151,113,126)

Color info

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

RGB color model

#97717E color RGB value is (151,113,126).

RGB: (151,113,126) (59%, 44%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 113 of 255 = 44%
B 126 of 255 = 49%

151
113
126

R + G + B ~ 51%. #97717E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 113 + 126 = 390 (100%)
R 151 of 390 ~ 38.72%
G 113 of 390 ~ 28.97%
B 126 of 390 ~ 32.31'%

%38.72
%28.97
%32.31

CMYK color model

#97717E color CMYK value is (0,25,17,41).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 16.56%
  • key color value is 40.78%

CMYK: (0,25,17,41)
C0M25Y17K41 (0%, 25%, 17%, 41%)
(0.00 / 0.25 / 0.17 / 0.41)

CMYK percentages

%0
%25.17
%16.56
%40.78

Codes

Color #97717E in popluar color models

97 71 7E
RGB 151 113 126
HSL 339° 15.45% 51.76%
HSB/HSV 339° 25.17% 59.22%
CMYK 0.00% 25.17% 16.56%
40.78%

Color #97717E in popluar number systems.

HEX 97 71 7E
Decimal 151 113 126
Binary 10010111 1110001 1111110
Octal 227 161 176

Shades and tints

Shades of #97717E

#97717E
(151,113,126)
#8A6773
(138,103,115)
#7D5D68
(125,93,104)
#70535D
(112,83,93)
#634952
(99,73,82)
#563F47
(86,63,71)
#49353C
(73,53,60)
#3C2B31
(60,43,49)
#2F2126
(47,33,38)
#22171B
(34,23,27)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #97717E

#97717E
(151,113,126)
#A07D89
(160,125,137)
#A98994
(169,137,148)
#B2959F
(178,149,159)
#BBA1AA
(187,161,170)
#C4ADB5
(196,173,181)
#CDB9C0
(205,185,192)
#D6C5CB
(214,197,203)
#DFD1D6
(223,209,214)
#E8DDE1
(232,221,225)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97717E color. Also use rgb(151,113,126) instead hex code.

Text Font Color

.myTextColor { color: #97717E; }

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

This text font color is #97717E.

Background Color

.myBgColor { background-color: #97717E; }

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

This div background color is #97717E.

Border color

.myBorderColor { border: 1px solid #97717E; }

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

This div border color is #97717E.

Opacity

.myOpacity80 { color: #97717E; opacity: 0.8; }

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

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

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

This text has shadow with #97717E color.


.textShadow {text-shadow: 3px 3px 1px #97717E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97717E; -webkit-box-shadow: 1px 1px 3px 2px #97717E; box-shadow:1px 1px 3px 2px #97717E;">
Div content here
</div>

This div box has shadow with color #97717E.

Preview

Color preview on black background

This text has color #97717E on black background.


Color preview on white background

This text has color #97717E on white background.


Black color preview on #97717E background

This text has black color on #97717E background.


White color preview on #97717E background

This text has white color on #97717E background.


Related colors

Complementary color

Complementary color for #hex is #688E81.


I love getcolorcode.com

Triadic colors

1 #7E9771 and #717E97 with #97717E are triadic colors.

2 #7E7197 and #71977E with #97717E are triadic colors.