COLOR #98867D

HEX: #98867D
RGB: (152,134,125)

Color info

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

RGB color model

#98867D color RGB value is (152,134,125).

  • red value is 152;
  • green value is 134;
  • blue value is 125.
RGB:
(152,134,125)
(60%,53%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 125 of 255 = 49%

152
134
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 125 = 411 (100%)
R 152 of 411 ~ 36.98%
G 134 of 411 ~ 32.6%
B 125 of 411 ~ 30.41%

%36.98
%32.6
%30.41

CMYK color model

#98867D color CMYK value is (0,12,18,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,12,18,40)
C0M12Y18K40 
(0%,12%,18%,40%)
(0.00/0.12/0.18/0.40)	

CMYK percentages

%0
%11.84
%17.76
%40.39

Codes

Color #98867D in popluar color models

98867D
RGB152134125
HSL20°11.59%54.31%
HSB/HSV20°17.76%59.61%
CMYK0.00%11.84%17.76%
40.39%

Color #98867D in popluar number systems.

HEX98867D
Decimal152134125
Binary10011000100001101111101
Octal230206175

Shades and tints

Shades of #98867D

#98867D
(152,134,125)
#8B7A72
(139,122,114)
#7E6E67
(126,110,103)
#71625C
(113,98,92)
#645651
(100,86,81)
#574A46
(87,74,70)
#4A3E3B
(74,62,59)
#3D3230
(61,50,48)
#302625
(48,38,37)
#231A1A
(35,26,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #98867D

#98867D
(152,134,125)
#A19188
(161,145,136)
#AA9C93
(170,156,147)
#B3A79E
(179,167,158)
#BCB2A9
(188,178,169)
#C5BDB4
(197,189,180)
#CEC8BF
(206,200,191)
#D7D3CA
(215,211,202)
#E0DED5
(224,222,213)
#E9E9E0
(233,233,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98867D; }

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

This text font color is #98867D.


Background Color

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

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

This div background color is #98867D.


Border color

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

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

This div border color is #98867D.


Opacity

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

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

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

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

This text has shadow with #98867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98867D on black background.


Color preview on white background

This text has color #98867D on white background.



Black color preview on #98867D background

This text has black color on #98867D background.


White color preview on #98867D background

This text has white color on #98867D background.