COLOR #98696F

HEX: #98696F
RGB: (152,105,111)

Color info

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

RGB color model

#98696F color RGB value is (152,105,111).

  • red value is 152;
  • green value is 105;
  • blue value is 111.
RGB:
(152,105,111)
(60%,41%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 111 of 255 = 44%

152
105
111

R + G + B ~ 48%. #98696F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 111 = 368 (100%)
R 152 of 368 ~ 41.3%
G 105 of 368 ~ 28.53%
B 111 of 368 ~ 30.16%

%41.3
%28.53
%30.16

CMYK color model

#98696F color CMYK value is (0,31,27,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK:
(0,31,27,40)
C0M31Y27K40 
(0%,31%,27%,40%)
(0.00/0.31/0.27/0.40)	

CMYK percentages

%0
%30.92
%26.97
%40.39

Codes

Color #98696F in popluar color models

98696F
RGB152105111
HSL352°18.58%50.39%
HSB/HSV352°30.92%59.61%
CMYK0.00%30.92%26.97%
40.39%

Color #98696F in popluar number systems.

HEX98696F
Decimal152105111
Binary1001100011010011101111
Octal230151157

Shades and tints

Shades of #98696F

#98696F
(152,105,111)
#8B6065
(139,96,101)
#7E575B
(126,87,91)
#714E51
(113,78,81)
#644547
(100,69,71)
#573C3D
(87,60,61)
#4A3333
(74,51,51)
#3D2A29
(61,42,41)
#30211F
(48,33,31)
#231815
(35,24,21)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #98696F

#98696F
(152,105,111)
#A1767C
(161,118,124)
#AA8389
(170,131,137)
#B39096
(179,144,150)
#BC9DA3
(188,157,163)
#C5AAB0
(197,170,176)
#CEB7BD
(206,183,189)
#D7C4CA
(215,196,202)
#E0D1D7
(224,209,215)
#E9DEE4
(233,222,228)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98696F color. Also use rgb(152,105,111) instead hex code.

Text Font Color

.myTextColor { color: #98696F; }

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

This text font color is #98696F.


Background Color

.myBgColor { background-color: #98696F; }

<div style="background-color:#98696F">Inner text</div>

This div background color is #98696F.


Border color

.myBorderColor { border: 1px solid #98696F; }

<div style="border:3px solid #98696F">Div</div>

This div border color is #98696F.


Opacity

.myOpacity80 { color: #98696F; opacity: 0.8; }

<p style="color:#98696F;opacity:0.8;">80%</p>

Text with #98696F 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 #98696F;}

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

This text has shadow with #98696F color.

.textShadow {text-shadow: 3px 3px 1px #98696F, 3px 3px 1px red;}

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

This text has shadow with #98696F primary color and red secondary color.


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

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

This text has shadow with #98696F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98696F on black background.


Color preview on white background

This text has color #98696F on white background.



Black color preview on #98696F background

This text has black color on #98696F background.


White color preview on #98696F background

This text has white color on #98696F background.