COLOR #98688C

HEX: #98688C
RGB: (152,104,140)

Color info

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

RGB color model

#98688C color RGB value is (152,104,140).

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

RGB channels and saturation

R 152 of 255 = 60%
G 104 of 255 = 41%
B 140 of 255 = 55%

152
104
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 104 + 140 = 396 (100%)
R 152 of 396 ~ 38.38%
G 104 of 396 ~ 26.26%
B 140 of 396 ~ 35.35%

%38.38
%26.26
%35.35

CMYK color model

#98688C color CMYK value is (0,32,8,40).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,32,8,40)
C0M32Y8K40 
(0%,32%,8%,40%)
(0.00/0.32/0.08/0.40)	

CMYK percentages

%0
%31.58
%7.89
%40.39

Codes

Color #98688C in popluar color models

98688C
RGB152104140
HSL315°18.90%50.20%
HSB/HSV315°31.58%59.61%
CMYK0.00%31.58%7.89%
40.39%

Color #98688C in popluar number systems.

HEX98688C
Decimal152104140
Binary10011000110100010001100
Octal230150214

Shades and tints

Shades of #98688C

#98688C
(152,104,140)
#8B5F80
(139,95,128)
#7E5674
(126,86,116)
#714D68
(113,77,104)
#64445C
(100,68,92)
#573B50
(87,59,80)
#4A3244
(74,50,68)
#3D2938
(61,41,56)
#30202C
(48,32,44)
#231720
(35,23,32)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #98688C

#98688C
(152,104,140)
#A17596
(161,117,150)
#AA82A0
(170,130,160)
#B38FAA
(179,143,170)
#BC9CB4
(188,156,180)
#C5A9BE
(197,169,190)
#CEB6C8
(206,182,200)
#D7C3D2
(215,195,210)
#E0D0DC
(224,208,220)
#E9DDE6
(233,221,230)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98688C; }

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

This text font color is #98688C.


Background Color

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

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

This div background color is #98688C.


Border color

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

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

This div border color is #98688C.


Opacity

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

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

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

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

This text has shadow with #98688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98688C on black background.


Color preview on white background

This text has color #98688C on white background.



Black color preview on #98688C background

This text has black color on #98688C background.


White color preview on #98688C background

This text has white color on #98688C background.