COLOR #97998F

HEX: #97998F
RGB: (151,153,143)

Color info

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

RGB color model

#97998F color RGB value is (151,153,143).

  • red value is 151;
  • green value is 153;
  • blue value is 143.
RGB:
(151,153,143)
(59%,60%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 143 of 255 = 56%

151
153
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 143 = 447 (100%)
R 151 of 447 ~ 33.78%
G 153 of 447 ~ 34.23%
B 143 of 447 ~ 31.99%

%33.78
%34.23
%31.99

CMYK color model

#97998F color CMYK value is (1,0,7,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(1,0,7,40)
C1M0Y7K40 
(1%,0%,7%,40%)
(0.01/0.00/0.07/0.40)	

CMYK percentages

%1.31
%0
%6.54
%40

Codes

Color #97998F in popluar color models

97998F
RGB151153143
HSL72°4.67%58.04%
HSB/HSV72°6.54%60.00%
CMYK1.31%0.00%6.54%
40.00%

Color #97998F in popluar number systems.

HEX97998F
Decimal151153143
Binary100101111001100110001111
Octal227231217

Shades and tints

Shades of #97998F

#97998F
(151,153,143)
#8A8C82
(138,140,130)
#7D7F75
(125,127,117)
#707268
(112,114,104)
#63655B
(99,101,91)
#56584E
(86,88,78)
#494B41
(73,75,65)
#3C3E34
(60,62,52)
#2F3127
(47,49,39)
#22241A
(34,36,26)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #97998F

#97998F
(151,153,143)
#A0A299
(160,162,153)
#A9ABA3
(169,171,163)
#B2B4AD
(178,180,173)
#BBBDB7
(187,189,183)
#C4C6C1
(196,198,193)
#CDCFCB
(205,207,203)
#D6D8D5
(214,216,213)
#DFE1DF
(223,225,223)
#E8EAE9
(232,234,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97998F color. Also use rgb(151,153,143) instead hex code.

Text Font Color

.myTextColor { color: #97998F; }

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

This text font color is #97998F.


Background Color

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

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

This div background color is #97998F.


Border color

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

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

This div border color is #97998F.


Opacity

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

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

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

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

This text has shadow with #97998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97998F on black background.


Color preview on white background

This text has color #97998F on white background.



Black color preview on #97998F background

This text has black color on #97998F background.


White color preview on #97998F background

This text has white color on #97998F background.