COLOR #98607E

HEX: #98607E RGB: (152,96,126)

Color info

#98607E contains red, green and blue colors in about the same proportion. Web safe color of #98607E is #996666 (or #966).

RGB color model

#98607E color RGB value is (152,96,126).

RGB: (152,96,126) (60%, 38%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 96 of 255 = 38%
B 126 of 255 = 49%

152
96
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 96 + 126 = 374 (100%)
R 152 of 374 ~ 40.64%
G 96 of 374 ~ 25.67%
B 126 of 374 ~ 33.69'%

%40.64
%25.67
%33.69

CMYK color model

#98607E color CMYK value is (0,37,17,40).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 17.11%
  • key color value is 40.39%

CMYK: (0,37,17,40)
C0M37Y17K40 (0%, 37%, 17%, 40%)
(0.00 / 0.37 / 0.17 / 0.40)

CMYK percentages

%0
%36.84
%17.11
%40.39

Codes

Color #98607E in popluar color models

98 60 7E
RGB 152 96 126
HSL 328° 22.58% 48.63%
HSB/HSV 328° 36.84% 59.61%
CMYK 0.00% 36.84% 17.11%
40.39%

Color #98607E in popluar number systems.

HEX 98 60 7E
Decimal 152 96 126
Binary 10011000 1100000 1111110
Octal 230 140 176

Shades and tints

Shades of #98607E

#98607E
(152,96,126)
#8B5873
(139,88,115)
#7E5068
(126,80,104)
#71485D
(113,72,93)
#644052
(100,64,82)
#573847
(87,56,71)
#4A303C
(74,48,60)
#3D2831
(61,40,49)
#302026
(48,32,38)
#23181B
(35,24,27)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #98607E

#98607E
(152,96,126)
#A16E89
(161,110,137)
#AA7C94
(170,124,148)
#B38A9F
(179,138,159)
#BC98AA
(188,152,170)
#C5A6B5
(197,166,181)
#CEB4C0
(206,180,192)
#D7C2CB
(215,194,203)
#E0D0D6
(224,208,214)
#E9DEE1
(233,222,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98607E color. Also use rgb(152,96,126) instead hex code.

Text Font Color

.myTextColor { color: #98607E; }

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

This text font color is #98607E.

Background Color

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

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

This div background color is #98607E.

Border color

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

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

This div border color is #98607E.

Opacity

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

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

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

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

This text has shadow with #98607E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98607E.

Preview

Color preview on black background

This text has color #98607E on black background.


Color preview on white background

This text has color #98607E on white background.


Black color preview on #98607E background

This text has black color on #98607E background.


White color preview on #98607E background

This text has white color on #98607E background.


Related colors

Complementary color

Complementary color for #hex is #679F81.


I love getcolorcode.com

Triadic colors

1 #7E9860 and #607E98 with #98607E are triadic colors.

2 #7E6098 and #60987E with #98607E are triadic colors.