COLOR #8F717C

HEX: #8F717C RGB: (143,113,124)

Color info

#8F717C contains red, green and blue colors in about the same proportion. Web safe color of #8F717C is #996666 (or #966).

RGB color model

#8F717C color RGB value is (143,113,124).

RGB: (143,113,124) (56%, 44%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 124 of 255 = 49%

143
113
124

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 124 = 380 (100%)
R 143 of 380 ~ 37.63%
G 113 of 380 ~ 29.74%
B 124 of 380 ~ 32.63'%

%37.63
%29.74
%32.63

CMYK color model

#8F717C color CMYK value is (0,21,13,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 13.29%
  • key color value is 43.92%

CMYK: (0,21,13,44)
C0M21Y13K44 (0%, 21%, 13%, 44%)
(0.00 / 0.21 / 0.13 / 0.44)

CMYK percentages

%0
%20.98
%13.29
%43.92

Codes

Color #8F717C in popluar color models

8F 71 7C
RGB 143 113 124
HSL 338° 11.81% 50.20%
HSB/HSV 338° 20.98% 56.08%
CMYK 0.00% 20.98% 13.29%
43.92%

Color #8F717C in popluar number systems.

HEX 8F 71 7C
Decimal 143 113 124
Binary 10001111 1110001 1111100
Octal 217 161 174

Shades and tints

Shades of #8F717C

#8F717C
(143,113,124)
#826771
(130,103,113)
#755D66
(117,93,102)
#68535B
(104,83,91)
#5B4950
(91,73,80)
#4E3F45
(78,63,69)
#41353A
(65,53,58)
#342B2F
(52,43,47)
#272124
(39,33,36)
#1A1719
(26,23,25)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #8F717C

#8F717C
(143,113,124)
#997D87
(153,125,135)
#A38992
(163,137,146)
#AD959D
(173,149,157)
#B7A1A8
(183,161,168)
#C1ADB3
(193,173,179)
#CBB9BE
(203,185,190)
#D5C5C9
(213,197,201)
#DFD1D4
(223,209,212)
#E9DDDF
(233,221,223)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F717C color. Also use rgb(143,113,124) instead hex code.

Text Font Color

.myTextColor { color: #8F717C; }

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

This text font color is #8F717C.

Background Color

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

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

This div background color is #8F717C.

Border color

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

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

This div border color is #8F717C.

Opacity

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

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

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

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

This text has shadow with #8F717C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F717C.

Preview

Color preview on black background

This text has color #8F717C on black background.


Color preview on white background

This text has color #8F717C on white background.


Black color preview on #8F717C background

This text has black color on #8F717C background.


White color preview on #8F717C background

This text has white color on #8F717C background.


Related colors

Complementary color

Complementary color for #hex is #708E83.


I love getcolorcode.com

Triadic colors

1 #7C8F71 and #717C8F with #8F717C are triadic colors.

2 #7C718F and #718F7C with #8F717C are triadic colors.