COLOR #8F686E

HEX: #8F686E RGB: (143,104,110)

Color info

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

RGB color model

#8F686E color RGB value is (143,104,110).

RGB: (143,104,110) (56%, 41%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 110 of 255 = 43%

143
104
110

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 110 = 357 (100%)
R 143 of 357 ~ 40.06%
G 104 of 357 ~ 29.13%
B 110 of 357 ~ 30.81'%

%40.06
%29.13
%30.81

CMYK color model

#8F686E color CMYK value is (0,27,23,44).

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

CMYK: (0,27,23,44)
C0M27Y23K44 (0%, 27%, 23%, 44%)
(0.00 / 0.27 / 0.23 / 0.44)

CMYK percentages

%0
%27.27
%23.08
%43.92

Codes

Color #8F686E in popluar color models

8F 68 6E
RGB 143 104 110
HSL 351° 15.79% 48.43%
HSB/HSV 351° 27.27% 56.08%
CMYK 0.00% 27.27% 23.08%
43.92%

Color #8F686E in popluar number systems.

HEX 8F 68 6E
Decimal 143 104 110
Binary 10001111 1101000 1101110
Octal 217 150 156

Shades and tints

Shades of #8F686E

#8F686E
(143,104,110)
#825F64
(130,95,100)
#75565A
(117,86,90)
#684D50
(104,77,80)
#5B4446
(91,68,70)
#4E3B3C
(78,59,60)
#413232
(65,50,50)
#342928
(52,41,40)
#27201E
(39,32,30)
#1A1714
(26,23,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #8F686E

#8F686E
(143,104,110)
#99757B
(153,117,123)
#A38288
(163,130,136)
#AD8F95
(173,143,149)
#B79CA2
(183,156,162)
#C1A9AF
(193,169,175)
#CBB6BC
(203,182,188)
#D5C3C9
(213,195,201)
#DFD0D6
(223,208,214)
#E9DDE3
(233,221,227)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F686E; }

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

This text font color is #8F686E.

Background Color

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

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

This div background color is #8F686E.

Border color

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

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

This div border color is #8F686E.

Opacity

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

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

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

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

This text has shadow with #8F686E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F686E.

Preview

Color preview on black background

This text has color #8F686E on black background.


Color preview on white background

This text has color #8F686E on white background.


Black color preview on #8F686E background

This text has black color on #8F686E background.


White color preview on #8F686E background

This text has white color on #8F686E background.


Related colors

Complementary color

Complementary color for #hex is #709791.


I love getcolorcode.com

Triadic colors

1 #6E8F68 and #686E8F with #8F686E are triadic colors.

2 #6E688F and #688F6E with #8F686E are triadic colors.