COLOR #989882

HEX: #989882 RGB: (152,152,130)

Color info

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

RGB color model

#989882 color RGB value is (152,152,130).

RGB: (152,152,130) (60%, 60%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 130 of 255 = 51%

152
152
130

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

Portions of RGB colors in percentages

R + G + B = 152 + 152 + 130 = 434 (100%)
R 152 of 434 ~ 35.02%
G 152 of 434 ~ 35.02%
B 130 of 434 ~ 29.95'%

%35.02
%35.02
%29.95

CMYK color model

#989882 color CMYK value is (0,0,14,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%

CMYK: (0,0,14,40)
C0M0Y14K40 (0%, 0%, 14%, 40%)
(0.00 / 0.00 / 0.14 / 0.40)

CMYK percentages

%0
%0
%14.47
%40.39

Codes

Color #989882 in popluar color models

98 98 82
RGB 152 152 130
HSL 60° 9.65% 55.29%
HSB/HSV 60° 14.47% 59.61%
CMYK 0.00% 0.00% 14.47%
40.39%

Color #989882 in popluar number systems.

HEX 98 98 82
Decimal 152 152 130
Binary 10011000 10011000 10000010
Octal 230 230 202

Shades and tints

Shades of #989882

#989882
(152,152,130)
#8B8B77
(139,139,119)
#7E7E6C
(126,126,108)
#717161
(113,113,97)
#646456
(100,100,86)
#57574B
(87,87,75)
#4A4A40
(74,74,64)
#3D3D35
(61,61,53)
#30302A
(48,48,42)
#23231F
(35,35,31)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #989882

#989882
(152,152,130)
#A1A18D
(161,161,141)
#AAAA98
(170,170,152)
#B3B3A3
(179,179,163)
#BCBCAE
(188,188,174)
#C5C5B9
(197,197,185)
#CECEC4
(206,206,196)
#D7D7CF
(215,215,207)
#E0E0DA
(224,224,218)
#E9E9E5
(233,233,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989882; }

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

This text font color is #989882.

Background Color

.myBgColor { background-color: #989882; }

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

This div background color is #989882.

Border color

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

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

This div border color is #989882.

Opacity

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

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

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

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

This text has shadow with #989882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989882.

Preview

Color preview on black background

This text has color #989882 on black background.


Color preview on white background

This text has color #989882 on white background.


Black color preview on #989882 background

This text has black color on #989882 background.


White color preview on #989882 background

This text has white color on #989882 background.


Related colors

Complementary color

Complementary color for #hex is #67677D.


I love getcolorcode.com