COLOR #989B93

HEX: #989B93
RGB: (152,155,147)

Color info

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

RGB color model

#989B93 color RGB value is (152,155,147).

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

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 147 of 255 = 58%

152
155
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 147 = 454 (100%)
R 152 of 454 ~ 33.48%
G 155 of 454 ~ 34.14%
B 147 of 454 ~ 32.38%

%33.48
%34.14
%32.38

CMYK color model

#989B93 color CMYK value is (2,0,5,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(2,0,5,39)
C2M0Y5K39 
(2%,0%,5%,39%)
(0.02/0.00/0.05/0.39)	

CMYK percentages

%1.94
%0
%5.16
%39.22

Codes

Color #989B93 in popluar color models

989B93
RGB152155147
HSL82°3.85%59.22%
HSB/HSV82°5.16%60.78%
CMYK1.94%0.00%5.16%
39.22%

Color #989B93 in popluar number systems.

HEX989B93
Decimal152155147
Binary100110001001101110010011
Octal230233223

Shades and tints

Shades of #989B93

#989B93
(152,155,147)
#8B8D86
(139,141,134)
#7E7F79
(126,127,121)
#71716C
(113,113,108)
#64635F
(100,99,95)
#575552
(87,85,82)
#4A4745
(74,71,69)
#3D3938
(61,57,56)
#302B2B
(48,43,43)
#231D1E
(35,29,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #989B93

#989B93
(152,155,147)
#A1A49C
(161,164,156)
#AAADA5
(170,173,165)
#B3B6AE
(179,182,174)
#BCBFB7
(188,191,183)
#C5C8C0
(197,200,192)
#CED1C9
(206,209,201)
#D7DAD2
(215,218,210)
#E0E3DB
(224,227,219)
#E9ECE4
(233,236,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989B93; }

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

This text font color is #989B93.


Background Color

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

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

This div background color is #989B93.


Border color

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

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

This div border color is #989B93.


Opacity

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

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

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

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

This text has shadow with #989B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989B93 on black background.


Color preview on white background

This text has color #989B93 on white background.



Black color preview on #989B93 background

This text has black color on #989B93 background.


White color preview on #989B93 background

This text has white color on #989B93 background.