COLOR #988086

HEX: #988086 RGB: (152,128,134)

Color info

#988086 contains red, green and blue colors in about the same proportion. Web safe color of #988086 is #996699 (or #969).

RGB color model

#988086 color RGB value is (152,128,134).

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

RGB channels and saturation

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

152
128
134

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

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 134 = 414 (100%)
R 152 of 414 ~ 36.71%
G 128 of 414 ~ 30.92%
B 134 of 414 ~ 32.37'%

%36.71
%30.92
%32.37

CMYK color model

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

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

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

CMYK percentages

%0
%15.79
%11.84
%40.39

Codes

Color #988086 in popluar color models

98 80 86
RGB 152 128 134
HSL 345° 10.43% 54.90%
HSB/HSV 345° 15.79% 59.61%
CMYK 0.00% 15.79% 11.84%
40.39%

Color #988086 in popluar number systems.

HEX 98 80 86
Decimal 152 128 134
Binary 10011000 10000000 10000110
Octal 230 200 206

Shades and tints

Shades of #988086

#988086
(152,128,134)
#8B757A
(139,117,122)
#7E6A6E
(126,106,110)
#715F62
(113,95,98)
#645456
(100,84,86)
#57494A
(87,73,74)
#4A3E3E
(74,62,62)
#3D3332
(61,51,50)
#302826
(48,40,38)
#231D1A
(35,29,26)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #988086

#988086
(152,128,134)
#A18B91
(161,139,145)
#AA969C
(170,150,156)
#B3A1A7
(179,161,167)
#BCACB2
(188,172,178)
#C5B7BD
(197,183,189)
#CEC2C8
(206,194,200)
#D7CDD3
(215,205,211)
#E0D8DE
(224,216,222)
#E9E3E9
(233,227,233)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988086; }

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

This text font color is #988086.

Background Color

.myBgColor { background-color: #988086; }

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

This div background color is #988086.

Border color

.myBorderColor { border: 1px solid #988086; }

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

This div border color is #988086.

Opacity

.myOpacity80 { color: #988086; opacity: 0.8; }

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

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

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

This text has shadow with #988086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988086.

Preview

Color preview on black background

This text has color #988086 on black background.


Color preview on white background

This text has color #988086 on white background.


Black color preview on #988086 background

This text has black color on #988086 background.


White color preview on #988086 background

This text has white color on #988086 background.


Related colors

Complementary color

Complementary color for #hex is #677F79.


I love getcolorcode.com

Triadic colors

1 #869880 and #808698 with #988086 are triadic colors.

2 #868098 and #809886 with #988086 are triadic colors.