COLOR #97987E

HEX: #97987E RGB: (151,152,126)

Color info

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

RGB color model

#97987E color RGB value is (151,152,126).

RGB: (151,152,126) (59%, 60%, 49%)

RGB channels and saturation

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

151
152
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 152 + 126 = 429 (100%)
R 151 of 429 ~ 35.2%
G 152 of 429 ~ 35.43%
B 126 of 429 ~ 29.37'%

%35.2
%35.43
%29.37

CMYK color model

#97987E color CMYK value is (1,0,17,40).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%

CMYK: (1,0,17,40)
C1M0Y17K40 (1%, 0%, 17%, 40%)
(0.01 / 0.00 / 0.17 / 0.40)

CMYK percentages

%0.66
%0
%17.11
%40.39

Codes

Color #97987E in popluar color models

97 98 7E
RGB 151 152 126
HSL 62° 11.21% 54.51%
HSB/HSV 62° 17.11% 59.61%
CMYK 0.66% 0.00% 17.11%
40.39%

Color #97987E in popluar number systems.

HEX 97 98 7E
Decimal 151 152 126
Binary 10010111 10011000 1111110
Octal 227 230 176

Shades and tints

Shades of #97987E

#97987E
(151,152,126)
#8A8B73
(138,139,115)
#7D7E68
(125,126,104)
#70715D
(112,113,93)
#636452
(99,100,82)
#565747
(86,87,71)
#494A3C
(73,74,60)
#3C3D31
(60,61,49)
#2F3026
(47,48,38)
#22231B
(34,35,27)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #97987E

#97987E
(151,152,126)
#A0A189
(160,161,137)
#A9AA94
(169,170,148)
#B2B39F
(178,179,159)
#BBBCAA
(187,188,170)
#C4C5B5
(196,197,181)
#CDCEC0
(205,206,192)
#D6D7CB
(214,215,203)
#DFE0D6
(223,224,214)
#E8E9E1
(232,233,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97987E; }

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

This text font color is #97987E.

Background Color

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

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

This div background color is #97987E.

Border color

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

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

This div border color is #97987E.

Opacity

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

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

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

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

This text has shadow with #97987E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97987E.

Preview

Color preview on black background

This text has color #97987E on black background.


Color preview on white background

This text has color #97987E on white background.


Black color preview on #97987E background

This text has black color on #97987E background.


White color preview on #97987E background

This text has white color on #97987E background.


Related colors

Complementary color

Complementary color for #hex is #686781.


I love getcolorcode.com

Triadic colors

1 #7E9798 and #987E97 with #97987E are triadic colors.

2 #7E9897 and #98977E with #97987E are triadic colors.