COLOR #998C97

HEX: #998C97
RGB: (153,140,151)

Color info

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

RGB color model

#998C97 color RGB value is (153,140,151).

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

RGB channels and saturation

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

153
140
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 151 = 444 (100%)
R 153 of 444 ~ 34.46%
G 140 of 444 ~ 31.53%
B 151 of 444 ~ 34.01%

%34.46
%31.53
%34.01

CMYK color model

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

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

CMYK percentages

%0
%8.5
%1.31
%40

Codes

Color #998C97 in popluar color models

998C97
RGB153140151
HSL309°5.99%57.45%
HSB/HSV309°8.50%60.00%
CMYK0.00%8.50%1.31%
40.00%

Color #998C97 in popluar number systems.

HEX998C97
Decimal153140151
Binary100110011000110010010111
Octal231214227

Shades and tints

Shades of #998C97

#998C97
(153,140,151)
#8C808A
(140,128,138)
#7F747D
(127,116,125)
#726870
(114,104,112)
#655C63
(101,92,99)
#585056
(88,80,86)
#4B4449
(75,68,73)
#3E383C
(62,56,60)
#312C2F
(49,44,47)
#242022
(36,32,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #998C97

#998C97
(153,140,151)
#A296A0
(162,150,160)
#ABA0A9
(171,160,169)
#B4AAB2
(180,170,178)
#BDB4BB
(189,180,187)
#C6BEC4
(198,190,196)
#CFC8CD
(207,200,205)
#D8D2D6
(216,210,214)
#E1DCDF
(225,220,223)
#EAE6E8
(234,230,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C97; }

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

This text font color is #998C97.


Background Color

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

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

This div background color is #998C97.


Border color

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

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

This div border color is #998C97.


Opacity

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

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

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

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

This text has shadow with #998C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C97 on black background.


Color preview on white background

This text has color #998C97 on white background.



Black color preview on #998C97 background

This text has black color on #998C97 background.


White color preview on #998C97 background

This text has white color on #998C97 background.