COLOR #8F708C

HEX: #8F708C
RGB: (143,112,140)

Color info

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

RGB color model

#8F708C color RGB value is (143,112,140).

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

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 140 of 255 = 55%

143
112
140

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 140 = 395 (100%)
R 143 of 395 ~ 36.2%
G 112 of 395 ~ 28.35%
B 140 of 395 ~ 35.44%

%36.2
%28.35
%35.44

CMYK color model

#8F708C color CMYK value is (0,22,2,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 2.10%
  • key color value is 43.92%
CMYK:
(0,22,2,44)
C0M22Y2K44 
(0%,22%,2%,44%)
(0.00/0.22/0.02/0.44)	

CMYK percentages

%0
%21.68
%2.1
%43.92

Codes

Color #8F708C in popluar color models

8F708C
RGB143112140
HSL306°12.16%50.00%
HSB/HSV306°21.68%56.08%
CMYK0.00%21.68%2.10%
43.92%

Color #8F708C in popluar number systems.

HEX8F708C
Decimal143112140
Binary10001111111000010001100
Octal217160214

Shades and tints

Shades of #8F708C

#8F708C
(143,112,140)
#826680
(130,102,128)
#755C74
(117,92,116)
#685268
(104,82,104)
#5B485C
(91,72,92)
#4E3E50
(78,62,80)
#413444
(65,52,68)
#342A38
(52,42,56)
#27202C
(39,32,44)
#1A1620
(26,22,32)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #8F708C

#8F708C
(143,112,140)
#997D96
(153,125,150)
#A38AA0
(163,138,160)
#AD97AA
(173,151,170)
#B7A4B4
(183,164,180)
#C1B1BE
(193,177,190)
#CBBEC8
(203,190,200)
#D5CBD2
(213,203,210)
#DFD8DC
(223,216,220)
#E9E5E6
(233,229,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F708C; }

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

This text font color is #8F708C.


Background Color

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

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

This div background color is #8F708C.


Border color

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

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

This div border color is #8F708C.


Opacity

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

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

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

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

This text has shadow with #8F708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F708C on black background.


Color preview on white background

This text has color #8F708C on white background.



Black color preview on #8F708C background

This text has black color on #8F708C background.


White color preview on #8F708C background

This text has white color on #8F708C background.