COLOR #8F888D

HEX: #8F888D RGB: (143,136,141)

Color info

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

RGB color model

#8F888D color RGB value is (143,136,141).

RGB: (143,136,141) (56%, 53%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 141 of 255 = 55%

143
136
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 136 + 141 = 420 (100%)
R 143 of 420 ~ 34.05%
G 136 of 420 ~ 32.38%
B 141 of 420 ~ 33.57'%

%34.05
%32.38
%33.57

CMYK color model

#8F888D color CMYK value is (0,5,1,44).

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

CMYK: (0,5,1,44)
C0M5Y1K44 (0%, 5%, 1%, 44%)
(0.00 / 0.05 / 0.01 / 0.44)

CMYK percentages

%0
%4.9
%1.4
%43.92

Codes

Color #8F888D in popluar color models

8F 88 8D
RGB 143 136 141
HSL 317° 3.03% 54.71%
HSB/HSV 317° 4.90% 56.08%
CMYK 0.00% 4.90% 1.40%
43.92%

Color #8F888D in popluar number systems.

HEX 8F 88 8D
Decimal 143 136 141
Binary 10001111 10001000 10001101
Octal 217 210 215

Shades and tints

Shades of #8F888D

#8F888D
(143,136,141)
#827C81
(130,124,129)
#757075
(117,112,117)
#686469
(104,100,105)
#5B585D
(91,88,93)
#4E4C51
(78,76,81)
#414045
(65,64,69)
#343439
(52,52,57)
#27282D
(39,40,45)
#1A1C21
(26,28,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #8F888D

#8F888D
(143,136,141)
#999297
(153,146,151)
#A39CA1
(163,156,161)
#ADA6AB
(173,166,171)
#B7B0B5
(183,176,181)
#C1BABF
(193,186,191)
#CBC4C9
(203,196,201)
#D5CED3
(213,206,211)
#DFD8DD
(223,216,221)
#E9E2E7
(233,226,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F888D; }

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

This text font color is #8F888D.

Background Color

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

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

This div background color is #8F888D.

Border color

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

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

This div border color is #8F888D.

Opacity

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

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

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

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

This text has shadow with #8F888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F888D.

Preview

Color preview on black background

This text has color #8F888D on black background.


Color preview on white background

This text has color #8F888D on white background.


Black color preview on #8F888D background

This text has black color on #8F888D background.


White color preview on #8F888D background

This text has white color on #8F888D background.


Related colors

Complementary color

Complementary color for #hex is #707772.


I love getcolorcode.com

Triadic colors

1 #8D8F88 and #888D8F with #8F888D are triadic colors.

2 #8D888F and #888F8D with #8F888D are triadic colors.