COLOR #989D9B

HEX: #989D9B
RGB: (152,157,155)

Color info

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

RGB color model

#989D9B color RGB value is (152,157,155).

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

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 155 of 255 = 61%

152
157
155

R + G + B ~ 61%. #989D9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 157 + 155 = 464 (100%)
R 152 of 464 ~ 32.76%
G 157 of 464 ~ 33.84%
B 155 of 464 ~ 33.41%

%32.76
%33.84
%33.41

CMYK color model

#989D9B color CMYK value is (3,0,1,38).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(3,0,1,38)
C3M0Y1K38 
(3%,0%,1%,38%)
(0.03/0.00/0.01/0.38)	

CMYK percentages

%3.18
%0
%1.27
%38.43

Codes

Color #989D9B in popluar color models

989D9B
RGB152157155
HSL156°2.49%60.59%
HSB/HSV156°3.18%61.57%
CMYK3.18%0.00%1.27%
38.43%

Color #989D9B in popluar number systems.

HEX989D9B
Decimal152157155
Binary100110001001110110011011
Octal230235233

Shades and tints

Shades of #989D9B

#989D9B
(152,157,155)
#8B8F8D
(139,143,141)
#7E817F
(126,129,127)
#717371
(113,115,113)
#646563
(100,101,99)
#575755
(87,87,85)
#4A4947
(74,73,71)
#3D3B39
(61,59,57)
#302D2B
(48,45,43)
#231F1D
(35,31,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #989D9B

#989D9B
(152,157,155)
#A1A5A4
(161,165,164)
#AAADAD
(170,173,173)
#B3B5B6
(179,181,182)
#BCBDBF
(188,189,191)
#C5C5C8
(197,197,200)
#CECDD1
(206,205,209)
#D7D5DA
(215,213,218)
#E0DDE3
(224,221,227)
#E9E5EC
(233,229,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989D9B; }

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

This text font color is #989D9B.


Background Color

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

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

This div background color is #989D9B.


Border color

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

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

This div border color is #989D9B.


Opacity

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

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

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

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

This text has shadow with #989D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989D9B on black background.


Color preview on white background

This text has color #989D9B on white background.



Black color preview on #989D9B background

This text has black color on #989D9B background.


White color preview on #989D9B background

This text has white color on #989D9B background.