COLOR #988C86

HEX: #988C86 RGB: (152,140,134)

Color info

#988C86 contains red, green and blue colors in about the same proportion. Web safe color of #988C86 is #999999 (or #999).

RGB color model

#988C86 color RGB value is (152,140,134).

RGB: (152,140,134) (60%, 55%, 53%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 134 of 255 = 53%

152
140
134

R + G + B ~ 56%. #988C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 140 + 134 = 426 (100%)
R 152 of 426 ~ 35.68%
G 140 of 426 ~ 32.86%
B 134 of 426 ~ 31.46'%

%35.68
%32.86
%31.46

CMYK color model

#988C86 color CMYK value is (0,8,12,40).

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

CMYK: (0,8,12,40)
C0M8Y12K40 (0%, 8%, 12%, 40%)
(0.00 / 0.08 / 0.12 / 0.40)

CMYK percentages

%0
%7.89
%11.84
%40.39

Codes

Color #988C86 in popluar color models

98 8C 86
RGB 152 140 134
HSL 20° 8.04% 56.08%
HSB/HSV 20° 11.84% 59.61%
CMYK 0.00% 7.89% 11.84%
40.39%

Color #988C86 in popluar number systems.

HEX 98 8C 86
Decimal 152 140 134
Binary 10011000 10001100 10000110
Octal 230 214 206

Shades and tints

Shades of #988C86

#988C86
(152,140,134)
#8B807A
(139,128,122)
#7E746E
(126,116,110)
#716862
(113,104,98)
#645C56
(100,92,86)
#57504A
(87,80,74)
#4A443E
(74,68,62)
#3D3832
(61,56,50)
#302C26
(48,44,38)
#23201A
(35,32,26)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #988C86

#988C86
(152,140,134)
#A19691
(161,150,145)
#AAA09C
(170,160,156)
#B3AAA7
(179,170,167)
#BCB4B2
(188,180,178)
#C5BEBD
(197,190,189)
#CEC8C8
(206,200,200)
#D7D2D3
(215,210,211)
#E0DCDE
(224,220,222)
#E9E6E9
(233,230,233)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C86 color. Also use rgb(152,140,134) instead hex code.

Text Font Color

.myTextColor { color: #988C86; }

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

This text font color is #988C86.

Background Color

.myBgColor { background-color: #988C86; }

<div style="background-color:#988C86">Inner text</div>

This div background color is #988C86.

Border color

.myBorderColor { border: 1px solid #988C86; }

<div style="border:3px solid #988C86">Div</div>

This div border color is #988C86.

Opacity

.myOpacity80 { color: #988C86; opacity: 0.8; }

<p style="color:#988C86;opacity:0.8;">80%</p>

Text with #988C86 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 #988C86;}

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

This text has shadow with #988C86 color.


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

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

This text has shadow with #988C86 primary color and red secondary color.


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

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

This text has shadow with #988C86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #988C86.

Preview

Color preview on black background

This text has color #988C86 on black background.


Color preview on white background

This text has color #988C86 on white background.


Black color preview on #988C86 background

This text has black color on #988C86 background.


White color preview on #988C86 background

This text has white color on #988C86 background.


Related colors

Complementary color

Complementary color for #hex is #677379.


I love getcolorcode.com

Triadic colors

1 #86988C and #8C8698 with #988C86 are triadic colors.

2 #868C98 and #8C9886 with #988C86 are triadic colors.