COLOR #89997F

HEX: #89997F RGB: (137,153,127)

Color info

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

RGB color model

#89997F color RGB value is (137,153,127).

RGB: (137,153,127) (54%, 60%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 127 of 255 = 50%

137
153
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 153 + 127 = 417 (100%)
R 137 of 417 ~ 32.85%
G 153 of 417 ~ 36.69%
B 127 of 417 ~ 30.46'%

%32.85
%36.69
%30.46

CMYK color model

#89997F color CMYK value is (10,0,17,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK: (10,0,17,40) C10M0Y17K40 (10%,0%,17%,40%) (0.10/0.00/0.17/0.40) 

CMYK percentages

%10.46
%0
%16.99
%40

Codes

Color #89997F in popluar color models

89 99 7F
RGB 137 153 127
HSL 97° 11.30% 54.90%
HSB/HSV 97° 16.99% 60.00%
CMYK 10.46% 0.00% 16.99%
40.00%

Color #89997F in popluar number systems.

HEX 89 99 7F
Decimal 137 153 127
Binary 10001001 10011001 1111111
Octal 211 231 177

Shades and tints

Shades of #89997F

#89997F
(137,153,127)
#7D8C74
(125,140,116)
#717F69
(113,127,105)
#65725E
(101,114,94)
#596553
(89,101,83)
#4D5848
(77,88,72)
#414B3D
(65,75,61)
#353E32
(53,62,50)
#293127
(41,49,39)
#1D241C
(29,36,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #89997F

#89997F
(137,153,127)
#93A28A
(147,162,138)
#9DAB95
(157,171,149)
#A7B4A0
(167,180,160)
#B1BDAB
(177,189,171)
#BBC6B6
(187,198,182)
#C5CFC1
(197,207,193)
#CFD8CC
(207,216,204)
#D9E1D7
(217,225,215)
#E3EAE2
(227,234,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89997F color. Also use rgb(137,153,127) instead hex code.

Text Font Color

.myTextColor { color: #89997F; }

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

This text font color is #89997F.

Background Color

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

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

This div background color is #89997F.

Border color

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

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

This div border color is #89997F.

Opacity

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

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

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

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

This text has shadow with #89997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89997F.

Preview

Color preview on black background

This text has color #89997F on black background.


Color preview on white background

This text has color #89997F on white background.


Black color preview on #89997F background

This text has black color on #89997F background.


White color preview on #89997F background

This text has white color on #89997F background.


Related colors

Complementary color

Complementary color for #hex is #766680.


I love getcolorcode.com

Triadic colors

1 #7F8999 and #997F89 with #89997F are triadic colors.

2 #7F9989 and #99897F with #89997F are triadic colors.