COLOR #98687C

HEX: #98687C
RGB: (152,104,124)

Color info

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

RGB color model

#98687C color RGB value is (152,104,124).

  • red value is 152;
  • green value is 104;
  • blue value is 124.
RGB:
(152,104,124)
(60%,41%,49%)

RGB channels and saturation

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

152
104
124

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

Portions of RGB colors in percentages

R + G + B =
152 + 104 + 124 = 380 (100%)
R 152 of 380 ~ 40%
G 104 of 380 ~ 27.37%
B 124 of 380 ~ 32.63%

%40
%27.37
%32.63

CMYK color model

#98687C color CMYK value is (0,32,18,40).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(0,32,18,40)
C0M32Y18K40 
(0%,32%,18%,40%)
(0.00/0.32/0.18/0.40)	

CMYK percentages

%0
%31.58
%18.42
%40.39

Codes

Color #98687C in popluar color models

98687C
RGB152104124
HSL335°18.90%50.20%
HSB/HSV335°31.58%59.61%
CMYK0.00%31.58%18.42%
40.39%

Color #98687C in popluar number systems.

HEX98687C
Decimal152104124
Binary1001100011010001111100
Octal230150174

Shades and tints

Shades of #98687C

#98687C
(152,104,124)
#8B5F71
(139,95,113)
#7E5666
(126,86,102)
#714D5B
(113,77,91)
#644450
(100,68,80)
#573B45
(87,59,69)
#4A323A
(74,50,58)
#3D292F
(61,41,47)
#302024
(48,32,36)
#231719
(35,23,25)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #98687C

#98687C
(152,104,124)
#A17587
(161,117,135)
#AA8292
(170,130,146)
#B38F9D
(179,143,157)
#BC9CA8
(188,156,168)
#C5A9B3
(197,169,179)
#CEB6BE
(206,182,190)
#D7C3C9
(215,195,201)
#E0D0D4
(224,208,212)
#E9DDDF
(233,221,223)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98687C; }

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

This text font color is #98687C.


Background Color

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

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

This div background color is #98687C.


Border color

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

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

This div border color is #98687C.


Opacity

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

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

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

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

This text has shadow with #98687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98687C on black background.


Color preview on white background

This text has color #98687C on white background.



Black color preview on #98687C background

This text has black color on #98687C background.


White color preview on #98687C background

This text has white color on #98687C background.