COLOR #97987D

HEX: #97987D
RGB: (151,152,125)

Color info

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

RGB color model

#97987D color RGB value is (151,152,125).

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

RGB channels and saturation

R 151 of 255 = 59%
G 152 of 255 = 60%
B 125 of 255 = 49%

151
152
125

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

Portions of RGB colors in percentages

R + G + B =
151 + 152 + 125 = 428 (100%)
R 151 of 428 ~ 35.28%
G 152 of 428 ~ 35.51%
B 125 of 428 ~ 29.21%

%35.28
%35.51
%29.21

CMYK color model

#97987D color CMYK value is (1,0,18,40).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(1,0,18,40)
C1M0Y18K40 
(1%,0%,18%,40%)
(0.01/0.00/0.18/0.40)	

CMYK percentages

%0.66
%0
%17.76
%40.39

Codes

Color #97987D in popluar color models

97987D
RGB151152125
HSL62°11.59%54.31%
HSB/HSV62°17.76%59.61%
CMYK0.66%0.00%17.76%
40.39%

Color #97987D in popluar number systems.

HEX97987D
Decimal151152125
Binary10010111100110001111101
Octal227230175

Shades and tints

Shades of #97987D

#97987D
(151,152,125)
#8A8B72
(138,139,114)
#7D7E67
(125,126,103)
#70715C
(112,113,92)
#636451
(99,100,81)
#565746
(86,87,70)
#494A3B
(73,74,59)
#3C3D30
(60,61,48)
#2F3025
(47,48,37)
#22231A
(34,35,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #97987D

#97987D
(151,152,125)
#A0A188
(160,161,136)
#A9AA93
(169,170,147)
#B2B39E
(178,179,158)
#BBBCA9
(187,188,169)
#C4C5B4
(196,197,180)
#CDCEBF
(205,206,191)
#D6D7CA
(214,215,202)
#DFE0D5
(223,224,213)
#E8E9E0
(232,233,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97987D; }

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

This text font color is #97987D.


Background Color

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

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

This div background color is #97987D.


Border color

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

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

This div border color is #97987D.


Opacity

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

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

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

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

This text has shadow with #97987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97987D on black background.


Color preview on white background

This text has color #97987D on white background.



Black color preview on #97987D background

This text has black color on #97987D background.


White color preview on #97987D background

This text has white color on #97987D background.