COLOR #988486

HEX: #988486
RGB: (152,132,134)

Color info

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

RGB color model

#988486 color RGB value is (152,132,134).

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

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 134 of 255 = 53%

152
132
134

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 134 = 418 (100%)
R 152 of 418 ~ 36.36%
G 132 of 418 ~ 31.58%
B 134 of 418 ~ 32.06%

%36.36
%31.58
%32.06

CMYK color model

#988486 color CMYK value is (0,13,12,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(0,13,12,40)
C0M13Y12K40 
(0%,13%,12%,40%)
(0.00/0.13/0.12/0.40)	

CMYK percentages

%0
%13.16
%11.84
%40.39

Codes

Color #988486 in popluar color models

988486
RGB152132134
HSL354°8.85%55.69%
HSB/HSV354°13.16%59.61%
CMYK0.00%13.16%11.84%
40.39%

Color #988486 in popluar number systems.

HEX988486
Decimal152132134
Binary100110001000010010000110
Octal230204206

Shades and tints

Shades of #988486

#988486
(152,132,134)
#8B787A
(139,120,122)
#7E6C6E
(126,108,110)
#716062
(113,96,98)
#645456
(100,84,86)
#57484A
(87,72,74)
#4A3C3E
(74,60,62)
#3D3032
(61,48,50)
#302426
(48,36,38)
#23181A
(35,24,26)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #988486

#988486
(152,132,134)
#A18F91
(161,143,145)
#AA9A9C
(170,154,156)
#B3A5A7
(179,165,167)
#BCB0B2
(188,176,178)
#C5BBBD
(197,187,189)
#CEC6C8
(206,198,200)
#D7D1D3
(215,209,211)
#E0DCDE
(224,220,222)
#E9E7E9
(233,231,233)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988486; }

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

This text font color is #988486.


Background Color

.myBgColor { background-color: #988486; }

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

This div background color is #988486.


Border color

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

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

This div border color is #988486.


Opacity

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

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

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

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

This text has shadow with #988486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988486 on black background.


Color preview on white background

This text has color #988486 on white background.



Black color preview on #988486 background

This text has black color on #988486 background.


White color preview on #988486 background

This text has white color on #988486 background.