COLOR #98696E

HEX: #98696E
RGB: (152,105,110)

Color info

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

RGB color model

#98696E color RGB value is (152,105,110).

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

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 110 of 255 = 43%

152
105
110

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 110 = 367 (100%)
R 152 of 367 ~ 41.42%
G 105 of 367 ~ 28.61%
B 110 of 367 ~ 29.97%

%41.42
%28.61
%29.97

CMYK color model

#98696E color CMYK value is (0,31,28,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(0,31,28,40)
C0M31Y28K40 
(0%,31%,28%,40%)
(0.00/0.31/0.28/0.40)	

CMYK percentages

%0
%30.92
%27.63
%40.39

Codes

Color #98696E in popluar color models

98696E
RGB152105110
HSL354°18.58%50.39%
HSB/HSV354°30.92%59.61%
CMYK0.00%30.92%27.63%
40.39%

Color #98696E in popluar number systems.

HEX98696E
Decimal152105110
Binary1001100011010011101110
Octal230151156

Shades and tints

Shades of #98696E

#98696E
(152,105,110)
#8B6064
(139,96,100)
#7E575A
(126,87,90)
#714E50
(113,78,80)
#644546
(100,69,70)
#573C3C
(87,60,60)
#4A3332
(74,51,50)
#3D2A28
(61,42,40)
#30211E
(48,33,30)
#231814
(35,24,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #98696E

#98696E
(152,105,110)
#A1767B
(161,118,123)
#AA8388
(170,131,136)
#B39095
(179,144,149)
#BC9DA2
(188,157,162)
#C5AAAF
(197,170,175)
#CEB7BC
(206,183,188)
#D7C4C9
(215,196,201)
#E0D1D6
(224,209,214)
#E9DEE3
(233,222,227)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98696E; }

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

This text font color is #98696E.


Background Color

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

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

This div background color is #98696E.


Border color

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

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

This div border color is #98696E.


Opacity

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

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

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

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

This text has shadow with #98696E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98696E on black background.


Color preview on white background

This text has color #98696E on white background.



Black color preview on #98696E background

This text has black color on #98696E background.


White color preview on #98696E background

This text has white color on #98696E background.