COLOR #8F8280

HEX: #8F8280
RGB: (143,130,128)

Color info

#8F8280 contains red, green and blue colors in about the same proportion. Web safe color of #8F8280 is #999966 (or #996).

RGB color model

#8F8280 color RGB value is (143,130,128).

  • red value is 143;
  • green value is 130;
  • blue value is 128.
RGB:
(143,130,128)
(56%,51%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 128 of 255 = 50%

143
130
128

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 128 = 401 (100%)
R 143 of 401 ~ 35.66%
G 130 of 401 ~ 32.42%
B 128 of 401 ~ 31.92%

%35.66
%32.42
%31.92

CMYK color model

#8F8280 color CMYK value is (0,9,10,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(0,9,10,44)
C0M9Y10K44 
(0%,9%,10%,44%)
(0.00/0.09/0.10/0.44)	

CMYK percentages

%0
%9.09
%10.49
%43.92

Codes

Color #8F8280 in popluar color models

8F8280
RGB143130128
HSL6.28%53.14%
HSB/HSV10.49%56.08%
CMYK0.00%9.09%10.49%
43.92%

Color #8F8280 in popluar number systems.

HEX8F8280
Decimal143130128
Binary100011111000001010000000
Octal217202200

Shades and tints

Shades of #8F8280

#8F8280
(143,130,128)
#827775
(130,119,117)
#756C6A
(117,108,106)
#68615F
(104,97,95)
#5B5654
(91,86,84)
#4E4B49
(78,75,73)
#41403E
(65,64,62)
#343533
(52,53,51)
#272A28
(39,42,40)
#1A1F1D
(26,31,29)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8F8280

#8F8280
(143,130,128)
#998D8B
(153,141,139)
#A39896
(163,152,150)
#ADA3A1
(173,163,161)
#B7AEAC
(183,174,172)
#C1B9B7
(193,185,183)
#CBC4C2
(203,196,194)
#D5CFCD
(213,207,205)
#DFDAD8
(223,218,216)
#E9E5E3
(233,229,227)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8280 color. Also use rgb(143,130,128) instead hex code.

Text Font Color

.myTextColor { color: #8F8280; }

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

This text font color is #8F8280.


Background Color

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

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

This div background color is #8F8280.


Border color

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

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

This div border color is #8F8280.


Opacity

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

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

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

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

This text has shadow with #8F8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8280 on black background.


Color preview on white background

This text has color #8F8280 on white background.



Black color preview on #8F8280 background

This text has black color on #8F8280 background.


White color preview on #8F8280 background

This text has white color on #8F8280 background.