COLOR #98979E

HEX: #98979E RGB: (152,151,158)

Color info

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

RGB color model

#98979E color RGB value is (152,151,158).

RGB: (152,151,158) (60%, 59%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 151 of 255 = 59%
B 158 of 255 = 62%

152
151
158

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

Portions of RGB colors in percentages

R + G + B = 152 + 151 + 158 = 461 (100%)
R 152 of 461 ~ 32.97%
G 151 of 461 ~ 32.75%
B 158 of 461 ~ 34.27'%

%32.97
%32.75
%34.27

CMYK color model

#98979E color CMYK value is (4,4,0,38).

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

CMYK: (4,4,0,38)
C4M4Y0K38 (4%, 4%, 0%, 38%)
(0.04 / 0.04 / 0.00 / 0.38)

CMYK percentages

%3.8
%4.43
%0
%38.04

Codes

Color #98979E in popluar color models

98 97 9E
RGB 152 151 158
HSL 249° 3.48% 60.59%
HSB/HSV 249° 4.43% 61.96%
CMYK 3.80% 4.43% 0.00%
38.04%

Color #98979E in popluar number systems.

HEX 98 97 9E
Decimal 152 151 158
Binary 10011000 10010111 10011110
Octal 230 227 236

Shades and tints

Shades of #98979E

#98979E
(152,151,158)
#8B8A90
(139,138,144)
#7E7D82
(126,125,130)
#717074
(113,112,116)
#646366
(100,99,102)
#575658
(87,86,88)
#4A494A
(74,73,74)
#3D3C3C
(61,60,60)
#302F2E
(48,47,46)
#232220
(35,34,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #98979E

#98979E
(152,151,158)
#A1A0A6
(161,160,166)
#AAA9AE
(170,169,174)
#B3B2B6
(179,178,182)
#BCBBBE
(188,187,190)
#C5C4C6
(197,196,198)
#CECDCE
(206,205,206)
#D7D6D6
(215,214,214)
#E0DFDE
(224,223,222)
#E9E8E6
(233,232,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98979E color. Also use rgb(152,151,158) instead hex code.

Text Font Color

.myTextColor { color: #98979E; }

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

This text font color is #98979E.

Background Color

.myBgColor { background-color: #98979E; }

<div style="background-color:#98979E">Inner text</div>

This div background color is #98979E.

Border color

.myBorderColor { border: 1px solid #98979E; }

<div style="border:3px solid #98979E">Div</div>

This div border color is #98979E.

Opacity

.myOpacity80 { color: #98979E; opacity: 0.8; }

<p style="color:#98979E;opacity:0.8;">80%</p>

Text with #98979E 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 #98979E;}

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

This text has shadow with #98979E color.


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

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

This text has shadow with #98979E primary color and red secondary color.


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

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

This text has shadow with #98979E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98979E.

Preview

Color preview on black background

This text has color #98979E on black background.


Color preview on white background

This text has color #98979E on white background.


Black color preview on #98979E background

This text has black color on #98979E background.


White color preview on #98979E background

This text has white color on #98979E background.


Related colors

Complementary color

Complementary color for #hex is #676861.


I love getcolorcode.com

Triadic colors

1 #9E9897 and #979E98 with #98979E are triadic colors.

2 #9E9798 and #97989E with #98979E are triadic colors.