COLOR #8F808D

HEX: #8F808D RGB: (143,128,141)

Color info

#8F808D contains red, green and blue colors in about the same proportion. Web safe color of #8F808D is #996699 (or #969).

RGB color model

#8F808D color RGB value is (143,128,141).

RGB: (143,128,141) (56%, 50%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 141 of 255 = 55%

143
128
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 128 + 141 = 412 (100%)
R 143 of 412 ~ 34.71%
G 128 of 412 ~ 31.07%
B 141 of 412 ~ 34.22'%

%34.71
%31.07
%34.22

CMYK color model

#8F808D color CMYK value is (0,10,1,44).

  • cyan value is 0.00%
  • magenta value is 10.49%
  • yellow value is 1.40%
  • key color value is 43.92%

CMYK: (0,10,1,44)
C0M10Y1K44 (0%, 10%, 1%, 44%)
(0.00 / 0.10 / 0.01 / 0.44)

CMYK percentages

%0
%10.49
%1.4
%43.92

Codes

Color #8F808D in popluar color models

8F 80 8D
RGB 143 128 141
HSL 308° 6.28% 53.14%
HSB/HSV 308° 10.49% 56.08%
CMYK 0.00% 10.49% 1.40%
43.92%

Color #8F808D in popluar number systems.

HEX 8F 80 8D
Decimal 143 128 141
Binary 10001111 10000000 10001101
Octal 217 200 215

Shades and tints

Shades of #8F808D

#8F808D
(143,128,141)
#827581
(130,117,129)
#756A75
(117,106,117)
#685F69
(104,95,105)
#5B545D
(91,84,93)
#4E4951
(78,73,81)
#413E45
(65,62,69)
#343339
(52,51,57)
#27282D
(39,40,45)
#1A1D21
(26,29,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F808D

#8F808D
(143,128,141)
#998B97
(153,139,151)
#A396A1
(163,150,161)
#ADA1AB
(173,161,171)
#B7ACB5
(183,172,181)
#C1B7BF
(193,183,191)
#CBC2C9
(203,194,201)
#D5CDD3
(213,205,211)
#DFD8DD
(223,216,221)
#E9E3E7
(233,227,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F808D; }

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

This text font color is #8F808D.

Background Color

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

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

This div background color is #8F808D.

Border color

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

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

This div border color is #8F808D.

Opacity

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

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

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

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

This text has shadow with #8F808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F808D.

Preview

Color preview on black background

This text has color #8F808D on black background.


Color preview on white background

This text has color #8F808D on white background.


Black color preview on #8F808D background

This text has black color on #8F808D background.


White color preview on #8F808D background

This text has white color on #8F808D background.


Related colors

Complementary color

Complementary color for #hex is #707F72.


I love getcolorcode.com

Triadic colors

1 #8D8F80 and #808D8F with #8F808D are triadic colors.

2 #8D808F and #808F8D with #8F808D are triadic colors.