COLOR #97807C

HEX: #97807C
RGB: (151,128,124)

Color info

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

RGB color model

#97807C color RGB value is (151,128,124).

  • red value is 151;
  • green value is 128;
  • blue value is 124.
RGB:
(151,128,124)
(59%,50%,49%)

RGB channels and saturation

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

151
128
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 128 + 124 = 403 (100%)
R 151 of 403 ~ 37.47%
G 128 of 403 ~ 31.76%
B 124 of 403 ~ 30.77%

%37.47
%31.76
%30.77

CMYK color model

#97807C color CMYK value is (0,15,18,41).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(0,15,18,41)
C0M15Y18K41 
(0%,15%,18%,41%)
(0.00/0.15/0.18/0.41)	

CMYK percentages

%0
%15.23
%17.88
%40.78

Codes

Color #97807C in popluar color models

97807C
RGB151128124
HSL11.49%53.92%
HSB/HSV17.88%59.22%
CMYK0.00%15.23%17.88%
40.78%

Color #97807C in popluar number systems.

HEX97807C
Decimal151128124
Binary10010111100000001111100
Octal227200174

Shades and tints

Shades of #97807C

#97807C
(151,128,124)
#8A7571
(138,117,113)
#7D6A66
(125,106,102)
#705F5B
(112,95,91)
#635450
(99,84,80)
#564945
(86,73,69)
#493E3A
(73,62,58)
#3C332F
(60,51,47)
#2F2824
(47,40,36)
#221D19
(34,29,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #97807C

#97807C
(151,128,124)
#A08B87
(160,139,135)
#A99692
(169,150,146)
#B2A19D
(178,161,157)
#BBACA8
(187,172,168)
#C4B7B3
(196,183,179)
#CDC2BE
(205,194,190)
#D6CDC9
(214,205,201)
#DFD8D4
(223,216,212)
#E8E3DF
(232,227,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97807C; }

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

This text font color is #97807C.


Background Color

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

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

This div background color is #97807C.


Border color

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

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

This div border color is #97807C.


Opacity

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

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

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

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

This text has shadow with #97807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97807C on black background.


Color preview on white background

This text has color #97807C on white background.



Black color preview on #97807C background

This text has black color on #97807C background.


White color preview on #97807C background

This text has white color on #97807C background.