COLOR #97807D

HEX: #97807D RGB: (151,128,125)

Color info

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

RGB color model

#97807D color RGB value is (151,128,125).

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

RGB channels and saturation

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

151
128
125

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

Portions of RGB colors in percentages

R + G + B = 151 + 128 + 125 = 404 (100%)
R 151 of 404 ~ 37.38%
G 128 of 404 ~ 31.68%
B 125 of 404 ~ 30.94'%

%37.38
%31.68
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 17.22%
  • 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
%17.22
%40.78

Codes

Color #97807D in popluar color models

97 80 7D
RGB 151 128 125
HSL 11.11% 54.12%
HSB/HSV 17.22% 59.22%
CMYK 0.00% 15.23% 17.22%
40.78%

Color #97807D in popluar number systems.

HEX 97 80 7D
Decimal 151 128 125
Binary 10010111 10000000 1111101
Octal 227 200 175

Shades and tints

Shades of #97807D

#97807D
(151,128,125)
#8A7572
(138,117,114)
#7D6A67
(125,106,103)
#705F5C
(112,95,92)
#635451
(99,84,81)
#564946
(86,73,70)
#493E3B
(73,62,59)
#3C3330
(60,51,48)
#2F2825
(47,40,37)
#221D1A
(34,29,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #97807D

#97807D
(151,128,125)
#A08B88
(160,139,136)
#A99693
(169,150,147)
#B2A19E
(178,161,158)
#BBACA9
(187,172,169)
#C4B7B4
(196,183,180)
#CDC2BF
(205,194,191)
#D6CDCA
(214,205,202)
#DFD8D5
(223,216,213)
#E8E3E0
(232,227,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97807D; }

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

This text font color is #97807D.

Background Color

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

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

This div background color is #97807D.

Border color

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

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

This div border color is #97807D.

Opacity

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

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

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

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

This text has shadow with #97807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97807D.

Preview

Color preview on black background

This text has color #97807D on black background.


Color preview on white background

This text has color #97807D on white background.


Black color preview on #97807D background

This text has black color on #97807D background.


White color preview on #97807D background

This text has white color on #97807D background.


Related colors

Complementary color

Complementary color for #hex is #687F82.


I love getcolorcode.com

Triadic colors

1 #7D9780 and #807D97 with #97807D are triadic colors.

2 #7D8097 and #80977D with #97807D are triadic colors.