COLOR #9F8898

HEX: #9F8898
RGB: (159,136,152)

Color info

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

RGB color model

#9F8898 color RGB value is (159,136,152).

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

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 152 of 255 = 60%

159
136
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 136 + 152 = 447 (100%)
R 159 of 447 ~ 35.57%
G 136 of 447 ~ 30.43%
B 152 of 447 ~ 34%

%35.57
%30.43
%34

CMYK color model

#9F8898 color CMYK value is (0,14,4,38).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,14,4,38)
C0M14Y4K38 
(0%,14%,4%,38%)
(0.00/0.14/0.04/0.38)	

CMYK percentages

%0
%14.47
%4.4
%37.65

Codes

Color #9F8898 in popluar color models

9F8898
RGB159136152
HSL318°10.70%57.84%
HSB/HSV318°14.47%62.35%
CMYK0.00%14.47%4.40%
37.65%

Color #9F8898 in popluar number systems.

HEX9F8898
Decimal159136152
Binary100111111000100010011000
Octal237210230

Shades and tints

Shades of #9F8898

#9F8898
(159,136,152)
#917C8B
(145,124,139)
#83707E
(131,112,126)
#756471
(117,100,113)
#675864
(103,88,100)
#594C57
(89,76,87)
#4B404A
(75,64,74)
#3D343D
(61,52,61)
#2F2830
(47,40,48)
#211C23
(33,28,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9F8898

#9F8898
(159,136,152)
#A792A1
(167,146,161)
#AF9CAA
(175,156,170)
#B7A6B3
(183,166,179)
#BFB0BC
(191,176,188)
#C7BAC5
(199,186,197)
#CFC4CE
(207,196,206)
#D7CED7
(215,206,215)
#DFD8E0
(223,216,224)
#E7E2E9
(231,226,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8898; }

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

This text font color is #9F8898.


Background Color

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

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

This div background color is #9F8898.


Border color

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

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

This div border color is #9F8898.


Opacity

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

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

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

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

This text has shadow with #9F8898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8898 on black background.


Color preview on white background

This text has color #9F8898 on white background.



Black color preview on #9F8898 background

This text has black color on #9F8898 background.


White color preview on #9F8898 background

This text has white color on #9F8898 background.