COLOR #98838C

HEX: #98838C
RGB: (152,131,140)

Color info

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

RGB color model

#98838C color RGB value is (152,131,140).

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

RGB channels and saturation

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

152
131
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 140 = 423 (100%)
R 152 of 423 ~ 35.93%
G 131 of 423 ~ 30.97%
B 140 of 423 ~ 33.1%

%35.93
%30.97
%33.1

CMYK color model

#98838C color CMYK value is (0,14,8,40).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,14,8,40)
C0M14Y8K40 
(0%,14%,8%,40%)
(0.00/0.14/0.08/0.40)	

CMYK percentages

%0
%13.82
%7.89
%40.39

Codes

Color #98838C in popluar color models

98838C
RGB152131140
HSL334°9.25%55.49%
HSB/HSV334°13.82%59.61%
CMYK0.00%13.82%7.89%
40.39%

Color #98838C in popluar number systems.

HEX98838C
Decimal152131140
Binary100110001000001110001100
Octal230203214

Shades and tints

Shades of #98838C

#98838C
(152,131,140)
#8B7880
(139,120,128)
#7E6D74
(126,109,116)
#716268
(113,98,104)
#64575C
(100,87,92)
#574C50
(87,76,80)
#4A4144
(74,65,68)
#3D3638
(61,54,56)
#302B2C
(48,43,44)
#232020
(35,32,32)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #98838C

#98838C
(152,131,140)
#A18E96
(161,142,150)
#AA99A0
(170,153,160)
#B3A4AA
(179,164,170)
#BCAFB4
(188,175,180)
#C5BABE
(197,186,190)
#CEC5C8
(206,197,200)
#D7D0D2
(215,208,210)
#E0DBDC
(224,219,220)
#E9E6E6
(233,230,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98838C; }

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

This text font color is #98838C.


Background Color

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

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

This div background color is #98838C.


Border color

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

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

This div border color is #98838C.


Opacity

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

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

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

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

This text has shadow with #98838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98838C on black background.


Color preview on white background

This text has color #98838C on white background.



Black color preview on #98838C background

This text has black color on #98838C background.


White color preview on #98838C background

This text has white color on #98838C background.