COLOR #988C9A

HEX: #988C9A
RGB: (152,140,154)

Color info

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

RGB color model

#988C9A color RGB value is (152,140,154).

  • red value is 152;
  • green value is 140;
  • blue value is 154.
RGB:
(152,140,154)
(60%,55%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 154 of 255 = 60%

152
140
154

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 154 = 446 (100%)
R 152 of 446 ~ 34.08%
G 140 of 446 ~ 31.39%
B 154 of 446 ~ 34.53%

%34.08
%31.39
%34.53

CMYK color model

#988C9A color CMYK value is (1,9,0,40).

  • cyan value is 1.30%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(1,9,0,40)
C1M9Y0K40 
(1%,9%,0%,40%)
(0.01/0.09/0.00/0.40)	

CMYK percentages

%1.3
%9.09
%0
%39.61

Codes

Color #988C9A in popluar color models

988C9A
RGB152140154
HSL291°6.48%57.65%
HSB/HSV291°9.09%60.39%
CMYK1.30%9.09%0.00%
39.61%

Color #988C9A in popluar number systems.

HEX988C9A
Decimal152140154
Binary100110001000110010011010
Octal230214232

Shades and tints

Shades of #988C9A

#988C9A
(152,140,154)
#8B808C
(139,128,140)
#7E747E
(126,116,126)
#716870
(113,104,112)
#645C62
(100,92,98)
#575054
(87,80,84)
#4A4446
(74,68,70)
#3D3838
(61,56,56)
#302C2A
(48,44,42)
#23201C
(35,32,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #988C9A

#988C9A
(152,140,154)
#A196A3
(161,150,163)
#AAA0AC
(170,160,172)
#B3AAB5
(179,170,181)
#BCB4BE
(188,180,190)
#C5BEC7
(197,190,199)
#CEC8D0
(206,200,208)
#D7D2D9
(215,210,217)
#E0DCE2
(224,220,226)
#E9E6EB
(233,230,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C9A color. Also use rgb(152,140,154) instead hex code.

Text Font Color

.myTextColor { color: #988C9A; }

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

This text font color is #988C9A.


Background Color

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

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

This div background color is #988C9A.


Border color

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

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

This div border color is #988C9A.


Opacity

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

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

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

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

This text has shadow with #988C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C9A on black background.


Color preview on white background

This text has color #988C9A on white background.



Black color preview on #988C9A background

This text has black color on #988C9A background.


White color preview on #988C9A background

This text has white color on #988C9A background.