COLOR #89998D

HEX: #89998D RGB: (137,153,141)

Color info

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

RGB color model

#89998D color RGB value is (137,153,141).

RGB: (137,153,141) (54%, 60%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 141 of 255 = 55%

137
153
141

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

Portions of RGB colors in percentages

R + G + B = 137 + 153 + 141 = 431 (100%)
R 137 of 431 ~ 31.79%
G 153 of 431 ~ 35.5%
B 141 of 431 ~ 32.71'%

%31.79
%35.5
%32.71

CMYK color model

#89998D color CMYK value is (10,0,8,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK: (10,0,8,40) C10M0Y8K40 (10%,0%,8%,40%) (0.10/0.00/0.08/0.40) 

CMYK percentages

%10.46
%0
%7.84
%40

Codes

Color #89998D in popluar color models

89 99 8D
RGB 137 153 141
HSL 135° 7.27% 56.86%
HSB/HSV 135° 10.46% 60.00%
CMYK 10.46% 0.00% 7.84%
40.00%

Color #89998D in popluar number systems.

HEX 89 99 8D
Decimal 137 153 141
Binary 10001001 10011001 10001101
Octal 211 231 215

Shades and tints

Shades of #89998D

#89998D
(137,153,141)
#7D8C81
(125,140,129)
#717F75
(113,127,117)
#657269
(101,114,105)
#59655D
(89,101,93)
#4D5851
(77,88,81)
#414B45
(65,75,69)
#353E39
(53,62,57)
#29312D
(41,49,45)
#1D2421
(29,36,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89998D

#89998D
(137,153,141)
#93A297
(147,162,151)
#9DABA1
(157,171,161)
#A7B4AB
(167,180,171)
#B1BDB5
(177,189,181)
#BBC6BF
(187,198,191)
#C5CFC9
(197,207,201)
#CFD8D3
(207,216,211)
#D9E1DD
(217,225,221)
#E3EAE7
(227,234,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89998D color. Also use rgb(137,153,141) instead hex code.

Text Font Color

.myTextColor { color: #89998D; }

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

This text font color is #89998D.

Background Color

.myBgColor { background-color: #89998D; }

<div style="background-color:#89998D">Inner text</div>

This div background color is #89998D.

Border color

.myBorderColor { border: 1px solid #89998D; }

<div style="border:3px solid #89998D">Div</div>

This div border color is #89998D.

Opacity

.myOpacity80 { color: #89998D; opacity: 0.8; }

<p style="color:#89998D;opacity:0.8;">80%</p>

Text with #89998D 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 #89998D;}

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

This text has shadow with #89998D color.


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

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

This text has shadow with #89998D primary color and red secondary color.


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

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

This text has shadow with #89998D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89998D.

Preview

Color preview on black background

This text has color #89998D on black background.


Color preview on white background

This text has color #89998D on white background.


Black color preview on #89998D background

This text has black color on #89998D background.


White color preview on #89998D background

This text has white color on #89998D background.


Related colors

Complementary color

Complementary color for #hex is #766672.


I love getcolorcode.com

Triadic colors

1 #8D8999 and #998D89 with #89998D are triadic colors.

2 #8D9989 and #99898D with #89998D are triadic colors.