COLOR #8F7B86

HEX: #8F7B86
RGB: (143,123,134)

Color info

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

RGB color model

#8F7B86 color RGB value is (143,123,134).

  • red value is 143;
  • green value is 123;
  • blue value is 134.
RGB:
(143,123,134)
(56%,48%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 123 of 255 = 48%
B 134 of 255 = 53%

143
123
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 123 + 134 = 400 (100%)
R 143 of 400 ~ 35.75%
G 123 of 400 ~ 30.75%
B 134 of 400 ~ 33.5%

%35.75
%30.75
%33.5

CMYK color model

#8F7B86 color CMYK value is (0,14,6,44).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,14,6,44)
C0M14Y6K44 
(0%,14%,6%,44%)
(0.00/0.14/0.06/0.44)	

CMYK percentages

%0
%13.99
%6.29
%43.92

Codes

Color #8F7B86 in popluar color models

8F7B86
RGB143123134
HSL327°8.20%52.16%
HSB/HSV327°13.99%56.08%
CMYK0.00%13.99%6.29%
43.92%

Color #8F7B86 in popluar number systems.

HEX8F7B86
Decimal143123134
Binary10001111111101110000110
Octal217173206

Shades and tints

Shades of #8F7B86

#8F7B86
(143,123,134)
#82707A
(130,112,122)
#75656E
(117,101,110)
#685A62
(104,90,98)
#5B4F56
(91,79,86)
#4E444A
(78,68,74)
#41393E
(65,57,62)
#342E32
(52,46,50)
#272326
(39,35,38)
#1A181A
(26,24,26)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #8F7B86

#8F7B86
(143,123,134)
#998791
(153,135,145)
#A3939C
(163,147,156)
#AD9FA7
(173,159,167)
#B7ABB2
(183,171,178)
#C1B7BD
(193,183,189)
#CBC3C8
(203,195,200)
#D5CFD3
(213,207,211)
#DFDBDE
(223,219,222)
#E9E7E9
(233,231,233)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7B86 color. Also use rgb(143,123,134) instead hex code.

Text Font Color

.myTextColor { color: #8F7B86; }

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

This text font color is #8F7B86.


Background Color

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

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

This div background color is #8F7B86.


Border color

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

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

This div border color is #8F7B86.


Opacity

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

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

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

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

This text has shadow with #8F7B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7B86 on black background.


Color preview on white background

This text has color #8F7B86 on white background.



Black color preview on #8F7B86 background

This text has black color on #8F7B86 background.


White color preview on #8F7B86 background

This text has white color on #8F7B86 background.