COLOR #988B8F

HEX: #988B8F
RGB: (152,139,143)

Color info

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

RGB color model

#988B8F color RGB value is (152,139,143).

  • red value is 152;
  • green value is 139;
  • blue value is 143.
RGB:
(152,139,143)
(60%,55%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 143 of 255 = 56%

152
139
143

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 143 = 434 (100%)
R 152 of 434 ~ 35.02%
G 139 of 434 ~ 32.03%
B 143 of 434 ~ 32.95%

%35.02
%32.03
%32.95

CMYK color model

#988B8F color CMYK value is (0,9,6,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,9,6,40)
C0M9Y6K40 
(0%,9%,6%,40%)
(0.00/0.09/0.06/0.40)	

CMYK percentages

%0
%8.55
%5.92
%40.39

Codes

Color #988B8F in popluar color models

988B8F
RGB152139143
HSL342°5.94%57.06%
HSB/HSV342°8.55%59.61%
CMYK0.00%8.55%5.92%
40.39%

Color #988B8F in popluar number systems.

HEX988B8F
Decimal152139143
Binary100110001000101110001111
Octal230213217

Shades and tints

Shades of #988B8F

#988B8F
(152,139,143)
#8B7F82
(139,127,130)
#7E7375
(126,115,117)
#716768
(113,103,104)
#645B5B
(100,91,91)
#574F4E
(87,79,78)
#4A4341
(74,67,65)
#3D3734
(61,55,52)
#302B27
(48,43,39)
#231F1A
(35,31,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #988B8F

#988B8F
(152,139,143)
#A19599
(161,149,153)
#AA9FA3
(170,159,163)
#B3A9AD
(179,169,173)
#BCB3B7
(188,179,183)
#C5BDC1
(197,189,193)
#CEC7CB
(206,199,203)
#D7D1D5
(215,209,213)
#E0DBDF
(224,219,223)
#E9E5E9
(233,229,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B8F; }

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

This text font color is #988B8F.


Background Color

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

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

This div background color is #988B8F.


Border color

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

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

This div border color is #988B8F.


Opacity

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

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

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

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

This text has shadow with #988B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B8F on black background.


Color preview on white background

This text has color #988B8F on white background.



Black color preview on #988B8F background

This text has black color on #988B8F background.


White color preview on #988B8F background

This text has white color on #988B8F background.