COLOR #98887E

HEX: #98887E RGB: (152,136,126)

Color info

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

RGB color model

#98887E color RGB value is (152,136,126).

RGB: (152,136,126) (60%, 53%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 126 of 255 = 49%

152
136
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 136 + 126 = 414 (100%)
R 152 of 414 ~ 36.71%
G 136 of 414 ~ 32.85%
B 126 of 414 ~ 30.43'%

%36.71
%32.85
%30.43

CMYK color model

#98887E color CMYK value is (0,11,17,40).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 17.11%
  • key color value is 40.39%

CMYK: (0,11,17,40)
C0M11Y17K40 (0%, 11%, 17%, 40%)
(0.00 / 0.11 / 0.17 / 0.40)

CMYK percentages

%0
%10.53
%17.11
%40.39

Codes

Color #98887E in popluar color models

98 88 7E
RGB 152 136 126
HSL 23° 11.21% 54.51%
HSB/HSV 23° 17.11% 59.61%
CMYK 0.00% 10.53% 17.11%
40.39%

Color #98887E in popluar number systems.

HEX 98 88 7E
Decimal 152 136 126
Binary 10011000 10001000 1111110
Octal 230 210 176

Shades and tints

Shades of #98887E

#98887E
(152,136,126)
#8B7C73
(139,124,115)
#7E7068
(126,112,104)
#71645D
(113,100,93)
#645852
(100,88,82)
#574C47
(87,76,71)
#4A403C
(74,64,60)
#3D3431
(61,52,49)
#302826
(48,40,38)
#231C1B
(35,28,27)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #98887E

#98887E
(152,136,126)
#A19289
(161,146,137)
#AA9C94
(170,156,148)
#B3A69F
(179,166,159)
#BCB0AA
(188,176,170)
#C5BAB5
(197,186,181)
#CEC4C0
(206,196,192)
#D7CECB
(215,206,203)
#E0D8D6
(224,216,214)
#E9E2E1
(233,226,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98887E; }

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

This text font color is #98887E.

Background Color

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

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

This div background color is #98887E.

Border color

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

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

This div border color is #98887E.

Opacity

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

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

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

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

This text has shadow with #98887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98887E.

Preview

Color preview on black background

This text has color #98887E on black background.


Color preview on white background

This text has color #98887E on white background.


Black color preview on #98887E background

This text has black color on #98887E background.


White color preview on #98887E background

This text has white color on #98887E background.


Related colors

Complementary color

Complementary color for #hex is #677781.


I love getcolorcode.com

Triadic colors

1 #7E9888 and #887E98 with #98887E are triadic colors.

2 #7E8898 and #88987E with #98887E are triadic colors.