COLOR #988B9C

HEX: #988B9C
RGB: (152,139,156)

Color info

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

RGB color model

#988B9C color RGB value is (152,139,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 156 of 255 = 61%

152
139
156

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 156 = 447 (100%)
R 152 of 447 ~ 34%
G 139 of 447 ~ 31.1%
B 156 of 447 ~ 34.9%

%34
%31.1
%34.9

CMYK color model

#988B9C color CMYK value is (3,11,0,39).

  • cyan value is 2.56%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,11,0,39)
C3M11Y0K39 
(3%,11%,0%,39%)
(0.03/0.11/0.00/0.39)	

CMYK percentages

%2.56
%10.9
%0
%38.82

Codes

Color #988B9C in popluar color models

988B9C
RGB152139156
HSL286°7.91%57.84%
HSB/HSV286°10.90%61.18%
CMYK2.56%10.90%0.00%
38.82%

Color #988B9C in popluar number systems.

HEX988B9C
Decimal152139156
Binary100110001000101110011100
Octal230213234

Shades and tints

Shades of #988B9C

#988B9C
(152,139,156)
#8B7F8E
(139,127,142)
#7E7380
(126,115,128)
#716772
(113,103,114)
#645B64
(100,91,100)
#574F56
(87,79,86)
#4A4348
(74,67,72)
#3D373A
(61,55,58)
#302B2C
(48,43,44)
#231F1E
(35,31,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #988B9C

#988B9C
(152,139,156)
#A195A5
(161,149,165)
#AA9FAE
(170,159,174)
#B3A9B7
(179,169,183)
#BCB3C0
(188,179,192)
#C5BDC9
(197,189,201)
#CEC7D2
(206,199,210)
#D7D1DB
(215,209,219)
#E0DBE4
(224,219,228)
#E9E5ED
(233,229,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B9C; }

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

This text font color is #988B9C.


Background Color

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

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

This div background color is #988B9C.


Border color

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

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

This div border color is #988B9C.


Opacity

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

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

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

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

This text has shadow with #988B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B9C on black background.


Color preview on white background

This text has color #988B9C on white background.



Black color preview on #988B9C background

This text has black color on #988B9C background.


White color preview on #988B9C background

This text has white color on #988B9C background.