COLOR #998D97

HEX: #998D97
RGB: (153,141,151)

Color info

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

RGB color model

#998D97 color RGB value is (153,141,151).

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

RGB channels and saturation

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

153
141
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 151 = 445 (100%)
R 153 of 445 ~ 34.38%
G 141 of 445 ~ 31.69%
B 151 of 445 ~ 33.93%

%34.38
%31.69
%33.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • 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
%7.84
%1.31
%40

Codes

Color #998D97 in popluar color models

998D97
RGB153141151
HSL310°5.56%57.65%
HSB/HSV310°7.84%60.00%
CMYK0.00%7.84%1.31%
40.00%

Color #998D97 in popluar number systems.

HEX998D97
Decimal153141151
Binary100110011000110110010111
Octal231215227

Shades and tints

Shades of #998D97

#998D97
(153,141,151)
#8C818A
(140,129,138)
#7F757D
(127,117,125)
#726970
(114,105,112)
#655D63
(101,93,99)
#585156
(88,81,86)
#4B4549
(75,69,73)
#3E393C
(62,57,60)
#312D2F
(49,45,47)
#242122
(36,33,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #998D97

#998D97
(153,141,151)
#A297A0
(162,151,160)
#ABA1A9
(171,161,169)
#B4ABB2
(180,171,178)
#BDB5BB
(189,181,187)
#C6BFC4
(198,191,196)
#CFC9CD
(207,201,205)
#D8D3D6
(216,211,214)
#E1DDDF
(225,221,223)
#EAE7E8
(234,231,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D97; }

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

This text font color is #998D97.


Background Color

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

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

This div background color is #998D97.


Border color

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

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

This div border color is #998D97.


Opacity

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

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

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

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

This text has shadow with #998D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D97 on black background.


Color preview on white background

This text has color #998D97 on white background.



Black color preview on #998D97 background

This text has black color on #998D97 background.


White color preview on #998D97 background

This text has white color on #998D97 background.