COLOR #98878E

HEX: #98878E
RGB: (152,135,142)

Color info

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

RGB color model

#98878E color RGB value is (152,135,142).

  • red value is 152;
  • green value is 135;
  • blue value is 142.
RGB:
(152,135,142)
(60%,53%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 142 of 255 = 56%

152
135
142

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 142 = 429 (100%)
R 152 of 429 ~ 35.43%
G 135 of 429 ~ 31.47%
B 142 of 429 ~ 33.1%

%35.43
%31.47
%33.1

CMYK color model

#98878E color CMYK value is (0,11,7,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(0,11,7,40)
C0M11Y7K40 
(0%,11%,7%,40%)
(0.00/0.11/0.07/0.40)	

CMYK percentages

%0
%11.18
%6.58
%40.39

Codes

Color #98878E in popluar color models

98878E
RGB152135142
HSL335°7.62%56.27%
HSB/HSV335°11.18%59.61%
CMYK0.00%11.18%6.58%
40.39%

Color #98878E in popluar number systems.

HEX98878E
Decimal152135142
Binary100110001000011110001110
Octal230207216

Shades and tints

Shades of #98878E

#98878E
(152,135,142)
#8B7B82
(139,123,130)
#7E6F76
(126,111,118)
#71636A
(113,99,106)
#64575E
(100,87,94)
#574B52
(87,75,82)
#4A3F46
(74,63,70)
#3D333A
(61,51,58)
#30272E
(48,39,46)
#231B22
(35,27,34)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #98878E

#98878E
(152,135,142)
#A19198
(161,145,152)
#AA9BA2
(170,155,162)
#B3A5AC
(179,165,172)
#BCAFB6
(188,175,182)
#C5B9C0
(197,185,192)
#CEC3CA
(206,195,202)
#D7CDD4
(215,205,212)
#E0D7DE
(224,215,222)
#E9E1E8
(233,225,232)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98878E color. Also use rgb(152,135,142) instead hex code.

Text Font Color

.myTextColor { color: #98878E; }

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

This text font color is #98878E.


Background Color

.myBgColor { background-color: #98878E; }

<div style="background-color:#98878E">Inner text</div>

This div background color is #98878E.


Border color

.myBorderColor { border: 1px solid #98878E; }

<div style="border:3px solid #98878E">Div</div>

This div border color is #98878E.


Opacity

.myOpacity80 { color: #98878E; opacity: 0.8; }

<p style="color:#98878E;opacity:0.8;">80%</p>

Text with #98878E 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 #98878E;}

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

This text has shadow with #98878E color.

.textShadow {text-shadow: 3px 3px 1px #98878E, 3px 3px 1px red;}

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

This text has shadow with #98878E primary color and red secondary color.


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

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

This text has shadow with #98878E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98878E on black background.


Color preview on white background

This text has color #98878E on white background.



Black color preview on #98878E background

This text has black color on #98878E background.


White color preview on #98878E background

This text has white color on #98878E background.