COLOR #98838D

HEX: #98838D
RGB: (152,131,141)

Color info

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

RGB color model

#98838D color RGB value is (152,131,141).

  • red value is 152;
  • green value is 131;
  • blue value is 141.
RGB:
(152,131,141)
(60%,51%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 141 of 255 = 55%

152
131
141

R + G + B ~ 55%. #98838D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 141 = 424 (100%)
R 152 of 424 ~ 35.85%
G 131 of 424 ~ 30.9%
B 141 of 424 ~ 33.25%

%35.85
%30.9
%33.25

CMYK color model

#98838D color CMYK value is (0,14,7,40).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(0,14,7,40)
C0M14Y7K40 
(0%,14%,7%,40%)
(0.00/0.14/0.07/0.40)	

CMYK percentages

%0
%13.82
%7.24
%40.39

Codes

Color #98838D in popluar color models

98838D
RGB152131141
HSL331°9.25%55.49%
HSB/HSV331°13.82%59.61%
CMYK0.00%13.82%7.24%
40.39%

Color #98838D in popluar number systems.

HEX98838D
Decimal152131141
Binary100110001000001110001101
Octal230203215

Shades and tints

Shades of #98838D

#98838D
(152,131,141)
#8B7881
(139,120,129)
#7E6D75
(126,109,117)
#716269
(113,98,105)
#64575D
(100,87,93)
#574C51
(87,76,81)
#4A4145
(74,65,69)
#3D3639
(61,54,57)
#302B2D
(48,43,45)
#232021
(35,32,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #98838D

#98838D
(152,131,141)
#A18E97
(161,142,151)
#AA99A1
(170,153,161)
#B3A4AB
(179,164,171)
#BCAFB5
(188,175,181)
#C5BABF
(197,186,191)
#CEC5C9
(206,197,201)
#D7D0D3
(215,208,211)
#E0DBDD
(224,219,221)
#E9E6E7
(233,230,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98838D color. Also use rgb(152,131,141) instead hex code.

Text Font Color

.myTextColor { color: #98838D; }

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

This text font color is #98838D.


Background Color

.myBgColor { background-color: #98838D; }

<div style="background-color:#98838D">Inner text</div>

This div background color is #98838D.


Border color

.myBorderColor { border: 1px solid #98838D; }

<div style="border:3px solid #98838D">Div</div>

This div border color is #98838D.


Opacity

.myOpacity80 { color: #98838D; opacity: 0.8; }

<p style="color:#98838D;opacity:0.8;">80%</p>

Text with #98838D 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 #98838D;}

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

This text has shadow with #98838D color.

.textShadow {text-shadow: 3px 3px 1px #98838D, 3px 3px 1px red;}

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

This text has shadow with #98838D primary color and red secondary color.


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

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

This text has shadow with #98838D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98838D on black background.


Color preview on white background

This text has color #98838D on white background.



Black color preview on #98838D background

This text has black color on #98838D background.


White color preview on #98838D background

This text has white color on #98838D background.