COLOR #8F707C

HEX: #8F707C
RGB: (143,112,124)

Color info

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

RGB color model

#8F707C color RGB value is (143,112,124).

  • red value is 143;
  • green value is 112;
  • blue value is 124.
RGB:
(143,112,124)
(56%,44%,49%)

RGB channels and saturation

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

143
112
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 124 = 379 (100%)
R 143 of 379 ~ 37.73%
G 112 of 379 ~ 29.55%
B 124 of 379 ~ 32.72%

%37.73
%29.55
%32.72

CMYK color model

#8F707C color CMYK value is (0,22,13,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(0,22,13,44)
C0M22Y13K44 
(0%,22%,13%,44%)
(0.00/0.22/0.13/0.44)	

CMYK percentages

%0
%21.68
%13.29
%43.92

Codes

Color #8F707C in popluar color models

8F707C
RGB143112124
HSL337°12.16%50.00%
HSB/HSV337°21.68%56.08%
CMYK0.00%21.68%13.29%
43.92%

Color #8F707C in popluar number systems.

HEX8F707C
Decimal143112124
Binary1000111111100001111100
Octal217160174

Shades and tints

Shades of #8F707C

#8F707C
(143,112,124)
#826671
(130,102,113)
#755C66
(117,92,102)
#68525B
(104,82,91)
#5B4850
(91,72,80)
#4E3E45
(78,62,69)
#41343A
(65,52,58)
#342A2F
(52,42,47)
#272024
(39,32,36)
#1A1619
(26,22,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #8F707C

#8F707C
(143,112,124)
#997D87
(153,125,135)
#A38A92
(163,138,146)
#AD979D
(173,151,157)
#B7A4A8
(183,164,168)
#C1B1B3
(193,177,179)
#CBBEBE
(203,190,190)
#D5CBC9
(213,203,201)
#DFD8D4
(223,216,212)
#E9E5DF
(233,229,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F707C; }

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

This text font color is #8F707C.


Background Color

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

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

This div background color is #8F707C.


Border color

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

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

This div border color is #8F707C.


Opacity

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

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

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

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

This text has shadow with #8F707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F707C on black background.


Color preview on white background

This text has color #8F707C on white background.



Black color preview on #8F707C background

This text has black color on #8F707C background.


White color preview on #8F707C background

This text has white color on #8F707C background.