COLOR #8F8789

HEX: #8F8789
RGB: (143,135,137)

Color info

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

RGB color model

#8F8789 color RGB value is (143,135,137).

  • red value is 143;
  • green value is 135;
  • blue value is 137.
RGB:
(143,135,137)
(56%,53%,54%)

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 137 of 255 = 54%

143
135
137

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 137 = 415 (100%)
R 143 of 415 ~ 34.46%
G 135 of 415 ~ 32.53%
B 137 of 415 ~ 33.01%

%34.46
%32.53
%33.01

CMYK color model

#8F8789 color CMYK value is (0,6,4,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 4.20%
  • key color value is 43.92%
CMYK:
(0,6,4,44)
C0M6Y4K44 
(0%,6%,4%,44%)
(0.00/0.06/0.04/0.44)	

CMYK percentages

%0
%5.59
%4.2
%43.92

Codes

Color #8F8789 in popluar color models

8F8789
RGB143135137
HSL345°3.45%54.51%
HSB/HSV345°5.59%56.08%
CMYK0.00%5.59%4.20%
43.92%

Color #8F8789 in popluar number systems.

HEX8F8789
Decimal143135137
Binary100011111000011110001001
Octal217207211

Shades and tints

Shades of #8F8789

#8F8789
(143,135,137)
#827B7D
(130,123,125)
#756F71
(117,111,113)
#686365
(104,99,101)
#5B5759
(91,87,89)
#4E4B4D
(78,75,77)
#413F41
(65,63,65)
#343335
(52,51,53)
#272729
(39,39,41)
#1A1B1D
(26,27,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F8789

#8F8789
(143,135,137)
#999193
(153,145,147)
#A39B9D
(163,155,157)
#ADA5A7
(173,165,167)
#B7AFB1
(183,175,177)
#C1B9BB
(193,185,187)
#CBC3C5
(203,195,197)
#D5CDCF
(213,205,207)
#DFD7D9
(223,215,217)
#E9E1E3
(233,225,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8789 color. Also use rgb(143,135,137) instead hex code.

Text Font Color

.myTextColor { color: #8F8789; }

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

This text font color is #8F8789.


Background Color

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

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

This div background color is #8F8789.


Border color

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

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

This div border color is #8F8789.


Opacity

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

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

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

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

This text has shadow with #8F8789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8789 on black background.


Color preview on white background

This text has color #8F8789 on white background.



Black color preview on #8F8789 background

This text has black color on #8F8789 background.


White color preview on #8F8789 background

This text has white color on #8F8789 background.