COLOR #98657D

HEX: #98657D
RGB: (152,101,125)

Color info

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

RGB color model

#98657D color RGB value is (152,101,125).

  • red value is 152;
  • green value is 101;
  • blue value is 125.
RGB:
(152,101,125)
(60%,40%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 125 of 255 = 49%

152
101
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 125 = 378 (100%)
R 152 of 378 ~ 40.21%
G 101 of 378 ~ 26.72%
B 125 of 378 ~ 33.07%

%40.21
%26.72
%33.07

CMYK color model

#98657D color CMYK value is (0,34,18,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,34,18,40)
C0M34Y18K40 
(0%,34%,18%,40%)
(0.00/0.34/0.18/0.40)	

CMYK percentages

%0
%33.55
%17.76
%40.39

Codes

Color #98657D in popluar color models

98657D
RGB152101125
HSL332°20.16%49.61%
HSB/HSV332°33.55%59.61%
CMYK0.00%33.55%17.76%
40.39%

Color #98657D in popluar number systems.

HEX98657D
Decimal152101125
Binary1001100011001011111101
Octal230145175

Shades and tints

Shades of #98657D

#98657D
(152,101,125)
#8B5C72
(139,92,114)
#7E5367
(126,83,103)
#714A5C
(113,74,92)
#644151
(100,65,81)
#573846
(87,56,70)
#4A2F3B
(74,47,59)
#3D2630
(61,38,48)
#301D25
(48,29,37)
#23141A
(35,20,26)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #98657D

#98657D
(152,101,125)
#A17388
(161,115,136)
#AA8193
(170,129,147)
#B38F9E
(179,143,158)
#BC9DA9
(188,157,169)
#C5ABB4
(197,171,180)
#CEB9BF
(206,185,191)
#D7C7CA
(215,199,202)
#E0D5D5
(224,213,213)
#E9E3E0
(233,227,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98657D color. Also use rgb(152,101,125) instead hex code.

Text Font Color

.myTextColor { color: #98657D; }

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

This text font color is #98657D.


Background Color

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

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

This div background color is #98657D.


Border color

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

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

This div border color is #98657D.


Opacity

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

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

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

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

This text has shadow with #98657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98657D on black background.


Color preview on white background

This text has color #98657D on white background.



Black color preview on #98657D background

This text has black color on #98657D background.


White color preview on #98657D background

This text has white color on #98657D background.