COLOR #988D9A

HEX: #988D9A
RGB: (152,141,154)

Color info

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

RGB color model

#988D9A color RGB value is (152,141,154).

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

RGB channels and saturation

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

152
141
154

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 154 = 447 (100%)
R 152 of 447 ~ 34%
G 141 of 447 ~ 31.54%
B 154 of 447 ~ 34.45%

%34
%31.54
%34.45

CMYK color model

#988D9A color CMYK value is (1,8,0,40).

  • cyan value is 1.30%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(1,8,0,40)
C1M8Y0K40 
(1%,8%,0%,40%)
(0.01/0.08/0.00/0.40)	

CMYK percentages

%1.3
%8.44
%0
%39.61

Codes

Color #988D9A in popluar color models

988D9A
RGB152141154
HSL291°6.05%57.84%
HSB/HSV291°8.44%60.39%
CMYK1.30%8.44%0.00%
39.61%

Color #988D9A in popluar number systems.

HEX988D9A
Decimal152141154
Binary100110001000110110011010
Octal230215232

Shades and tints

Shades of #988D9A

#988D9A
(152,141,154)
#8B818C
(139,129,140)
#7E757E
(126,117,126)
#716970
(113,105,112)
#645D62
(100,93,98)
#575154
(87,81,84)
#4A4546
(74,69,70)
#3D3938
(61,57,56)
#302D2A
(48,45,42)
#23211C
(35,33,28)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #988D9A

#988D9A
(152,141,154)
#A197A3
(161,151,163)
#AAA1AC
(170,161,172)
#B3ABB5
(179,171,181)
#BCB5BE
(188,181,190)
#C5BFC7
(197,191,199)
#CEC9D0
(206,201,208)
#D7D3D9
(215,211,217)
#E0DDE2
(224,221,226)
#E9E7EB
(233,231,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D9A; }

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

This text font color is #988D9A.


Background Color

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

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

This div background color is #988D9A.


Border color

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

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

This div border color is #988D9A.


Opacity

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

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

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

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

This text has shadow with #988D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D9A on black background.


Color preview on white background

This text has color #988D9A on white background.



Black color preview on #988D9A background

This text has black color on #988D9A background.


White color preview on #988D9A background

This text has white color on #988D9A background.