COLOR #989C9E

HEX: #989C9E RGB: (152,156,158)

Color info

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

RGB color model

#989C9E color RGB value is (152,156,158).

RGB: (152,156,158) (60%, 61%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 158 of 255 = 62%

152
156
158

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

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 158 = 466 (100%)
R 152 of 466 ~ 32.62%
G 156 of 466 ~ 33.48%
B 158 of 466 ~ 33.91'%

%32.62
%33.48
%33.91

CMYK color model

#989C9E color CMYK value is (4,1,0,38).

  • cyan value is 3.80%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (4,1,0,38)
C4M1Y0K38 (4%, 1%, 0%, 38%)
(0.04 / 0.01 / 0.00 / 0.38)

CMYK percentages

%3.8
%1.27
%0
%38.04

Codes

Color #989C9E in popluar color models

98 9C 9E
RGB 152 156 158
HSL 200° 3.00% 60.78%
HSB/HSV 200° 3.80% 61.96%
CMYK 3.80% 1.27% 0.00%
38.04%

Color #989C9E in popluar number systems.

HEX 98 9C 9E
Decimal 152 156 158
Binary 10011000 10011100 10011110
Octal 230 234 236

Shades and tints

Shades of #989C9E

#989C9E
(152,156,158)
#8B8E90
(139,142,144)
#7E8082
(126,128,130)
#717274
(113,114,116)
#646466
(100,100,102)
#575658
(87,86,88)
#4A484A
(74,72,74)
#3D3A3C
(61,58,60)
#302C2E
(48,44,46)
#231E20
(35,30,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #989C9E

#989C9E
(152,156,158)
#A1A5A6
(161,165,166)
#AAAEAE
(170,174,174)
#B3B7B6
(179,183,182)
#BCC0BE
(188,192,190)
#C5C9C6
(197,201,198)
#CED2CE
(206,210,206)
#D7DBD6
(215,219,214)
#E0E4DE
(224,228,222)
#E9EDE6
(233,237,230)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989C9E; }

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

This text font color is #989C9E.

Background Color

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

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

This div background color is #989C9E.

Border color

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

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

This div border color is #989C9E.

Opacity

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

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

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

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

This text has shadow with #989C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989C9E.

Preview

Color preview on black background

This text has color #989C9E on black background.


Color preview on white background

This text has color #989C9E on white background.


Black color preview on #989C9E background

This text has black color on #989C9E background.


White color preview on #989C9E background

This text has white color on #989C9E background.


Related colors

Complementary color

Complementary color for #hex is #676361.


I love getcolorcode.com

Triadic colors

1 #9E989C and #9C9E98 with #989C9E are triadic colors.

2 #9E9C98 and #9C989E with #989C9E are triadic colors.