COLOR #8F889F

HEX: #8F889F
RGB: (143,136,159)

Color info

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

RGB color model

#8F889F color RGB value is (143,136,159).

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

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 159 of 255 = 62%

143
136
159

R + G + B ~ 57%. #8F889F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 136 + 159 = 438 (100%)
R 143 of 438 ~ 32.65%
G 136 of 438 ~ 31.05%
B 159 of 438 ~ 36.3%

%32.65
%31.05
%36.3

CMYK color model

#8F889F color CMYK value is (10,14,0,38).

  • cyan value is 10.06%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(10,14,0,38)
C10M14Y0K38 
(10%,14%,0%,38%)
(0.10/0.14/0.00/0.38)	

CMYK percentages

%10.06
%14.47
%0
%37.65

Codes

Color #8F889F in popluar color models

8F889F
RGB143136159
HSL258°10.70%57.84%
HSB/HSV258°14.47%62.35%
CMYK10.06%14.47%0.00%
37.65%

Color #8F889F in popluar number systems.

HEX8F889F
Decimal143136159
Binary100011111000100010011111
Octal217210237

Shades and tints

Shades of #8F889F

#8F889F
(143,136,159)
#827C91
(130,124,145)
#757083
(117,112,131)
#686475
(104,100,117)
#5B5867
(91,88,103)
#4E4C59
(78,76,89)
#41404B
(65,64,75)
#34343D
(52,52,61)
#27282F
(39,40,47)
#1A1C21
(26,28,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #8F889F

#8F889F
(143,136,159)
#9992A7
(153,146,167)
#A39CAF
(163,156,175)
#ADA6B7
(173,166,183)
#B7B0BF
(183,176,191)
#C1BAC7
(193,186,199)
#CBC4CF
(203,196,207)
#D5CED7
(213,206,215)
#DFD8DF
(223,216,223)
#E9E2E7
(233,226,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F889F color. Also use rgb(143,136,159) instead hex code.

Text Font Color

.myTextColor { color: #8F889F; }

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

This text font color is #8F889F.


Background Color

.myBgColor { background-color: #8F889F; }

<div style="background-color:#8F889F">Inner text</div>

This div background color is #8F889F.


Border color

.myBorderColor { border: 1px solid #8F889F; }

<div style="border:3px solid #8F889F">Div</div>

This div border color is #8F889F.


Opacity

.myOpacity80 { color: #8F889F; opacity: 0.8; }

<p style="color:#8F889F;opacity:0.8;">80%</p>

Text with #8F889F 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 #8F889F;}

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

This text has shadow with #8F889F color.

.textShadow {text-shadow: 3px 3px 1px #8F889F, 3px 3px 1px red;}

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

This text has shadow with #8F889F primary color and red secondary color.


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

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

This text has shadow with #8F889F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F889F on black background.


Color preview on white background

This text has color #8F889F on white background.



Black color preview on #8F889F background

This text has black color on #8F889F background.


White color preview on #8F889F background

This text has white color on #8F889F background.