COLOR #97987F

HEX: #97987F
RGB: (151,152,127)

Color info

#97987F contains red, green and blue colors in about the same proportion. Web safe color of #97987F is #999966 (or #996).

RGB color model

#97987F color RGB value is (151,152,127).

  • red value is 151;
  • green value is 152;
  • blue value is 127.
RGB:
(151,152,127)
(59%,60%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 152 of 255 = 60%
B 127 of 255 = 50%

151
152
127

R + G + B ~ 56%. #97987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 152 + 127 = 430 (100%)
R 151 of 430 ~ 35.12%
G 152 of 430 ~ 35.35%
B 127 of 430 ~ 29.53%

%35.12
%35.35
%29.53

CMYK color model

#97987F color CMYK value is (1,0,16,40).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(1,0,16,40)
C1M0Y16K40 
(1%,0%,16%,40%)
(0.01/0.00/0.16/0.40)	

CMYK percentages

%0.66
%0
%16.45
%40.39

Codes

Color #97987F in popluar color models

97987F
RGB151152127
HSL62°10.82%54.71%
HSB/HSV62°16.45%59.61%
CMYK0.66%0.00%16.45%
40.39%

Color #97987F in popluar number systems.

HEX97987F
Decimal151152127
Binary10010111100110001111111
Octal227230177

Shades and tints

Shades of #97987F

#97987F
(151,152,127)
#8A8B74
(138,139,116)
#7D7E69
(125,126,105)
#70715E
(112,113,94)
#636453
(99,100,83)
#565748
(86,87,72)
#494A3D
(73,74,61)
#3C3D32
(60,61,50)
#2F3027
(47,48,39)
#22231C
(34,35,28)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #97987F

#97987F
(151,152,127)
#A0A18A
(160,161,138)
#A9AA95
(169,170,149)
#B2B3A0
(178,179,160)
#BBBCAB
(187,188,171)
#C4C5B6
(196,197,182)
#CDCEC1
(205,206,193)
#D6D7CC
(214,215,204)
#DFE0D7
(223,224,215)
#E8E9E2
(232,233,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97987F color. Also use rgb(151,152,127) instead hex code.

Text Font Color

.myTextColor { color: #97987F; }

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

This text font color is #97987F.


Background Color

.myBgColor { background-color: #97987F; }

<div style="background-color:#97987F">Inner text</div>

This div background color is #97987F.


Border color

.myBorderColor { border: 1px solid #97987F; }

<div style="border:3px solid #97987F">Div</div>

This div border color is #97987F.


Opacity

.myOpacity80 { color: #97987F; opacity: 0.8; }

<p style="color:#97987F;opacity:0.8;">80%</p>

Text with #97987F 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 #97987F;}

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

This text has shadow with #97987F color.

.textShadow {text-shadow: 3px 3px 1px #97987F, 3px 3px 1px red;}

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

This text has shadow with #97987F primary color and red secondary color.


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

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

This text has shadow with #97987F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97987F on black background.


Color preview on white background

This text has color #97987F on white background.



Black color preview on #97987F background

This text has black color on #97987F background.


White color preview on #97987F background

This text has white color on #97987F background.