COLOR #98987C

HEX: #98987C RGB: (152,152,124)

Color info

#98987C contains red, green and blue colors in about the same proportion. Web safe color of #98987C is #999966 (or #996).

RGB color model

#98987C color RGB value is (152,152,124).

RGB: (152,152,124) (60%, 60%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 124 of 255 = 49%

152
152
124

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

Portions of RGB colors in percentages

R + G + B = 152 + 152 + 124 = 428 (100%)
R 152 of 428 ~ 35.51%
G 152 of 428 ~ 35.51%
B 124 of 428 ~ 28.97'%

%35.51
%35.51
%28.97

CMYK color model

#98987C color CMYK value is (0,0,18,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%

CMYK: (0,0,18,40)
C0M0Y18K40 (0%, 0%, 18%, 40%)
(0.00 / 0.00 / 0.18 / 0.40)

CMYK percentages

%0
%0
%18.42
%40.39

Codes

Color #98987C in popluar color models

98 98 7C
RGB 152 152 124
HSL 60° 11.97% 54.12%
HSB/HSV 60° 18.42% 59.61%
CMYK 0.00% 0.00% 18.42%
40.39%

Color #98987C in popluar number systems.

HEX 98 98 7C
Decimal 152 152 124
Binary 10011000 10011000 1111100
Octal 230 230 174

Shades and tints

Shades of #98987C

#98987C
(152,152,124)
#8B8B71
(139,139,113)
#7E7E66
(126,126,102)
#71715B
(113,113,91)
#646450
(100,100,80)
#575745
(87,87,69)
#4A4A3A
(74,74,58)
#3D3D2F
(61,61,47)
#303024
(48,48,36)
#232319
(35,35,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #98987C

#98987C
(152,152,124)
#A1A187
(161,161,135)
#AAAA92
(170,170,146)
#B3B39D
(179,179,157)
#BCBCA8
(188,188,168)
#C5C5B3
(197,197,179)
#CECEBE
(206,206,190)
#D7D7C9
(215,215,201)
#E0E0D4
(224,224,212)
#E9E9DF
(233,233,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98987C color. Also use rgb(152,152,124) instead hex code.

Text Font Color

.myTextColor { color: #98987C; }

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

This text font color is #98987C.

Background Color

.myBgColor { background-color: #98987C; }

<div style="background-color:#98987C">Inner text</div>

This div background color is #98987C.

Border color

.myBorderColor { border: 1px solid #98987C; }

<div style="border:3px solid #98987C">Div</div>

This div border color is #98987C.

Opacity

.myOpacity80 { color: #98987C; opacity: 0.8; }

<p style="color:#98987C;opacity:0.8;">80%</p>

Text with #98987C 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 #98987C;}

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

This text has shadow with #98987C color.


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

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

This text has shadow with #98987C primary color and red secondary color.


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

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

This text has shadow with #98987C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98987C.

Preview

Color preview on black background

This text has color #98987C on black background.


Color preview on white background

This text has color #98987C on white background.


Black color preview on #98987C background

This text has black color on #98987C background.


White color preview on #98987C background

This text has white color on #98987C background.


Related colors

Complementary color

Complementary color for #hex is #676783.


I love getcolorcode.com