COLOR #8F686B

HEX: #8F686B RGB: (143,104,107)

Color info

#8F686B contains red, green and blue colors in about the same proportion. Web safe color of #8F686B is #996666 (or #966).

RGB color model

#8F686B color RGB value is (143,104,107).

RGB: (143,104,107) (56%, 41%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 107 of 255 = 42%

143
104
107

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 107 = 354 (100%)
R 143 of 354 ~ 40.4%
G 104 of 354 ~ 29.38%
B 107 of 354 ~ 30.23'%

%40.4
%29.38
%30.23

CMYK color model

#8F686B color CMYK value is (0,27,25,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 25.17%
  • key color value is 43.92%

CMYK: (0,27,25,44)
C0M27Y25K44 (0%, 27%, 25%, 44%)
(0.00 / 0.27 / 0.25 / 0.44)

CMYK percentages

%0
%27.27
%25.17
%43.92

Codes

Color #8F686B in popluar color models

8F 68 6B
RGB 143 104 107
HSL 355° 15.79% 48.43%
HSB/HSV 355° 27.27% 56.08%
CMYK 0.00% 27.27% 25.17%
43.92%

Color #8F686B in popluar number systems.

HEX 8F 68 6B
Decimal 143 104 107
Binary 10001111 1101000 1101011
Octal 217 150 153

Shades and tints

Shades of #8F686B

#8F686B
(143,104,107)
#825F62
(130,95,98)
#755659
(117,86,89)
#684D50
(104,77,80)
#5B4447
(91,68,71)
#4E3B3E
(78,59,62)
#413235
(65,50,53)
#34292C
(52,41,44)
#272023
(39,32,35)
#1A171A
(26,23,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #8F686B

#8F686B
(143,104,107)
#997578
(153,117,120)
#A38285
(163,130,133)
#AD8F92
(173,143,146)
#B79C9F
(183,156,159)
#C1A9AC
(193,169,172)
#CBB6B9
(203,182,185)
#D5C3C6
(213,195,198)
#DFD0D3
(223,208,211)
#E9DDE0
(233,221,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F686B color. Also use rgb(143,104,107) instead hex code.

Text Font Color

.myTextColor { color: #8F686B; }

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

This text font color is #8F686B.

Background Color

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

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

This div background color is #8F686B.

Border color

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

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

This div border color is #8F686B.

Opacity

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

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

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

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

This text has shadow with #8F686B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F686B.

Preview

Color preview on black background

This text has color #8F686B on black background.


Color preview on white background

This text has color #8F686B on white background.


Black color preview on #8F686B background

This text has black color on #8F686B background.


White color preview on #8F686B background

This text has white color on #8F686B background.


Related colors

Complementary color

Complementary color for #hex is #709794.


I love getcolorcode.com

Triadic colors

1 #6B8F68 and #686B8F with #8F686B are triadic colors.

2 #6B688F and #688F6B with #8F686B are triadic colors.