COLOR #998B8C

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

Color info

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

RGB color model

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

RGB: (153,139,140) (60%, 55%, 55%)

RGB channels and saturation

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

153
139
140

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

Portions of RGB colors in percentages

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

%35.42
%32.18
%32.41

CMYK color model

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

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

CMYK: (0,9,8,40)
C0M9Y8K40 (0%, 9%, 8%, 40%)
(0.00 / 0.09 / 0.08 / 0.40)

CMYK percentages

%0
%9.15
%8.5
%40

Codes

Color #998B8C in popluar color models

99 8B 8C
RGB 153 139 140
HSL 356° 6.42% 57.25%
HSB/HSV 356° 9.15% 60.00%
CMYK 0.00% 9.15% 8.50%
40.00%

Color #998B8C in popluar number systems.

HEX 99 8B 8C
Decimal 153 139 140
Binary 10011001 10001011 10001100
Octal 231 213 214

Shades and tints

Shades of #998B8C

#998B8C
(153,139,140)
#8C7F80
(140,127,128)
#7F7374
(127,115,116)
#726768
(114,103,104)
#655B5C
(101,91,92)
#584F50
(88,79,80)
#4B4344
(75,67,68)
#3E3738
(62,55,56)
#312B2C
(49,43,44)
#241F20
(36,31,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #998B8C

#998B8C
(153,139,140)
#A29596
(162,149,150)
#AB9FA0
(171,159,160)
#B4A9AA
(180,169,170)
#BDB3B4
(189,179,180)
#C6BDBE
(198,189,190)
#CFC7C8
(207,199,200)
#D8D1D2
(216,209,210)
#E1DBDC
(225,219,220)
#EAE5E6
(234,229,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998B8C; }

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

This text font color is #998B8C.

Background Color

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

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

This div background color is #998B8C.

Border color

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

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

This div border color is #998B8C.

Opacity

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

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

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

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

This text has shadow with #998B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998B8C.

Preview

Color preview on black background

This text has color #998B8C on black background.


Color preview on white background

This text has color #998B8C on white background.


Black color preview on #998B8C background

This text has black color on #998B8C background.


White color preview on #998B8C background

This text has white color on #998B8C background.


Related colors

Complementary color

Complementary color for #hex is #667473.


I love getcolorcode.com

Triadic colors

1 #8C998B and #8B8C99 with #998B8C are triadic colors.

2 #8C8B99 and #8B998C with #998B8C are triadic colors.