COLOR #98787C

HEX: #98787C
RGB: (152,120,124)

Color info

#98787C contains red, green and blue colors in about the same proportion. Web safe color of #98787C is #996666 (or #966).

RGB color model

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

  • red value is 152;
  • green value is 120;
  • blue value is 124.
RGB:
(152,120,124)
(60%,47%,49%)

RGB channels and saturation

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

152
120
124

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 124 = 396 (100%)
R 152 of 396 ~ 38.38%
G 120 of 396 ~ 30.3%
B 124 of 396 ~ 31.31%

%38.38
%30.3
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(0,21,18,40)
C0M21Y18K40 
(0%,21%,18%,40%)
(0.00/0.21/0.18/0.40)	

CMYK percentages

%0
%21.05
%18.42
%40.39

Codes

Color #98787C in popluar color models

98787C
RGB152120124
HSL353°13.45%53.33%
HSB/HSV353°21.05%59.61%
CMYK0.00%21.05%18.42%
40.39%

Color #98787C in popluar number systems.

HEX98787C
Decimal152120124
Binary1001100011110001111100
Octal230170174

Shades and tints

Shades of #98787C

#98787C
(152,120,124)
#8B6E71
(139,110,113)
#7E6466
(126,100,102)
#715A5B
(113,90,91)
#645050
(100,80,80)
#574645
(87,70,69)
#4A3C3A
(74,60,58)
#3D322F
(61,50,47)
#302824
(48,40,36)
#231E19
(35,30,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #98787C

#98787C
(152,120,124)
#A18487
(161,132,135)
#AA9092
(170,144,146)
#B39C9D
(179,156,157)
#BCA8A8
(188,168,168)
#C5B4B3
(197,180,179)
#CEC0BE
(206,192,190)
#D7CCC9
(215,204,201)
#E0D8D4
(224,216,212)
#E9E4DF
(233,228,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98787C; }

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

This text font color is #98787C.


Background Color

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

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

This div background color is #98787C.


Border color

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

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

This div border color is #98787C.


Opacity

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

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

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

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

This text has shadow with #98787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98787C on black background.


Color preview on white background

This text has color #98787C on white background.



Black color preview on #98787C background

This text has black color on #98787C background.


White color preview on #98787C background

This text has white color on #98787C background.