COLOR #8F7086

HEX: #8F7086
RGB: (143,112,134)

Color info

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

RGB color model

#8F7086 color RGB value is (143,112,134).

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

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 134 of 255 = 53%

143
112
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 134 = 389 (100%)
R 143 of 389 ~ 36.76%
G 112 of 389 ~ 28.79%
B 134 of 389 ~ 34.45%

%36.76
%28.79
%34.45

CMYK color model

#8F7086 color CMYK value is (0,22,6,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,22,6,44)
C0M22Y6K44 
(0%,22%,6%,44%)
(0.00/0.22/0.06/0.44)	

CMYK percentages

%0
%21.68
%6.29
%43.92

Codes

Color #8F7086 in popluar color models

8F7086
RGB143112134
HSL317°12.16%50.00%
HSB/HSV317°21.68%56.08%
CMYK0.00%21.68%6.29%
43.92%

Color #8F7086 in popluar number systems.

HEX8F7086
Decimal143112134
Binary10001111111000010000110
Octal217160206

Shades and tints

Shades of #8F7086

#8F7086
(143,112,134)
#82667A
(130,102,122)
#755C6E
(117,92,110)
#685262
(104,82,98)
#5B4856
(91,72,86)
#4E3E4A
(78,62,74)
#41343E
(65,52,62)
#342A32
(52,42,50)
#272026
(39,32,38)
#1A161A
(26,22,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #8F7086

#8F7086
(143,112,134)
#997D91
(153,125,145)
#A38A9C
(163,138,156)
#AD97A7
(173,151,167)
#B7A4B2
(183,164,178)
#C1B1BD
(193,177,189)
#CBBEC8
(203,190,200)
#D5CBD3
(213,203,211)
#DFD8DE
(223,216,222)
#E9E5E9
(233,229,233)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7086; }

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

This text font color is #8F7086.


Background Color

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

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

This div background color is #8F7086.


Border color

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

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

This div border color is #8F7086.


Opacity

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

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

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

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

This text has shadow with #8F7086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7086 on black background.


Color preview on white background

This text has color #8F7086 on white background.



Black color preview on #8F7086 background

This text has black color on #8F7086 background.


White color preview on #8F7086 background

This text has white color on #8F7086 background.