COLOR #998D8F

HEX: #998D8F
RGB: (153,141,143)

Color info

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

RGB color model

#998D8F color RGB value is (153,141,143).

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

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 143 of 255 = 56%

153
141
143

R + G + B ~ 57%. #998D8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 143 = 437 (100%)
R 153 of 437 ~ 35.01%
G 141 of 437 ~ 32.27%
B 143 of 437 ~ 32.72%

%35.01
%32.27
%32.72

CMYK color model

#998D8F color CMYK value is (0,8,7,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(0,8,7,40)
C0M8Y7K40 
(0%,8%,7%,40%)
(0.00/0.08/0.07/0.40)	

CMYK percentages

%0
%7.84
%6.54
%40

Codes

Color #998D8F in popluar color models

998D8F
RGB153141143
HSL350°5.56%57.65%
HSB/HSV350°7.84%60.00%
CMYK0.00%7.84%6.54%
40.00%

Color #998D8F in popluar number systems.

HEX998D8F
Decimal153141143
Binary100110011000110110001111
Octal231215217

Shades and tints

Shades of #998D8F

#998D8F
(153,141,143)
#8C8182
(140,129,130)
#7F7575
(127,117,117)
#726968
(114,105,104)
#655D5B
(101,93,91)
#58514E
(88,81,78)
#4B4541
(75,69,65)
#3E3934
(62,57,52)
#312D27
(49,45,39)
#24211A
(36,33,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #998D8F

#998D8F
(153,141,143)
#A29799
(162,151,153)
#ABA1A3
(171,161,163)
#B4ABAD
(180,171,173)
#BDB5B7
(189,181,183)
#C6BFC1
(198,191,193)
#CFC9CB
(207,201,203)
#D8D3D5
(216,211,213)
#E1DDDF
(225,221,223)
#EAE7E9
(234,231,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998D8F color. Also use rgb(153,141,143) instead hex code.

Text Font Color

.myTextColor { color: #998D8F; }

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

This text font color is #998D8F.


Background Color

.myBgColor { background-color: #998D8F; }

<div style="background-color:#998D8F">Inner text</div>

This div background color is #998D8F.


Border color

.myBorderColor { border: 1px solid #998D8F; }

<div style="border:3px solid #998D8F">Div</div>

This div border color is #998D8F.


Opacity

.myOpacity80 { color: #998D8F; opacity: 0.8; }

<p style="color:#998D8F;opacity:0.8;">80%</p>

Text with #998D8F 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 #998D8F;}

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

This text has shadow with #998D8F color.

.textShadow {text-shadow: 3px 3px 1px #998D8F, 3px 3px 1px red;}

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

This text has shadow with #998D8F primary color and red secondary color.


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

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

This text has shadow with #998D8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D8F on black background.


Color preview on white background

This text has color #998D8F on white background.



Black color preview on #998D8F background

This text has black color on #998D8F background.


White color preview on #998D8F background

This text has white color on #998D8F background.