COLOR #98988F

HEX: #98988F
RGB: (152,152,143)

Color info

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

RGB color model

#98988F color RGB value is (152,152,143).

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

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 143 of 255 = 56%

152
152
143

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

Portions of RGB colors in percentages

R + G + B =
152 + 152 + 143 = 447 (100%)
R 152 of 447 ~ 34%
G 152 of 447 ~ 34%
B 143 of 447 ~ 31.99%

%34
%34
%31.99

CMYK color model

#98988F color CMYK value is (0,0,6,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,0,6,40)
C0M0Y6K40 
(0%,0%,6%,40%)
(0.00/0.00/0.06/0.40)	

CMYK percentages

%0
%0
%5.92
%40.39

Codes

Color #98988F in popluar color models

98988F
RGB152152143
HSL60°4.19%57.84%
HSB/HSV60°5.92%59.61%
CMYK0.00%0.00%5.92%
40.39%

Color #98988F in popluar number systems.

HEX98988F
Decimal152152143
Binary100110001001100010001111
Octal230230217

Shades and tints

Shades of #98988F

#98988F
(152,152,143)
#8B8B82
(139,139,130)
#7E7E75
(126,126,117)
#717168
(113,113,104)
#64645B
(100,100,91)
#57574E
(87,87,78)
#4A4A41
(74,74,65)
#3D3D34
(61,61,52)
#303027
(48,48,39)
#23231A
(35,35,26)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #98988F

#98988F
(152,152,143)
#A1A199
(161,161,153)
#AAAAA3
(170,170,163)
#B3B3AD
(179,179,173)
#BCBCB7
(188,188,183)
#C5C5C1
(197,197,193)
#CECECB
(206,206,203)
#D7D7D5
(215,215,213)
#E0E0DF
(224,224,223)
#E9E9E9
(233,233,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98988F color. Also use rgb(152,152,143) instead hex code.

Text Font Color

.myTextColor { color: #98988F; }

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

This text font color is #98988F.


Background Color

.myBgColor { background-color: #98988F; }

<div style="background-color:#98988F">Inner text</div>

This div background color is #98988F.


Border color

.myBorderColor { border: 1px solid #98988F; }

<div style="border:3px solid #98988F">Div</div>

This div border color is #98988F.


Opacity

.myOpacity80 { color: #98988F; opacity: 0.8; }

<p style="color:#98988F;opacity:0.8;">80%</p>

Text with #98988F 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 #98988F;}

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

This text has shadow with #98988F color.

.textShadow {text-shadow: 3px 3px 1px #98988F, 3px 3px 1px red;}

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

This text has shadow with #98988F primary color and red secondary color.


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

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

This text has shadow with #98988F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98988F on black background.


Color preview on white background

This text has color #98988F on white background.



Black color preview on #98988F background

This text has black color on #98988F background.


White color preview on #98988F background

This text has white color on #98988F background.