COLOR #98988A

HEX: #98988A RGB: (152,152,138)

Color info

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

RGB color model

#98988A color RGB value is (152,152,138).

RGB: (152,152,138) (60%, 60%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 138 of 255 = 54%

152
152
138

R + G + B ~ 58%. #98988A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 152 + 138 = 442 (100%)
R 152 of 442 ~ 34.39%
G 152 of 442 ~ 34.39%
B 138 of 442 ~ 31.22'%

%34.39
%34.39
%31.22

CMYK color model

#98988A color CMYK value is (0,0,9,40).

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

CMYK: (0,0,9,40)
C0M0Y9K40 (0%, 0%, 9%, 40%)
(0.00 / 0.00 / 0.09 / 0.40)

CMYK percentages

%0
%0
%9.21
%40.39

Codes

Color #98988A in popluar color models

98 98 8A
RGB 152 152 138
HSL 60° 6.36% 56.86%
HSB/HSV 60° 9.21% 59.61%
CMYK 0.00% 0.00% 9.21%
40.39%

Color #98988A in popluar number systems.

HEX 98 98 8A
Decimal 152 152 138
Binary 10011000 10011000 10001010
Octal 230 230 212

Shades and tints

Shades of #98988A

#98988A
(152,152,138)
#8B8B7E
(139,139,126)
#7E7E72
(126,126,114)
#717166
(113,113,102)
#64645A
(100,100,90)
#57574E
(87,87,78)
#4A4A42
(74,74,66)
#3D3D36
(61,61,54)
#30302A
(48,48,42)
#23231E
(35,35,30)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98988A

#98988A
(152,152,138)
#A1A194
(161,161,148)
#AAAA9E
(170,170,158)
#B3B3A8
(179,179,168)
#BCBCB2
(188,188,178)
#C5C5BC
(197,197,188)
#CECEC6
(206,206,198)
#D7D7D0
(215,215,208)
#E0E0DA
(224,224,218)
#E9E9E4
(233,233,228)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98988A; }

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

This text font color is #98988A.

Background Color

.myBgColor { background-color: #98988A; }

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

This div background color is #98988A.

Border color

.myBorderColor { border: 1px solid #98988A; }

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

This div border color is #98988A.

Opacity

.myOpacity80 { color: #98988A; opacity: 0.8; }

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

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

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

This text has shadow with #98988A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98988A.

Preview

Color preview on black background

This text has color #98988A on black background.


Color preview on white background

This text has color #98988A on white background.


Black color preview on #98988A background

This text has black color on #98988A background.


White color preview on #98988A background

This text has white color on #98988A background.


Related colors

Complementary color

Complementary color for #hex is #676775.


I love getcolorcode.com