COLOR #98759E

HEX: #98759E
RGB: (152,117,158)

Color info

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

RGB color model

#98759E color RGB value is (152,117,158).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 158 of 255 = 62%

152
117
158

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 158 = 427 (100%)
R 152 of 427 ~ 35.6%
G 117 of 427 ~ 27.4%
B 158 of 427 ~ 37%

%35.6
%27.4
%37

CMYK color model

#98759E color CMYK value is (4,26,0,38).

  • cyan value is 3.80%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(4,26,0,38)
C4M26Y0K38 
(4%,26%,0%,38%)
(0.04/0.26/0.00/0.38)	

CMYK percentages

%3.8
%25.95
%0
%38.04

Codes

Color #98759E in popluar color models

98759E
RGB152117158
HSL291°17.45%53.92%
HSB/HSV291°25.95%61.96%
CMYK3.80%25.95%0.00%
38.04%

Color #98759E in popluar number systems.

HEX98759E
Decimal152117158
Binary10011000111010110011110
Octal230165236

Shades and tints

Shades of #98759E

#98759E
(152,117,158)
#8B6B90
(139,107,144)
#7E6182
(126,97,130)
#715774
(113,87,116)
#644D66
(100,77,102)
#574358
(87,67,88)
#4A394A
(74,57,74)
#3D2F3C
(61,47,60)
#30252E
(48,37,46)
#231B20
(35,27,32)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #98759E

#98759E
(152,117,158)
#A181A6
(161,129,166)
#AA8DAE
(170,141,174)
#B399B6
(179,153,182)
#BCA5BE
(188,165,190)
#C5B1C6
(197,177,198)
#CEBDCE
(206,189,206)
#D7C9D6
(215,201,214)
#E0D5DE
(224,213,222)
#E9E1E6
(233,225,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98759E color. Also use rgb(152,117,158) instead hex code.

Text Font Color

.myTextColor { color: #98759E; }

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

This text font color is #98759E.


Background Color

.myBgColor { background-color: #98759E; }

<div style="background-color:#98759E">Inner text</div>

This div background color is #98759E.


Border color

.myBorderColor { border: 1px solid #98759E; }

<div style="border:3px solid #98759E">Div</div>

This div border color is #98759E.


Opacity

.myOpacity80 { color: #98759E; opacity: 0.8; }

<p style="color:#98759E;opacity:0.8;">80%</p>

Text with #98759E 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 #98759E;}

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

This text has shadow with #98759E color.

.textShadow {text-shadow: 3px 3px 1px #98759E, 3px 3px 1px red;}

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

This text has shadow with #98759E primary color and red secondary color.


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

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

This text has shadow with #98759E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98759E on black background.


Color preview on white background

This text has color #98759E on white background.



Black color preview on #98759E background

This text has black color on #98759E background.


White color preview on #98759E background

This text has white color on #98759E background.