COLOR #989889

HEX: #989889 RGB: (152,152,137)

Color info

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

RGB color model

#989889 color RGB value is (152,152,137).

RGB: (152,152,137) (60%, 60%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 137 of 255 = 54%

152
152
137

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

Portions of RGB colors in percentages

R + G + B = 152 + 152 + 137 = 441 (100%)
R 152 of 441 ~ 34.47%
G 152 of 441 ~ 34.47%
B 137 of 441 ~ 31.07'%

%34.47
%34.47
%31.07

CMYK color model

#989889 color CMYK value is (0,0,10,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%

CMYK: (0,0,10,40)
C0M0Y10K40 (0%, 0%, 10%, 40%)
(0.00 / 0.00 / 0.10 / 0.40)

CMYK percentages

%0
%0
%9.87
%40.39

Codes

Color #989889 in popluar color models

98 98 89
RGB 152 152 137
HSL 60° 6.79% 56.67%
HSB/HSV 60° 9.87% 59.61%
CMYK 0.00% 0.00% 9.87%
40.39%

Color #989889 in popluar number systems.

HEX 98 98 89
Decimal 152 152 137
Binary 10011000 10011000 10001001
Octal 230 230 211

Shades and tints

Shades of #989889

#989889
(152,152,137)
#8B8B7D
(139,139,125)
#7E7E71
(126,126,113)
#717165
(113,113,101)
#646459
(100,100,89)
#57574D
(87,87,77)
#4A4A41
(74,74,65)
#3D3D35
(61,61,53)
#303029
(48,48,41)
#23231D
(35,35,29)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #989889

#989889
(152,152,137)
#A1A193
(161,161,147)
#AAAA9D
(170,170,157)
#B3B3A7
(179,179,167)
#BCBCB1
(188,188,177)
#C5C5BB
(197,197,187)
#CECEC5
(206,206,197)
#D7D7CF
(215,215,207)
#E0E0D9
(224,224,217)
#E9E9E3
(233,233,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989889 color. Also use rgb(152,152,137) instead hex code.

Text Font Color

.myTextColor { color: #989889; }

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

This text font color is #989889.

Background Color

.myBgColor { background-color: #989889; }

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

This div background color is #989889.

Border color

.myBorderColor { border: 1px solid #989889; }

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

This div border color is #989889.

Opacity

.myOpacity80 { color: #989889; opacity: 0.8; }

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

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

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

This text has shadow with #989889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989889.

Preview

Color preview on black background

This text has color #989889 on black background.


Color preview on white background

This text has color #989889 on white background.


Black color preview on #989889 background

This text has black color on #989889 background.


White color preview on #989889 background

This text has white color on #989889 background.


Related colors

Complementary color

Complementary color for #hex is #676776.


I love getcolorcode.com