COLOR #998C8B

HEX: #998C8B
RGB: (153,140,139)

Color info

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

RGB color model

#998C8B color RGB value is (153,140,139).

  • red value is 153;
  • green value is 140;
  • blue value is 139.
RGB:
(153,140,139)
(60%,55%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 139 of 255 = 55%

153
140
139

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 139 = 432 (100%)
R 153 of 432 ~ 35.42%
G 140 of 432 ~ 32.41%
B 139 of 432 ~ 32.18%

%35.42
%32.41
%32.18

CMYK color model

#998C8B color CMYK value is (0,8,9,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(0,8,9,40)
C0M8Y9K40 
(0%,8%,9%,40%)
(0.00/0.08/0.09/0.40)	

CMYK percentages

%0
%8.5
%9.15
%40

Codes

Color #998C8B in popluar color models

998C8B
RGB153140139
HSL6.42%57.25%
HSB/HSV9.15%60.00%
CMYK0.00%8.50%9.15%
40.00%

Color #998C8B in popluar number systems.

HEX998C8B
Decimal153140139
Binary100110011000110010001011
Octal231214213

Shades and tints

Shades of #998C8B

#998C8B
(153,140,139)
#8C807F
(140,128,127)
#7F7473
(127,116,115)
#726867
(114,104,103)
#655C5B
(101,92,91)
#58504F
(88,80,79)
#4B4443
(75,68,67)
#3E3837
(62,56,55)
#312C2B
(49,44,43)
#24201F
(36,32,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #998C8B

#998C8B
(153,140,139)
#A29695
(162,150,149)
#ABA09F
(171,160,159)
#B4AAA9
(180,170,169)
#BDB4B3
(189,180,179)
#C6BEBD
(198,190,189)
#CFC8C7
(207,200,199)
#D8D2D1
(216,210,209)
#E1DCDB
(225,220,219)
#EAE6E5
(234,230,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C8B; }

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

This text font color is #998C8B.


Background Color

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

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

This div background color is #998C8B.


Border color

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

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

This div border color is #998C8B.


Opacity

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

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

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

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

This text has shadow with #998C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C8B on black background.


Color preview on white background

This text has color #998C8B on white background.



Black color preview on #998C8B background

This text has black color on #998C8B background.


White color preview on #998C8B background

This text has white color on #998C8B background.