COLOR #98959E

HEX: #98959E
RGB: (152,149,158)

Color info

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

RGB color model

#98959E color RGB value is (152,149,158).

  • red value is 152;
  • green value is 149;
  • blue value is 158.
RGB:
(152,149,158)
(60%,58%,62%)

RGB channels and saturation

R 152 of 255 = 60%
G 149 of 255 = 58%
B 158 of 255 = 62%

152
149
158

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

Portions of RGB colors in percentages

R + G + B =
152 + 149 + 158 = 459 (100%)
R 152 of 459 ~ 33.12%
G 149 of 459 ~ 32.46%
B 158 of 459 ~ 34.42%

%33.12
%32.46
%34.42

CMYK color model

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

  • cyan value is 3.80%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(4,6,0,38)
C4M6Y0K38 
(4%,6%,0%,38%)
(0.04/0.06/0.00/0.38)	

CMYK percentages

%3.8
%5.7
%0
%38.04

Codes

Color #98959E in popluar color models

98959E
RGB152149158
HSL260°4.43%60.20%
HSB/HSV260°5.70%61.96%
CMYK3.80%5.70%0.00%
38.04%

Color #98959E in popluar number systems.

HEX98959E
Decimal152149158
Binary100110001001010110011110
Octal230225236

Shades and tints

Shades of #98959E

#98959E
(152,149,158)
#8B8890
(139,136,144)
#7E7B82
(126,123,130)
#716E74
(113,110,116)
#646166
(100,97,102)
#575458
(87,84,88)
#4A474A
(74,71,74)
#3D3A3C
(61,58,60)
#302D2E
(48,45,46)
#232020
(35,32,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #98959E

#98959E
(152,149,158)
#A19EA6
(161,158,166)
#AAA7AE
(170,167,174)
#B3B0B6
(179,176,182)
#BCB9BE
(188,185,190)
#C5C2C6
(197,194,198)
#CECBCE
(206,203,206)
#D7D4D6
(215,212,214)
#E0DDDE
(224,221,222)
#E9E6E6
(233,230,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98959E; }

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

This text font color is #98959E.


Background Color

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

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

This div background color is #98959E.


Border color

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

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

This div border color is #98959E.


Opacity

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

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

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

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

This text has shadow with #98959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98959E on black background.


Color preview on white background

This text has color #98959E on white background.



Black color preview on #98959E background

This text has black color on #98959E background.


White color preview on #98959E background

This text has white color on #98959E background.