COLOR #97987C

HEX: #97987C
RGB: (151,152,124)

Color info

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

RGB color model

#97987C color RGB value is (151,152,124).

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

RGB channels and saturation

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

151
152
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 152 + 124 = 427 (100%)
R 151 of 427 ~ 35.36%
G 152 of 427 ~ 35.6%
B 124 of 427 ~ 29.04%

%35.36
%35.6
%29.04

CMYK color model

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

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • 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
%18.42
%40.39

Codes

Color #97987C in popluar color models

97987C
RGB151152124
HSL62°11.97%54.12%
HSB/HSV62°18.42%59.61%
CMYK0.66%0.00%18.42%
40.39%

Color #97987C in popluar number systems.

HEX97987C
Decimal151152124
Binary10010111100110001111100
Octal227230174

Shades and tints

Shades of #97987C

#97987C
(151,152,124)
#8A8B71
(138,139,113)
#7D7E66
(125,126,102)
#70715B
(112,113,91)
#636450
(99,100,80)
#565745
(86,87,69)
#494A3A
(73,74,58)
#3C3D2F
(60,61,47)
#2F3024
(47,48,36)
#222319
(34,35,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #97987C

#97987C
(151,152,124)
#A0A187
(160,161,135)
#A9AA92
(169,170,146)
#B2B39D
(178,179,157)
#BBBCA8
(187,188,168)
#C4C5B3
(196,197,179)
#CDCEBE
(205,206,190)
#D6D7C9
(214,215,201)
#DFE0D4
(223,224,212)
#E8E9DF
(232,233,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97987C; }

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

This text font color is #97987C.


Background Color

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

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

This div background color is #97987C.


Border color

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

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

This div border color is #97987C.


Opacity

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

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

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

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

This text has shadow with #97987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97987C on black background.


Color preview on white background

This text has color #97987C on white background.



Black color preview on #97987C background

This text has black color on #97987C background.


White color preview on #97987C background

This text has white color on #97987C background.