COLOR #998B8F

HEX: #998B8F RGB: (153,139,143)

Color info

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

RGB color model

#998B8F color RGB value is (153,139,143).

RGB: (153,139,143) (60%, 55%, 56%)

RGB channels and saturation

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

153
139
143

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

Portions of RGB colors in percentages

R + G + B = 153 + 139 + 143 = 435 (100%)
R 153 of 435 ~ 35.17%
G 139 of 435 ~ 31.95%
B 143 of 435 ~ 32.87'%

%35.17
%31.95
%32.87

CMYK color model

#998B8F color CMYK value is (0,9,7,40).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 6.54%
  • key color value is 40.00%

CMYK: (0,9,7,40)
C0M9Y7K40 (0%, 9%, 7%, 40%)
(0.00 / 0.09 / 0.07 / 0.40)

CMYK percentages

%0
%9.15
%6.54
%40

Codes

Color #998B8F in popluar color models

99 8B 8F
RGB 153 139 143
HSL 343° 6.42% 57.25%
HSB/HSV 343° 9.15% 60.00%
CMYK 0.00% 9.15% 6.54%
40.00%

Color #998B8F in popluar number systems.

HEX 99 8B 8F
Decimal 153 139 143
Binary 10011001 10001011 10001111
Octal 231 213 217

Shades and tints

Shades of #998B8F

#998B8F
(153,139,143)
#8C7F82
(140,127,130)
#7F7375
(127,115,117)
#726768
(114,103,104)
#655B5B
(101,91,91)
#584F4E
(88,79,78)
#4B4341
(75,67,65)
#3E3734
(62,55,52)
#312B27
(49,43,39)
#241F1A
(36,31,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #998B8F

#998B8F
(153,139,143)
#A29599
(162,149,153)
#AB9FA3
(171,159,163)
#B4A9AD
(180,169,173)
#BDB3B7
(189,179,183)
#C6BDC1
(198,189,193)
#CFC7CB
(207,199,203)
#D8D1D5
(216,209,213)
#E1DBDF
(225,219,223)
#EAE5E9
(234,229,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998B8F; }

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

This text font color is #998B8F.

Background Color

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

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

This div background color is #998B8F.

Border color

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

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

This div border color is #998B8F.

Opacity

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

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

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

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

This text has shadow with #998B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998B8F.

Preview

Color preview on black background

This text has color #998B8F on black background.


Color preview on white background

This text has color #998B8F on white background.


Black color preview on #998B8F background

This text has black color on #998B8F background.


White color preview on #998B8F background

This text has white color on #998B8F background.


Related colors

Complementary color

Complementary color for #hex is #667470.


I love getcolorcode.com

Triadic colors

1 #8F998B and #8B8F99 with #998B8F are triadic colors.

2 #8F8B99 and #8B998F with #998B8F are triadic colors.