COLOR #8F6D8B

HEX: #8F6D8B
RGB: (143,109,139)

Color info

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

RGB color model

#8F6D8B color RGB value is (143,109,139).

  • red value is 143;
  • green value is 109;
  • blue value is 139.
RGB:
(143,109,139)
(56%,43%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 109 of 255 = 43%
B 139 of 255 = 55%

143
109
139

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

Portions of RGB colors in percentages

R + G + B =
143 + 109 + 139 = 391 (100%)
R 143 of 391 ~ 36.57%
G 109 of 391 ~ 27.88%
B 139 of 391 ~ 35.55%

%36.57
%27.88
%35.55

CMYK color model

#8F6D8B color CMYK value is (0,24,3,44).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 2.80%
  • key color value is 43.92%
CMYK:
(0,24,3,44)
C0M24Y3K44 
(0%,24%,3%,44%)
(0.00/0.24/0.03/0.44)	

CMYK percentages

%0
%23.78
%2.8
%43.92

Codes

Color #8F6D8B in popluar color models

8F6D8B
RGB143109139
HSL307°13.49%49.41%
HSB/HSV307°23.78%56.08%
CMYK0.00%23.78%2.80%
43.92%

Color #8F6D8B in popluar number systems.

HEX8F6D8B
Decimal143109139
Binary10001111110110110001011
Octal217155213

Shades and tints

Shades of #8F6D8B

#8F6D8B
(143,109,139)
#82647F
(130,100,127)
#755B73
(117,91,115)
#685267
(104,82,103)
#5B495B
(91,73,91)
#4E404F
(78,64,79)
#413743
(65,55,67)
#342E37
(52,46,55)
#27252B
(39,37,43)
#1A1C1F
(26,28,31)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8F6D8B

#8F6D8B
(143,109,139)
#997A95
(153,122,149)
#A3879F
(163,135,159)
#AD94A9
(173,148,169)
#B7A1B3
(183,161,179)
#C1AEBD
(193,174,189)
#CBBBC7
(203,187,199)
#D5C8D1
(213,200,209)
#DFD5DB
(223,213,219)
#E9E2E5
(233,226,229)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6D8B color. Also use rgb(143,109,139) instead hex code.

Text Font Color

.myTextColor { color: #8F6D8B; }

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

This text font color is #8F6D8B.


Background Color

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

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

This div background color is #8F6D8B.


Border color

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

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

This div border color is #8F6D8B.


Opacity

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

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

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

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

This text has shadow with #8F6D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6D8B on black background.


Color preview on white background

This text has color #8F6D8B on white background.



Black color preview on #8F6D8B background

This text has black color on #8F6D8B background.


White color preview on #8F6D8B background

This text has white color on #8F6D8B background.