COLOR #97707E

HEX: #97707E
RGB: (151,112,126)

Color info

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

RGB color model

#97707E color RGB value is (151,112,126).

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

RGB channels and saturation

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

151
112
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 112 + 126 = 389 (100%)
R 151 of 389 ~ 38.82%
G 112 of 389 ~ 28.79%
B 126 of 389 ~ 32.39%

%38.82
%28.79
%32.39

CMYK color model

#97707E color CMYK value is (0,26,17,41).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,26,17,41)
C0M26Y17K41 
(0%,26%,17%,41%)
(0.00/0.26/0.17/0.41)	

CMYK percentages

%0
%25.83
%16.56
%40.78

Codes

Color #97707E in popluar color models

97707E
RGB151112126
HSL338°15.79%51.57%
HSB/HSV338°25.83%59.22%
CMYK0.00%25.83%16.56%
40.78%

Color #97707E in popluar number systems.

HEX97707E
Decimal151112126
Binary1001011111100001111110
Octal227160176

Shades and tints

Shades of #97707E

#97707E
(151,112,126)
#8A6673
(138,102,115)
#7D5C68
(125,92,104)
#70525D
(112,82,93)
#634852
(99,72,82)
#563E47
(86,62,71)
#49343C
(73,52,60)
#3C2A31
(60,42,49)
#2F2026
(47,32,38)
#22161B
(34,22,27)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #97707E

#97707E
(151,112,126)
#A07D89
(160,125,137)
#A98A94
(169,138,148)
#B2979F
(178,151,159)
#BBA4AA
(187,164,170)
#C4B1B5
(196,177,181)
#CDBEC0
(205,190,192)
#D6CBCB
(214,203,203)
#DFD8D6
(223,216,214)
#E8E5E1
(232,229,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97707E; }

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

This text font color is #97707E.


Background Color

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

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

This div background color is #97707E.


Border color

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

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

This div border color is #97707E.


Opacity

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

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

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

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

This text has shadow with #97707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97707E on black background.


Color preview on white background

This text has color #97707E on white background.



Black color preview on #97707E background

This text has black color on #97707E background.


White color preview on #97707E background

This text has white color on #97707E background.