COLOR #988F9D

HEX: #988F9D
RGB: (152,143,157)

Color info

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

RGB color model

#988F9D color RGB value is (152,143,157).

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

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 157 of 255 = 62%

152
143
157

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 157 = 452 (100%)
R 152 of 452 ~ 33.63%
G 143 of 452 ~ 31.64%
B 157 of 452 ~ 34.73%

%33.63
%31.64
%34.73

CMYK color model

#988F9D color CMYK value is (3,9,0,38).

  • cyan value is 3.18%
  • magenta value is 8.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(3,9,0,38)
C3M9Y0K38 
(3%,9%,0%,38%)
(0.03/0.09/0.00/0.38)	

CMYK percentages

%3.18
%8.92
%0
%38.43

Codes

Color #988F9D in popluar color models

988F9D
RGB152143157
HSL279°6.67%58.82%
HSB/HSV279°8.92%61.57%
CMYK3.18%8.92%0.00%
38.43%

Color #988F9D in popluar number systems.

HEX988F9D
Decimal152143157
Binary100110001000111110011101
Octal230217235

Shades and tints

Shades of #988F9D

#988F9D
(152,143,157)
#8B828F
(139,130,143)
#7E7581
(126,117,129)
#716873
(113,104,115)
#645B65
(100,91,101)
#574E57
(87,78,87)
#4A4149
(74,65,73)
#3D343B
(61,52,59)
#30272D
(48,39,45)
#231A1F
(35,26,31)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #988F9D

#988F9D
(152,143,157)
#A199A5
(161,153,165)
#AAA3AD
(170,163,173)
#B3ADB5
(179,173,181)
#BCB7BD
(188,183,189)
#C5C1C5
(197,193,197)
#CECBCD
(206,203,205)
#D7D5D5
(215,213,213)
#E0DFDD
(224,223,221)
#E9E9E5
(233,233,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988F9D; }

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

This text font color is #988F9D.


Background Color

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

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

This div background color is #988F9D.


Border color

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

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

This div border color is #988F9D.


Opacity

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

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

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

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

This text has shadow with #988F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F9D on black background.


Color preview on white background

This text has color #988F9D on white background.



Black color preview on #988F9D background

This text has black color on #988F9D background.


White color preview on #988F9D background

This text has white color on #988F9D background.