COLOR #98798B

HEX: #98798B
RGB: (152,121,139)

Color info

#98798B contains red, green and blue colors in about the same proportion. Web safe color of #98798B is #996699 (or #969).

RGB color model

#98798B color RGB value is (152,121,139).

  • red value is 152;
  • green value is 121;
  • blue value is 139.
RGB:
(152,121,139)
(60%,47%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 121 of 255 = 47%
B 139 of 255 = 55%

152
121
139

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

Portions of RGB colors in percentages

R + G + B =
152 + 121 + 139 = 412 (100%)
R 152 of 412 ~ 36.89%
G 121 of 412 ~ 29.37%
B 139 of 412 ~ 33.74%

%36.89
%29.37
%33.74

CMYK color model

#98798B color CMYK value is (0,20,9,40).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(0,20,9,40)
C0M20Y9K40 
(0%,20%,9%,40%)
(0.00/0.20/0.09/0.40)	

CMYK percentages

%0
%20.39
%8.55
%40.39

Codes

Color #98798B in popluar color models

98798B
RGB152121139
HSL325°13.08%53.53%
HSB/HSV325°20.39%59.61%
CMYK0.00%20.39%8.55%
40.39%

Color #98798B in popluar number systems.

HEX98798B
Decimal152121139
Binary10011000111100110001011
Octal230171213

Shades and tints

Shades of #98798B

#98798B
(152,121,139)
#8B6E7F
(139,110,127)
#7E6373
(126,99,115)
#715867
(113,88,103)
#644D5B
(100,77,91)
#57424F
(87,66,79)
#4A3743
(74,55,67)
#3D2C37
(61,44,55)
#30212B
(48,33,43)
#23161F
(35,22,31)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #98798B

#98798B
(152,121,139)
#A18595
(161,133,149)
#AA919F
(170,145,159)
#B39DA9
(179,157,169)
#BCA9B3
(188,169,179)
#C5B5BD
(197,181,189)
#CEC1C7
(206,193,199)
#D7CDD1
(215,205,209)
#E0D9DB
(224,217,219)
#E9E5E5
(233,229,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98798B; }

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

This text font color is #98798B.


Background Color

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

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

This div background color is #98798B.


Border color

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

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

This div border color is #98798B.


Opacity

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

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

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

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

This text has shadow with #98798B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98798B on black background.


Color preview on white background

This text has color #98798B on white background.



Black color preview on #98798B background

This text has black color on #98798B background.


White color preview on #98798B background

This text has white color on #98798B background.