COLOR #8F7EA7

HEX: #8F7EA7
RGB: (143,126,167)

Color info

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

RGB color model

#8F7EA7 color RGB value is (143,126,167).

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

RGB channels and saturation

R 143 of 255 = 56%
G 126 of 255 = 49%
B 167 of 255 = 65%

143
126
167

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

Portions of RGB colors in percentages

R + G + B =
143 + 126 + 167 = 436 (100%)
R 143 of 436 ~ 32.8%
G 126 of 436 ~ 28.9%
B 167 of 436 ~ 38.3%

%32.8
%28.9
%38.3

CMYK color model

#8F7EA7 color CMYK value is (14,25,0,35).

  • cyan value is 14.37%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,25,0,35)
C14M25Y0K35 
(14%,25%,0%,35%)
(0.14/0.25/0.00/0.35)	

CMYK percentages

%14.37
%24.55
%0
%34.51

Codes

Color #8F7EA7 in popluar color models

8F7EA7
RGB143126167
HSL265°18.89%57.45%
HSB/HSV265°24.55%65.49%
CMYK14.37%24.55%0.00%
34.51%

Color #8F7EA7 in popluar number systems.

HEX8F7EA7
Decimal143126167
Binary10001111111111010100111
Octal217176247

Shades and tints

Shades of #8F7EA7

#8F7EA7
(143,126,167)
#827398
(130,115,152)
#756889
(117,104,137)
#685D7A
(104,93,122)
#5B526B
(91,82,107)
#4E475C
(78,71,92)
#413C4D
(65,60,77)
#34313E
(52,49,62)
#27262F
(39,38,47)
#1A1B20
(26,27,32)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #8F7EA7

#8F7EA7
(143,126,167)
#9989AF
(153,137,175)
#A394B7
(163,148,183)
#AD9FBF
(173,159,191)
#B7AAC7
(183,170,199)
#C1B5CF
(193,181,207)
#CBC0D7
(203,192,215)
#D5CBDF
(213,203,223)
#DFD6E7
(223,214,231)
#E9E1EF
(233,225,239)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7EA7; }

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

This text font color is #8F7EA7.


Background Color

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

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

This div background color is #8F7EA7.


Border color

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

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

This div border color is #8F7EA7.


Opacity

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

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

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

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

This text has shadow with #8F7EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7EA7 on black background.


Color preview on white background

This text has color #8F7EA7 on white background.



Black color preview on #8F7EA7 background

This text has black color on #8F7EA7 background.


White color preview on #8F7EA7 background

This text has white color on #8F7EA7 background.