COLOR #98758D

HEX: #98758D
RGB: (152,117,141)

Color info

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

RGB color model

#98758D color RGB value is (152,117,141).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 141 of 255 = 55%

152
117
141

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 141 = 410 (100%)
R 152 of 410 ~ 37.07%
G 117 of 410 ~ 28.54%
B 141 of 410 ~ 34.39%

%37.07
%28.54
%34.39

CMYK color model

#98758D color CMYK value is (0,23,7,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(0,23,7,40)
C0M23Y7K40 
(0%,23%,7%,40%)
(0.00/0.23/0.07/0.40)	

CMYK percentages

%0
%23.03
%7.24
%40.39

Codes

Color #98758D in popluar color models

98758D
RGB152117141
HSL319°14.52%52.75%
HSB/HSV319°23.03%59.61%
CMYK0.00%23.03%7.24%
40.39%

Color #98758D in popluar number systems.

HEX98758D
Decimal152117141
Binary10011000111010110001101
Octal230165215

Shades and tints

Shades of #98758D

#98758D
(152,117,141)
#8B6B81
(139,107,129)
#7E6175
(126,97,117)
#715769
(113,87,105)
#644D5D
(100,77,93)
#574351
(87,67,81)
#4A3945
(74,57,69)
#3D2F39
(61,47,57)
#30252D
(48,37,45)
#231B21
(35,27,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #98758D

#98758D
(152,117,141)
#A18197
(161,129,151)
#AA8DA1
(170,141,161)
#B399AB
(179,153,171)
#BCA5B5
(188,165,181)
#C5B1BF
(197,177,191)
#CEBDC9
(206,189,201)
#D7C9D3
(215,201,211)
#E0D5DD
(224,213,221)
#E9E1E7
(233,225,231)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98758D; }

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

This text font color is #98758D.


Background Color

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

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

This div background color is #98758D.


Border color

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

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

This div border color is #98758D.


Opacity

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

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

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

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

This text has shadow with #98758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98758D on black background.


Color preview on white background

This text has color #98758D on white background.



Black color preview on #98758D background

This text has black color on #98758D background.


White color preview on #98758D background

This text has white color on #98758D background.