COLOR #988B9A

HEX: #988B9A
RGB: (152,139,154)

Color info

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

RGB color model

#988B9A color RGB value is (152,139,154).

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

RGB channels and saturation

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

152
139
154

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 154 = 445 (100%)
R 152 of 445 ~ 34.16%
G 139 of 445 ~ 31.24%
B 154 of 445 ~ 34.61%

%34.16
%31.24
%34.61

CMYK color model

#988B9A color CMYK value is (1,10,0,40).

  • cyan value is 1.30%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(1,10,0,40)
C1M10Y0K40 
(1%,10%,0%,40%)
(0.01/0.10/0.00/0.40)	

CMYK percentages

%1.3
%9.74
%0
%39.61

Codes

Color #988B9A in popluar color models

988B9A
RGB152139154
HSL292°6.91%57.45%
HSB/HSV292°9.74%60.39%
CMYK1.30%9.74%0.00%
39.61%

Color #988B9A in popluar number systems.

HEX988B9A
Decimal152139154
Binary100110001000101110011010
Octal230213232

Shades and tints

Shades of #988B9A

#988B9A
(152,139,154)
#8B7F8C
(139,127,140)
#7E737E
(126,115,126)
#716770
(113,103,112)
#645B62
(100,91,98)
#574F54
(87,79,84)
#4A4346
(74,67,70)
#3D3738
(61,55,56)
#302B2A
(48,43,42)
#231F1C
(35,31,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #988B9A

#988B9A
(152,139,154)
#A195A3
(161,149,163)
#AA9FAC
(170,159,172)
#B3A9B5
(179,169,181)
#BCB3BE
(188,179,190)
#C5BDC7
(197,189,199)
#CEC7D0
(206,199,208)
#D7D1D9
(215,209,217)
#E0DBE2
(224,219,226)
#E9E5EB
(233,229,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B9A; }

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

This text font color is #988B9A.


Background Color

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

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

This div background color is #988B9A.


Border color

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

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

This div border color is #988B9A.


Opacity

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

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

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

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

This text has shadow with #988B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B9A on black background.


Color preview on white background

This text has color #988B9A on white background.



Black color preview on #988B9A background

This text has black color on #988B9A background.


White color preview on #988B9A background

This text has white color on #988B9A background.