COLOR #989B8A

HEX: #989B8A
RGB: (152,155,138)

Color info

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

RGB color model

#989B8A color RGB value is (152,155,138).

  • red value is 152;
  • green value is 155;
  • blue value is 138.
RGB:
(152,155,138)
(60%,61%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 138 of 255 = 54%

152
155
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 138 = 445 (100%)
R 152 of 445 ~ 34.16%
G 155 of 445 ~ 34.83%
B 138 of 445 ~ 31.01%

%34.16
%34.83
%31.01

CMYK color model

#989B8A color CMYK value is (2,0,11,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(2,0,11,39)
C2M0Y11K39 
(2%,0%,11%,39%)
(0.02/0.00/0.11/0.39)	

CMYK percentages

%1.94
%0
%10.97
%39.22

Codes

Color #989B8A in popluar color models

989B8A
RGB152155138
HSL71°7.83%57.45%
HSB/HSV71°10.97%60.78%
CMYK1.94%0.00%10.97%
39.22%

Color #989B8A in popluar number systems.

HEX989B8A
Decimal152155138
Binary100110001001101110001010
Octal230233212

Shades and tints

Shades of #989B8A

#989B8A
(152,155,138)
#8B8D7E
(139,141,126)
#7E7F72
(126,127,114)
#717166
(113,113,102)
#64635A
(100,99,90)
#57554E
(87,85,78)
#4A4742
(74,71,66)
#3D3936
(61,57,54)
#302B2A
(48,43,42)
#231D1E
(35,29,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #989B8A

#989B8A
(152,155,138)
#A1A494
(161,164,148)
#AAAD9E
(170,173,158)
#B3B6A8
(179,182,168)
#BCBFB2
(188,191,178)
#C5C8BC
(197,200,188)
#CED1C6
(206,209,198)
#D7DAD0
(215,218,208)
#E0E3DA
(224,227,218)
#E9ECE4
(233,236,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989B8A; }

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

This text font color is #989B8A.


Background Color

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

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

This div background color is #989B8A.


Border color

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

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

This div border color is #989B8A.


Opacity

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

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

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

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

This text has shadow with #989B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989B8A on black background.


Color preview on white background

This text has color #989B8A on white background.



Black color preview on #989B8A background

This text has black color on #989B8A background.


White color preview on #989B8A background

This text has white color on #989B8A background.