COLOR #98708F

HEX: #98708F
RGB: (152,112,143)

Color info

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

RGB color model

#98708F color RGB value is (152,112,143).

  • red value is 152;
  • green value is 112;
  • blue value is 143.
RGB:
(152,112,143)
(60%,44%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 112 of 255 = 44%
B 143 of 255 = 56%

152
112
143

R + G + B ~ 53%. #98708F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 112 + 143 = 407 (100%)
R 152 of 407 ~ 37.35%
G 112 of 407 ~ 27.52%
B 143 of 407 ~ 35.14%

%37.35
%27.52
%35.14

CMYK color model

#98708F color CMYK value is (0,26,6,40).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,26,6,40)
C0M26Y6K40 
(0%,26%,6%,40%)
(0.00/0.26/0.06/0.40)	

CMYK percentages

%0
%26.32
%5.92
%40.39

Codes

Color #98708F in popluar color models

98708F
RGB152112143
HSL314°16.26%51.76%
HSB/HSV314°26.32%59.61%
CMYK0.00%26.32%5.92%
40.39%

Color #98708F in popluar number systems.

HEX98708F
Decimal152112143
Binary10011000111000010001111
Octal230160217

Shades and tints

Shades of #98708F

#98708F
(152,112,143)
#8B6682
(139,102,130)
#7E5C75
(126,92,117)
#715268
(113,82,104)
#64485B
(100,72,91)
#573E4E
(87,62,78)
#4A3441
(74,52,65)
#3D2A34
(61,42,52)
#302027
(48,32,39)
#23161A
(35,22,26)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #98708F

#98708F
(152,112,143)
#A17D99
(161,125,153)
#AA8AA3
(170,138,163)
#B397AD
(179,151,173)
#BCA4B7
(188,164,183)
#C5B1C1
(197,177,193)
#CEBECB
(206,190,203)
#D7CBD5
(215,203,213)
#E0D8DF
(224,216,223)
#E9E5E9
(233,229,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98708F color. Also use rgb(152,112,143) instead hex code.

Text Font Color

.myTextColor { color: #98708F; }

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

This text font color is #98708F.


Background Color

.myBgColor { background-color: #98708F; }

<div style="background-color:#98708F">Inner text</div>

This div background color is #98708F.


Border color

.myBorderColor { border: 1px solid #98708F; }

<div style="border:3px solid #98708F">Div</div>

This div border color is #98708F.


Opacity

.myOpacity80 { color: #98708F; opacity: 0.8; }

<p style="color:#98708F;opacity:0.8;">80%</p>

Text with #98708F 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 #98708F;}

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

This text has shadow with #98708F color.

.textShadow {text-shadow: 3px 3px 1px #98708F, 3px 3px 1px red;}

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

This text has shadow with #98708F primary color and red secondary color.


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

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

This text has shadow with #98708F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98708F on black background.


Color preview on white background

This text has color #98708F on white background.



Black color preview on #98708F background

This text has black color on #98708F background.


White color preview on #98708F background

This text has white color on #98708F background.