COLOR #98677E

HEX: #98677E
RGB: (152,103,126)

Color info

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

RGB color model

#98677E color RGB value is (152,103,126).

  • red value is 152;
  • green value is 103;
  • blue value is 126.
RGB:
(152,103,126)
(60%,40%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 126 of 255 = 49%

152
103
126

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

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 126 = 381 (100%)
R 152 of 381 ~ 39.9%
G 103 of 381 ~ 27.03%
B 126 of 381 ~ 33.07%

%39.9
%27.03
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.24%
  • 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
%32.24
%17.11
%40.39

Codes

Color #98677E in popluar color models

98677E
RGB152103126
HSL332°19.22%50.00%
HSB/HSV332°32.24%59.61%
CMYK0.00%32.24%17.11%
40.39%

Color #98677E in popluar number systems.

HEX98677E
Decimal152103126
Binary1001100011001111111110
Octal230147176

Shades and tints

Shades of #98677E

#98677E
(152,103,126)
#8B5E73
(139,94,115)
#7E5568
(126,85,104)
#714C5D
(113,76,93)
#644352
(100,67,82)
#573A47
(87,58,71)
#4A313C
(74,49,60)
#3D2831
(61,40,49)
#301F26
(48,31,38)
#23161B
(35,22,27)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #98677E

#98677E
(152,103,126)
#A17489
(161,116,137)
#AA8194
(170,129,148)
#B38E9F
(179,142,159)
#BC9BAA
(188,155,170)
#C5A8B5
(197,168,181)
#CEB5C0
(206,181,192)
#D7C2CB
(215,194,203)
#E0CFD6
(224,207,214)
#E9DCE1
(233,220,225)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98677E; }

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

This text font color is #98677E.


Background Color

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

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

This div background color is #98677E.


Border color

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

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

This div border color is #98677E.


Opacity

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

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

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

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

This text has shadow with #98677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98677E on black background.


Color preview on white background

This text has color #98677E on white background.



Black color preview on #98677E background

This text has black color on #98677E background.


White color preview on #98677E background

This text has white color on #98677E background.