COLOR #98687E

HEX: #98687E RGB: (152,104,126)

Color info

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

RGB color model

#98687E color RGB value is (152,104,126).

RGB: (152,104,126) (60%, 41%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 104 of 255 = 41%
B 126 of 255 = 49%

152
104
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 104 + 126 = 382 (100%)
R 152 of 382 ~ 39.79%
G 104 of 382 ~ 27.23%
B 126 of 382 ~ 32.98'%

%39.79
%27.23
%32.98

CMYK color model

#98687E color CMYK value is (0,32,17,40).

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

CMYK: (0,32,17,40)
C0M32Y17K40 (0%, 32%, 17%, 40%)
(0.00 / 0.32 / 0.17 / 0.40)

CMYK percentages

%0
%31.58
%17.11
%40.39

Codes

Color #98687E in popluar color models

98 68 7E
RGB 152 104 126
HSL 333° 18.90% 50.20%
HSB/HSV 333° 31.58% 59.61%
CMYK 0.00% 31.58% 17.11%
40.39%

Color #98687E in popluar number systems.

HEX 98 68 7E
Decimal 152 104 126
Binary 10011000 1101000 1111110
Octal 230 150 176

Shades and tints

Shades of #98687E

#98687E
(152,104,126)
#8B5F73
(139,95,115)
#7E5668
(126,86,104)
#714D5D
(113,77,93)
#644452
(100,68,82)
#573B47
(87,59,71)
#4A323C
(74,50,60)
#3D2931
(61,41,49)
#302026
(48,32,38)
#23171B
(35,23,27)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #98687E

#98687E
(152,104,126)
#A17589
(161,117,137)
#AA8294
(170,130,148)
#B38F9F
(179,143,159)
#BC9CAA
(188,156,170)
#C5A9B5
(197,169,181)
#CEB6C0
(206,182,192)
#D7C3CB
(215,195,203)
#E0D0D6
(224,208,214)
#E9DDE1
(233,221,225)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98687E; }

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

This text font color is #98687E.

Background Color

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

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

This div background color is #98687E.

Border color

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

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

This div border color is #98687E.

Opacity

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

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

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

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

This text has shadow with #98687E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98687E.

Preview

Color preview on black background

This text has color #98687E on black background.


Color preview on white background

This text has color #98687E on white background.


Black color preview on #98687E background

This text has black color on #98687E background.


White color preview on #98687E background

This text has white color on #98687E background.


Related colors

Complementary color

Complementary color for #hex is #679781.


I love getcolorcode.com

Triadic colors

1 #7E9868 and #687E98 with #98687E are triadic colors.

2 #7E6898 and #68987E with #98687E are triadic colors.