COLOR #97897E

HEX: #97897E RGB: (151,137,126)

Color info

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

RGB color model

#97897E color RGB value is (151,137,126).

RGB: (151,137,126) (59%, 54%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 137 of 255 = 54%
B 126 of 255 = 49%

151
137
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 137 + 126 = 414 (100%)
R 151 of 414 ~ 36.47%
G 137 of 414 ~ 33.09%
B 126 of 414 ~ 30.43'%

%36.47
%33.09
%30.43

CMYK color model

#97897E color CMYK value is (0,9,17,41).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 16.56%
  • key color value is 40.78%

CMYK: (0,9,17,41)
C0M9Y17K41 (0%, 9%, 17%, 41%)
(0.00 / 0.09 / 0.17 / 0.41)

CMYK percentages

%0
%9.27
%16.56
%40.78

Codes

Color #97897E in popluar color models

97 89 7E
RGB 151 137 126
HSL 26° 10.73% 54.31%
HSB/HSV 26° 16.56% 59.22%
CMYK 0.00% 9.27% 16.56%
40.78%

Color #97897E in popluar number systems.

HEX 97 89 7E
Decimal 151 137 126
Binary 10010111 10001001 1111110
Octal 227 211 176

Shades and tints

Shades of #97897E

#97897E
(151,137,126)
#8A7D73
(138,125,115)
#7D7168
(125,113,104)
#70655D
(112,101,93)
#635952
(99,89,82)
#564D47
(86,77,71)
#49413C
(73,65,60)
#3C3531
(60,53,49)
#2F2926
(47,41,38)
#221D1B
(34,29,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #97897E

#97897E
(151,137,126)
#A09389
(160,147,137)
#A99D94
(169,157,148)
#B2A79F
(178,167,159)
#BBB1AA
(187,177,170)
#C4BBB5
(196,187,181)
#CDC5C0
(205,197,192)
#D6CFCB
(214,207,203)
#DFD9D6
(223,217,214)
#E8E3E1
(232,227,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97897E; }

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

This text font color is #97897E.

Background Color

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

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

This div background color is #97897E.

Border color

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

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

This div border color is #97897E.

Opacity

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

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

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

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

This text has shadow with #97897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97897E.

Preview

Color preview on black background

This text has color #97897E on black background.


Color preview on white background

This text has color #97897E on white background.


Black color preview on #97897E background

This text has black color on #97897E background.


White color preview on #97897E background

This text has white color on #97897E background.


Related colors

Complementary color

Complementary color for #hex is #687681.


I love getcolorcode.com

Triadic colors

1 #7E9789 and #897E97 with #97897E are triadic colors.

2 #7E8997 and #89977E with #97897E are triadic colors.