COLOR #97807E

HEX: #97807E RGB: (151,128,126)

Color info

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

RGB color model

#97807E color RGB value is (151,128,126).

RGB: (151,128,126) (59%, 50%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 126 of 255 = 49%

151
128
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 128 + 126 = 405 (100%)
R 151 of 405 ~ 37.28%
G 128 of 405 ~ 31.6%
B 126 of 405 ~ 31.11'%

%37.28
%31.6
%31.11

CMYK color model

#97807E color CMYK value is (0,15,17,41).

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

CMYK: (0,15,17,41)
C0M15Y17K41 (0%, 15%, 17%, 41%)
(0.00 / 0.15 / 0.17 / 0.41)

CMYK percentages

%0
%15.23
%16.56
%40.78

Codes

Color #97807E in popluar color models

97 80 7E
RGB 151 128 126
HSL 10.73% 54.31%
HSB/HSV 16.56% 59.22%
CMYK 0.00% 15.23% 16.56%
40.78%

Color #97807E in popluar number systems.

HEX 97 80 7E
Decimal 151 128 126
Binary 10010111 10000000 1111110
Octal 227 200 176

Shades and tints

Shades of #97807E

#97807E
(151,128,126)
#8A7573
(138,117,115)
#7D6A68
(125,106,104)
#705F5D
(112,95,93)
#635452
(99,84,82)
#564947
(86,73,71)
#493E3C
(73,62,60)
#3C3331
(60,51,49)
#2F2826
(47,40,38)
#221D1B
(34,29,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #97807E

#97807E
(151,128,126)
#A08B89
(160,139,137)
#A99694
(169,150,148)
#B2A19F
(178,161,159)
#BBACAA
(187,172,170)
#C4B7B5
(196,183,181)
#CDC2C0
(205,194,192)
#D6CDCB
(214,205,203)
#DFD8D6
(223,216,214)
#E8E3E1
(232,227,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97807E; }

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

This text font color is #97807E.

Background Color

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

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

This div background color is #97807E.

Border color

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

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

This div border color is #97807E.

Opacity

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

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

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

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

This text has shadow with #97807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97807E.

Preview

Color preview on black background

This text has color #97807E on black background.


Color preview on white background

This text has color #97807E on white background.


Black color preview on #97807E background

This text has black color on #97807E background.


White color preview on #97807E background

This text has white color on #97807E background.


Related colors

Complementary color

Complementary color for #hex is #687F81.


I love getcolorcode.com

Triadic colors

1 #7E9780 and #807E97 with #97807E are triadic colors.

2 #7E8097 and #80977E with #97807E are triadic colors.