COLOR #998C87

HEX: #998C87 RGB: (153,140,135)

Color info

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

RGB color model

#998C87 color RGB value is (153,140,135).

RGB: (153,140,135) (60%, 55%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 135 of 255 = 53%

153
140
135

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 135 = 428 (100%)
R 153 of 428 ~ 35.75%
G 140 of 428 ~ 32.71%
B 135 of 428 ~ 31.54'%

%35.75
%32.71
%31.54

CMYK color model

#998C87 color CMYK value is (0,8,12,40).

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

CMYK: (0,8,12,40)
C0M8Y12K40 (0%, 8%, 12%, 40%)
(0.00 / 0.08 / 0.12 / 0.40)

CMYK percentages

%0
%8.5
%11.76
%40

Codes

Color #998C87 in popluar color models

99 8C 87
RGB 153 140 135
HSL 17° 8.11% 56.47%
HSB/HSV 17° 11.76% 60.00%
CMYK 0.00% 8.50% 11.76%
40.00%

Color #998C87 in popluar number systems.

HEX 99 8C 87
Decimal 153 140 135
Binary 10011001 10001100 10000111
Octal 231 214 207

Shades and tints

Shades of #998C87

#998C87
(153,140,135)
#8C807B
(140,128,123)
#7F746F
(127,116,111)
#726863
(114,104,99)
#655C57
(101,92,87)
#58504B
(88,80,75)
#4B443F
(75,68,63)
#3E3833
(62,56,51)
#312C27
(49,44,39)
#24201B
(36,32,27)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #998C87

#998C87
(153,140,135)
#A29691
(162,150,145)
#ABA09B
(171,160,155)
#B4AAA5
(180,170,165)
#BDB4AF
(189,180,175)
#C6BEB9
(198,190,185)
#CFC8C3
(207,200,195)
#D8D2CD
(216,210,205)
#E1DCD7
(225,220,215)
#EAE6E1
(234,230,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C87; }

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

This text font color is #998C87.

Background Color

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

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

This div background color is #998C87.

Border color

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

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

This div border color is #998C87.

Opacity

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

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

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

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

This text has shadow with #998C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C87.

Preview

Color preview on black background

This text has color #998C87 on black background.


Color preview on white background

This text has color #998C87 on white background.


Black color preview on #998C87 background

This text has black color on #998C87 background.


White color preview on #998C87 background

This text has white color on #998C87 background.


Related colors

Complementary color

Complementary color for #hex is #667378.


I love getcolorcode.com

Triadic colors

1 #87998C and #8C8799 with #998C87 are triadic colors.

2 #878C99 and #8C9987 with #998C87 are triadic colors.