COLOR #989B84

HEX: #989B84 RGB: (152,155,132)

Color info

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

RGB color model

#989B84 color RGB value is (152,155,132).

RGB: (152,155,132) (60%, 61%, 52%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 132 of 255 = 52%

152
155
132

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 132 = 439 (100%)
R 152 of 439 ~ 34.62%
G 155 of 439 ~ 35.31%
B 132 of 439 ~ 30.07'%

%34.62
%35.31
%30.07

CMYK color model

#989B84 color CMYK value is (2,0,15,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 39.22%

CMYK: (2,0,15,39)
C2M0Y15K39 (2%, 0%, 15%, 39%)
(0.02 / 0.00 / 0.15 / 0.39)

CMYK percentages

%1.94
%0
%14.84
%39.22

Codes

Color #989B84 in popluar color models

98 9B 84
RGB 152 155 132
HSL 68° 10.31% 56.27%
HSB/HSV 68° 14.84% 60.78%
CMYK 1.94% 0.00% 14.84%
39.22%

Color #989B84 in popluar number systems.

HEX 98 9B 84
Decimal 152 155 132
Binary 10011000 10011011 10000100
Octal 230 233 204

Shades and tints

Shades of #989B84

#989B84
(152,155,132)
#8B8D78
(139,141,120)
#7E7F6C
(126,127,108)
#717160
(113,113,96)
#646354
(100,99,84)
#575548
(87,85,72)
#4A473C
(74,71,60)
#3D3930
(61,57,48)
#302B24
(48,43,36)
#231D18
(35,29,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #989B84

#989B84
(152,155,132)
#A1A48F
(161,164,143)
#AAAD9A
(170,173,154)
#B3B6A5
(179,182,165)
#BCBFB0
(188,191,176)
#C5C8BB
(197,200,187)
#CED1C6
(206,209,198)
#D7DAD1
(215,218,209)
#E0E3DC
(224,227,220)
#E9ECE7
(233,236,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989B84 color. Also use rgb(152,155,132) instead hex code.

Text Font Color

.myTextColor { color: #989B84; }

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

This text font color is #989B84.

Background Color

.myBgColor { background-color: #989B84; }

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

This div background color is #989B84.

Border color

.myBorderColor { border: 1px solid #989B84; }

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

This div border color is #989B84.

Opacity

.myOpacity80 { color: #989B84; opacity: 0.8; }

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

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

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

This text has shadow with #989B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989B84.

Preview

Color preview on black background

This text has color #989B84 on black background.


Color preview on white background

This text has color #989B84 on white background.


Black color preview on #989B84 background

This text has black color on #989B84 background.


White color preview on #989B84 background

This text has white color on #989B84 background.


Related colors

Complementary color

Complementary color for #hex is #67647B.


I love getcolorcode.com

Triadic colors

1 #84989B and #9B8498 with #989B84 are triadic colors.

2 #849B98 and #9B9884 with #989B84 are triadic colors.