COLOR #988C97

HEX: #988C97
RGB: (152,140,151)

Color info

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

RGB color model

#988C97 color RGB value is (152,140,151).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 151 of 255 = 59%

152
140
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 151 = 443 (100%)
R 152 of 443 ~ 34.31%
G 140 of 443 ~ 31.6%
B 151 of 443 ~ 34.09%

%34.31
%31.6
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,8,1,40)
C0M8Y1K40 
(0%,8%,1%,40%)
(0.00/0.08/0.01/0.40)	

CMYK percentages

%0
%7.89
%0.66
%40.39

Codes

Color #988C97 in popluar color models

988C97
RGB152140151
HSL305°5.50%57.25%
HSB/HSV305°7.89%59.61%
CMYK0.00%7.89%0.66%
40.39%

Color #988C97 in popluar number systems.

HEX988C97
Decimal152140151
Binary100110001000110010010111
Octal230214227

Shades and tints

Shades of #988C97

#988C97
(152,140,151)
#8B808A
(139,128,138)
#7E747D
(126,116,125)
#716870
(113,104,112)
#645C63
(100,92,99)
#575056
(87,80,86)
#4A4449
(74,68,73)
#3D383C
(61,56,60)
#302C2F
(48,44,47)
#232022
(35,32,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #988C97

#988C97
(152,140,151)
#A196A0
(161,150,160)
#AAA0A9
(170,160,169)
#B3AAB2
(179,170,178)
#BCB4BB
(188,180,187)
#C5BEC4
(197,190,196)
#CEC8CD
(206,200,205)
#D7D2D6
(215,210,214)
#E0DCDF
(224,220,223)
#E9E6E8
(233,230,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C97; }

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

This text font color is #988C97.


Background Color

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

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

This div background color is #988C97.


Border color

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

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

This div border color is #988C97.


Opacity

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

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

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

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

This text has shadow with #988C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C97 on black background.


Color preview on white background

This text has color #988C97 on white background.



Black color preview on #988C97 background

This text has black color on #988C97 background.


White color preview on #988C97 background

This text has white color on #988C97 background.