COLOR #8F7486

HEX: #8F7486
RGB: (143,116,134)

Color info

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

RGB color model

#8F7486 color RGB value is (143,116,134).

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

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 134 of 255 = 53%

143
116
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 134 = 393 (100%)
R 143 of 393 ~ 36.39%
G 116 of 393 ~ 29.52%
B 134 of 393 ~ 34.1%

%36.39
%29.52
%34.1

CMYK color model

#8F7486 color CMYK value is (0,19,6,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,19,6,44)
C0M19Y6K44 
(0%,19%,6%,44%)
(0.00/0.19/0.06/0.44)	

CMYK percentages

%0
%18.88
%6.29
%43.92

Codes

Color #8F7486 in popluar color models

8F7486
RGB143116134
HSL320°10.76%50.78%
HSB/HSV320°18.88%56.08%
CMYK0.00%18.88%6.29%
43.92%

Color #8F7486 in popluar number systems.

HEX8F7486
Decimal143116134
Binary10001111111010010000110
Octal217164206

Shades and tints

Shades of #8F7486

#8F7486
(143,116,134)
#826A7A
(130,106,122)
#75606E
(117,96,110)
#685662
(104,86,98)
#5B4C56
(91,76,86)
#4E424A
(78,66,74)
#41383E
(65,56,62)
#342E32
(52,46,50)
#272426
(39,36,38)
#1A1A1A
(26,26,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #8F7486

#8F7486
(143,116,134)
#998091
(153,128,145)
#A38C9C
(163,140,156)
#AD98A7
(173,152,167)
#B7A4B2
(183,164,178)
#C1B0BD
(193,176,189)
#CBBCC8
(203,188,200)
#D5C8D3
(213,200,211)
#DFD4DE
(223,212,222)
#E9E0E9
(233,224,233)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7486; }

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

This text font color is #8F7486.


Background Color

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

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

This div background color is #8F7486.


Border color

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

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

This div border color is #8F7486.


Opacity

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

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

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

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

This text has shadow with #8F7486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7486 on black background.


Color preview on white background

This text has color #8F7486 on white background.



Black color preview on #8F7486 background

This text has black color on #8F7486 background.


White color preview on #8F7486 background

This text has white color on #8F7486 background.