COLOR #988B94

HEX: #988B94 RGB: (152,139,148)

Color info

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

RGB color model

#988B94 color RGB value is (152,139,148).

RGB: (152,139,148) (60%, 55%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 148 of 255 = 58%

152
139
148

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

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 148 = 439 (100%)
R 152 of 439 ~ 34.62%
G 139 of 439 ~ 31.66%
B 148 of 439 ~ 33.71'%

%34.62
%31.66
%33.71

CMYK color model

#988B94 color CMYK value is (0,9,3,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 2.63%
  • key color value is 40.39%

CMYK: (0,9,3,40)
C0M9Y3K40 (0%, 9%, 3%, 40%)
(0.00 / 0.09 / 0.03 / 0.40)

CMYK percentages

%0
%8.55
%2.63
%40.39

Codes

Color #988B94 in popluar color models

98 8B 94
RGB 152 139 148
HSL 318° 5.94% 57.06%
HSB/HSV 318° 8.55% 59.61%
CMYK 0.00% 8.55% 2.63%
40.39%

Color #988B94 in popluar number systems.

HEX 98 8B 94
Decimal 152 139 148
Binary 10011000 10001011 10010100
Octal 230 213 224

Shades and tints

Shades of #988B94

#988B94
(152,139,148)
#8B7F87
(139,127,135)
#7E737A
(126,115,122)
#71676D
(113,103,109)
#645B60
(100,91,96)
#574F53
(87,79,83)
#4A4346
(74,67,70)
#3D3739
(61,55,57)
#302B2C
(48,43,44)
#231F1F
(35,31,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #988B94

#988B94
(152,139,148)
#A1959D
(161,149,157)
#AA9FA6
(170,159,166)
#B3A9AF
(179,169,175)
#BCB3B8
(188,179,184)
#C5BDC1
(197,189,193)
#CEC7CA
(206,199,202)
#D7D1D3
(215,209,211)
#E0DBDC
(224,219,220)
#E9E5E5
(233,229,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B94 color. Also use rgb(152,139,148) instead hex code.

Text Font Color

.myTextColor { color: #988B94; }

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

This text font color is #988B94.

Background Color

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

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

This div background color is #988B94.

Border color

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

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

This div border color is #988B94.

Opacity

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

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

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

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

This text has shadow with #988B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988B94.

Preview

Color preview on black background

This text has color #988B94 on black background.


Color preview on white background

This text has color #988B94 on white background.


Black color preview on #988B94 background

This text has black color on #988B94 background.


White color preview on #988B94 background

This text has white color on #988B94 background.


Related colors

Complementary color

Complementary color for #hex is #67746B.


I love getcolorcode.com

Triadic colors

1 #94988B and #8B9498 with #988B94 are triadic colors.

2 #948B98 and #8B9894 with #988B94 are triadic colors.