COLOR #98848B

HEX: #98848B RGB: (152,132,139)

Color info

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

RGB color model

#98848B color RGB value is (152,132,139).

RGB: (152,132,139) (60%, 52%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 139 of 255 = 55%

152
132
139

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

Portions of RGB colors in percentages

R + G + B = 152 + 132 + 139 = 423 (100%)
R 152 of 423 ~ 35.93%
G 132 of 423 ~ 31.21%
B 139 of 423 ~ 32.86'%

%35.93
%31.21
%32.86

CMYK color model

#98848B color CMYK value is (0,13,9,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 8.55%
  • key color value is 40.39%

CMYK: (0,13,9,40)
C0M13Y9K40 (0%, 13%, 9%, 40%)
(0.00 / 0.13 / 0.09 / 0.40)

CMYK percentages

%0
%13.16
%8.55
%40.39

Codes

Color #98848B in popluar color models

98 84 8B
RGB 152 132 139
HSL 339° 8.85% 55.69%
HSB/HSV 339° 13.16% 59.61%
CMYK 0.00% 13.16% 8.55%
40.39%

Color #98848B in popluar number systems.

HEX 98 84 8B
Decimal 152 132 139
Binary 10011000 10000100 10001011
Octal 230 204 213

Shades and tints

Shades of #98848B

#98848B
(152,132,139)
#8B787F
(139,120,127)
#7E6C73
(126,108,115)
#716067
(113,96,103)
#64545B
(100,84,91)
#57484F
(87,72,79)
#4A3C43
(74,60,67)
#3D3037
(61,48,55)
#30242B
(48,36,43)
#23181F
(35,24,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #98848B

#98848B
(152,132,139)
#A18F95
(161,143,149)
#AA9A9F
(170,154,159)
#B3A5A9
(179,165,169)
#BCB0B3
(188,176,179)
#C5BBBD
(197,187,189)
#CEC6C7
(206,198,199)
#D7D1D1
(215,209,209)
#E0DCDB
(224,220,219)
#E9E7E5
(233,231,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98848B color. Also use rgb(152,132,139) instead hex code.

Text Font Color

.myTextColor { color: #98848B; }

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

This text font color is #98848B.

Background Color

.myBgColor { background-color: #98848B; }

<div style="background-color:#98848B">Inner text</div>

This div background color is #98848B.

Border color

.myBorderColor { border: 1px solid #98848B; }

<div style="border:3px solid #98848B">Div</div>

This div border color is #98848B.

Opacity

.myOpacity80 { color: #98848B; opacity: 0.8; }

<p style="color:#98848B;opacity:0.8;">80%</p>

Text with #98848B 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 #98848B;}

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

This text has shadow with #98848B color.


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

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

This text has shadow with #98848B primary color and red secondary color.


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

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

This text has shadow with #98848B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98848B.

Preview

Color preview on black background

This text has color #98848B on black background.


Color preview on white background

This text has color #98848B on white background.


Black color preview on #98848B background

This text has black color on #98848B background.


White color preview on #98848B background

This text has white color on #98848B background.


Related colors

Complementary color

Complementary color for #hex is #677B74.


I love getcolorcode.com

Triadic colors

1 #8B9884 and #848B98 with #98848B are triadic colors.

2 #8B8498 and #84988B with #98848B are triadic colors.