COLOR #9F8E98

HEX: #9F8E98
RGB: (159,142,152)

Color info

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

RGB color model

#9F8E98 color RGB value is (159,142,152).

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

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 152 of 255 = 60%

159
142
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 152 = 453 (100%)
R 159 of 453 ~ 35.1%
G 142 of 453 ~ 31.35%
B 152 of 453 ~ 33.55%

%35.1
%31.35
%33.55

CMYK color model

#9F8E98 color CMYK value is (0,11,4,38).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,11,4,38)
C0M11Y4K38 
(0%,11%,4%,38%)
(0.00/0.11/0.04/0.38)	

CMYK percentages

%0
%10.69
%4.4
%37.65

Codes

Color #9F8E98 in popluar color models

9F8E98
RGB159142152
HSL325°8.13%59.02%
HSB/HSV325°10.69%62.35%
CMYK0.00%10.69%4.40%
37.65%

Color #9F8E98 in popluar number systems.

HEX9F8E98
Decimal159142152
Binary100111111000111010011000
Octal237216230

Shades and tints

Shades of #9F8E98

#9F8E98
(159,142,152)
#91828B
(145,130,139)
#83767E
(131,118,126)
#756A71
(117,106,113)
#675E64
(103,94,100)
#595257
(89,82,87)
#4B464A
(75,70,74)
#3D3A3D
(61,58,61)
#2F2E30
(47,46,48)
#212223
(33,34,35)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #9F8E98

#9F8E98
(159,142,152)
#A798A1
(167,152,161)
#AFA2AA
(175,162,170)
#B7ACB3
(183,172,179)
#BFB6BC
(191,182,188)
#C7C0C5
(199,192,197)
#CFCACE
(207,202,206)
#D7D4D7
(215,212,215)
#DFDEE0
(223,222,224)
#E7E8E9
(231,232,233)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8E98 color. Also use rgb(159,142,152) instead hex code.

Text Font Color

.myTextColor { color: #9F8E98; }

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

This text font color is #9F8E98.


Background Color

.myBgColor { background-color: #9F8E98; }

<div style="background-color:#9F8E98">Inner text</div>

This div background color is #9F8E98.


Border color

.myBorderColor { border: 1px solid #9F8E98; }

<div style="border:3px solid #9F8E98">Div</div>

This div border color is #9F8E98.


Opacity

.myOpacity80 { color: #9F8E98; opacity: 0.8; }

<p style="color:#9F8E98;opacity:0.8;">80%</p>

Text with #9F8E98 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 #9F8E98;}

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

This text has shadow with #9F8E98 color.

.textShadow {text-shadow: 3px 3px 1px #9F8E98, 3px 3px 1px red;}

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

This text has shadow with #9F8E98 primary color and red secondary color.


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

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

This text has shadow with #9F8E98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8E98 on black background.


Color preview on white background

This text has color #9F8E98 on white background.



Black color preview on #9F8E98 background

This text has black color on #9F8E98 background.


White color preview on #9F8E98 background

This text has white color on #9F8E98 background.