COLOR #98867F

HEX: #98867F RGB: (152,134,127)

Color info

#98867F contains red, green and blue colors in about the same proportion. Web safe color of #98867F is #999966 (or #996).

RGB color model

#98867F color RGB value is (152,134,127).

RGB: (152,134,127) (60%, 53%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 127 of 255 = 50%

152
134
127

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

Portions of RGB colors in percentages

R + G + B = 152 + 134 + 127 = 413 (100%)
R 152 of 413 ~ 36.8%
G 134 of 413 ~ 32.45%
B 127 of 413 ~ 30.75'%

%36.8
%32.45
%30.75

CMYK color model

#98867F color CMYK value is (0,12,16,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 16.45%
  • key color value is 40.39%

CMYK: (0,12,16,40)
C0M12Y16K40 (0%, 12%, 16%, 40%)
(0.00 / 0.12 / 0.16 / 0.40)

CMYK percentages

%0
%11.84
%16.45
%40.39

Codes

Color #98867F in popluar color models

98 86 7F
RGB 152 134 127
HSL 17° 10.82% 54.71%
HSB/HSV 17° 16.45% 59.61%
CMYK 0.00% 11.84% 16.45%
40.39%

Color #98867F in popluar number systems.

HEX 98 86 7F
Decimal 152 134 127
Binary 10011000 10000110 1111111
Octal 230 206 177

Shades and tints

Shades of #98867F

#98867F
(152,134,127)
#8B7A74
(139,122,116)
#7E6E69
(126,110,105)
#71625E
(113,98,94)
#645653
(100,86,83)
#574A48
(87,74,72)
#4A3E3D
(74,62,61)
#3D3232
(61,50,50)
#302627
(48,38,39)
#231A1C
(35,26,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #98867F

#98867F
(152,134,127)
#A1918A
(161,145,138)
#AA9C95
(170,156,149)
#B3A7A0
(179,167,160)
#BCB2AB
(188,178,171)
#C5BDB6
(197,189,182)
#CEC8C1
(206,200,193)
#D7D3CC
(215,211,204)
#E0DED7
(224,222,215)
#E9E9E2
(233,233,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98867F color. Also use rgb(152,134,127) instead hex code.

Text Font Color

.myTextColor { color: #98867F; }

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

This text font color is #98867F.

Background Color

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

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

This div background color is #98867F.

Border color

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

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

This div border color is #98867F.

Opacity

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

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

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

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

This text has shadow with #98867F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98867F.

Preview

Color preview on black background

This text has color #98867F on black background.


Color preview on white background

This text has color #98867F on white background.


Black color preview on #98867F background

This text has black color on #98867F background.


White color preview on #98867F background

This text has white color on #98867F background.


Related colors

Complementary color

Complementary color for #hex is #677980.


I love getcolorcode.com

Triadic colors

1 #7F9886 and #867F98 with #98867F are triadic colors.

2 #7F8698 and #86987F with #98867F are triadic colors.