COLOR #97988A

HEX: #97988A
RGB: (151,152,138)

Color info

#97988A contains red, green and blue colors in about the same proportion. Web safe color of #97988A is #999999 (or #999).

RGB color model

#97988A color RGB value is (151,152,138).

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

RGB channels and saturation

R 151 of 255 = 59%
G 152 of 255 = 60%
B 138 of 255 = 54%

151
152
138

R + G + B ~ 58%. #97988A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 152 + 138 = 441 (100%)
R 151 of 441 ~ 34.24%
G 152 of 441 ~ 34.47%
B 138 of 441 ~ 31.29%

%34.24
%34.47
%31.29

CMYK color model

#97988A color CMYK value is (1,0,9,40).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(1,0,9,40)
C1M0Y9K40 
(1%,0%,9%,40%)
(0.01/0.00/0.09/0.40)	

CMYK percentages

%0.66
%0
%9.21
%40.39

Codes

Color #97988A in popluar color models

97988A
RGB151152138
HSL64°6.36%56.86%
HSB/HSV64°9.21%59.61%
CMYK0.66%0.00%9.21%
40.39%

Color #97988A in popluar number systems.

HEX97988A
Decimal151152138
Binary100101111001100010001010
Octal227230212

Shades and tints

Shades of #97988A

#97988A
(151,152,138)
#8A8B7E
(138,139,126)
#7D7E72
(125,126,114)
#707166
(112,113,102)
#63645A
(99,100,90)
#56574E
(86,87,78)
#494A42
(73,74,66)
#3C3D36
(60,61,54)
#2F302A
(47,48,42)
#22231E
(34,35,30)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97988A

#97988A
(151,152,138)
#A0A194
(160,161,148)
#A9AA9E
(169,170,158)
#B2B3A8
(178,179,168)
#BBBCB2
(187,188,178)
#C4C5BC
(196,197,188)
#CDCEC6
(205,206,198)
#D6D7D0
(214,215,208)
#DFE0DA
(223,224,218)
#E8E9E4
(232,233,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97988A color. Also use rgb(151,152,138) instead hex code.

Text Font Color

.myTextColor { color: #97988A; }

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

This text font color is #97988A.


Background Color

.myBgColor { background-color: #97988A; }

<div style="background-color:#97988A">Inner text</div>

This div background color is #97988A.


Border color

.myBorderColor { border: 1px solid #97988A; }

<div style="border:3px solid #97988A">Div</div>

This div border color is #97988A.


Opacity

.myOpacity80 { color: #97988A; opacity: 0.8; }

<p style="color:#97988A;opacity:0.8;">80%</p>

Text with #97988A 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 #97988A;}

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

This text has shadow with #97988A color.

.textShadow {text-shadow: 3px 3px 1px #97988A, 3px 3px 1px red;}

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

This text has shadow with #97988A primary color and red secondary color.


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

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

This text has shadow with #97988A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97988A on black background.


Color preview on white background

This text has color #97988A on white background.



Black color preview on #97988A background

This text has black color on #97988A background.


White color preview on #97988A background

This text has white color on #97988A background.