COLOR #988F97

HEX: #988F97
RGB: (152,143,151)

Color info

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

RGB color model

#988F97 color RGB value is (152,143,151).

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

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 151 of 255 = 59%

152
143
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 151 = 446 (100%)
R 152 of 446 ~ 34.08%
G 143 of 446 ~ 32.06%
B 151 of 446 ~ 33.86%

%34.08
%32.06
%33.86

CMYK color model

#988F97 color CMYK value is (0,6,1,40).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,6,1,40)
C0M6Y1K40 
(0%,6%,1%,40%)
(0.00/0.06/0.01/0.40)	

CMYK percentages

%0
%5.92
%0.66
%40.39

Codes

Color #988F97 in popluar color models

988F97
RGB152143151
HSL307°4.19%57.84%
HSB/HSV307°5.92%59.61%
CMYK0.00%5.92%0.66%
40.39%

Color #988F97 in popluar number systems.

HEX988F97
Decimal152143151
Binary100110001000111110010111
Octal230217227

Shades and tints

Shades of #988F97

#988F97
(152,143,151)
#8B828A
(139,130,138)
#7E757D
(126,117,125)
#716870
(113,104,112)
#645B63
(100,91,99)
#574E56
(87,78,86)
#4A4149
(74,65,73)
#3D343C
(61,52,60)
#30272F
(48,39,47)
#231A22
(35,26,34)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #988F97

#988F97
(152,143,151)
#A199A0
(161,153,160)
#AAA3A9
(170,163,169)
#B3ADB2
(179,173,178)
#BCB7BB
(188,183,187)
#C5C1C4
(197,193,196)
#CECBCD
(206,203,205)
#D7D5D6
(215,213,214)
#E0DFDF
(224,223,223)
#E9E9E8
(233,233,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988F97; }

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

This text font color is #988F97.


Background Color

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

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

This div background color is #988F97.


Border color

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

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

This div border color is #988F97.


Opacity

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

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

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

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

This text has shadow with #988F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F97 on black background.


Color preview on white background

This text has color #988F97 on white background.



Black color preview on #988F97 background

This text has black color on #988F97 background.


White color preview on #988F97 background

This text has white color on #988F97 background.