COLOR #989C8E

HEX: #989C8E
RGB: (152,156,142)

Color info

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

RGB color model

#989C8E color RGB value is (152,156,142).

  • red value is 152;
  • green value is 156;
  • blue value is 142.
RGB:
(152,156,142)
(60%,61%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 142 of 255 = 56%

152
156
142

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

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 142 = 450 (100%)
R 152 of 450 ~ 33.78%
G 156 of 450 ~ 34.67%
B 142 of 450 ~ 31.56%

%33.78
%34.67
%31.56

CMYK color model

#989C8E color CMYK value is (3,0,9,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(3,0,9,39)
C3M0Y9K39 
(3%,0%,9%,39%)
(0.03/0.00/0.09/0.39)	

CMYK percentages

%2.56
%0
%8.97
%38.82

Codes

Color #989C8E in popluar color models

989C8E
RGB152156142
HSL77°6.60%58.43%
HSB/HSV77°8.97%61.18%
CMYK2.56%0.00%8.97%
38.82%

Color #989C8E in popluar number systems.

HEX989C8E
Decimal152156142
Binary100110001001110010001110
Octal230234216

Shades and tints

Shades of #989C8E

#989C8E
(152,156,142)
#8B8E82
(139,142,130)
#7E8076
(126,128,118)
#71726A
(113,114,106)
#64645E
(100,100,94)
#575652
(87,86,82)
#4A4846
(74,72,70)
#3D3A3A
(61,58,58)
#302C2E
(48,44,46)
#231E22
(35,30,34)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #989C8E

#989C8E
(152,156,142)
#A1A598
(161,165,152)
#AAAEA2
(170,174,162)
#B3B7AC
(179,183,172)
#BCC0B6
(188,192,182)
#C5C9C0
(197,201,192)
#CED2CA
(206,210,202)
#D7DBD4
(215,219,212)
#E0E4DE
(224,228,222)
#E9EDE8
(233,237,232)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989C8E color. Also use rgb(152,156,142) instead hex code.

Text Font Color

.myTextColor { color: #989C8E; }

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

This text font color is #989C8E.


Background Color

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

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

This div background color is #989C8E.


Border color

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

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

This div border color is #989C8E.


Opacity

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

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

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

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

This text has shadow with #989C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989C8E on black background.


Color preview on white background

This text has color #989C8E on white background.



Black color preview on #989C8E background

This text has black color on #989C8E background.


White color preview on #989C8E background

This text has white color on #989C8E background.