COLOR #8F7EB6

HEX: #8F7EB6
RGB: (143,126,182)

Color info

#8F7EB6 contains red, green and blue colors in about the same proportion. Web safe color of #8F7EB6 is #9966CC (or #96C).

RGB color model

#8F7EB6 color RGB value is (143,126,182).

  • red value is 143;
  • green value is 126;
  • blue value is 182.
RGB:
(143,126,182)
(56%,49%,71%)

RGB channels and saturation

R 143 of 255 = 56%
G 126 of 255 = 49%
B 182 of 255 = 71%

143
126
182

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

Portions of RGB colors in percentages

R + G + B =
143 + 126 + 182 = 451 (100%)
R 143 of 451 ~ 31.71%
G 126 of 451 ~ 27.94%
B 182 of 451 ~ 40.35%

%31.71
%27.94
%40.35

CMYK color model

#8F7EB6 color CMYK value is (21,31,0,29).

  • cyan value is 21.43%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(21,31,0,29)
C21M31Y0K29 
(21%,31%,0%,29%)
(0.21/0.31/0.00/0.29)	

CMYK percentages

%21.43
%30.77
%0
%28.63

Codes

Color #8F7EB6 in popluar color models

8F7EB6
RGB143126182
HSL258°27.72%60.39%
HSB/HSV258°30.77%71.37%
CMYK21.43%30.77%0.00%
28.63%

Color #8F7EB6 in popluar number systems.

HEX8F7EB6
Decimal143126182
Binary10001111111111010110110
Octal217176266

Shades and tints

Shades of #8F7EB6

#8F7EB6
(143,126,182)
#8273A6
(130,115,166)
#756896
(117,104,150)
#685D86
(104,93,134)
#5B5276
(91,82,118)
#4E4766
(78,71,102)
#413C56
(65,60,86)
#343146
(52,49,70)
#272636
(39,38,54)
#1A1B26
(26,27,38)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F7EB6

#8F7EB6
(143,126,182)
#9989BC
(153,137,188)
#A394C2
(163,148,194)
#AD9FC8
(173,159,200)
#B7AACE
(183,170,206)
#C1B5D4
(193,181,212)
#CBC0DA
(203,192,218)
#D5CBE0
(213,203,224)
#DFD6E6
(223,214,230)
#E9E1EC
(233,225,236)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7EB6 color. Also use rgb(143,126,182) instead hex code.

Text Font Color

.myTextColor { color: #8F7EB6; }

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

This text font color is #8F7EB6.


Background Color

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

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

This div background color is #8F7EB6.


Border color

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

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

This div border color is #8F7EB6.


Opacity

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

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

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

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

This text has shadow with #8F7EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7EB6 on black background.


Color preview on white background

This text has color #8F7EB6 on white background.



Black color preview on #8F7EB6 background

This text has black color on #8F7EB6 background.


White color preview on #8F7EB6 background

This text has white color on #8F7EB6 background.