COLOR #8F687A

HEX: #8F687A RGB: (143,104,122)

Color info

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

RGB color model

#8F687A color RGB value is (143,104,122).

RGB: (143,104,122) (56%, 41%, 48%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 122 of 255 = 48%

143
104
122

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 122 = 369 (100%)
R 143 of 369 ~ 38.75%
G 104 of 369 ~ 28.18%
B 122 of 369 ~ 33.06'%

%38.75
%28.18
%33.06

CMYK color model

#8F687A color CMYK value is (0,27,15,44).

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

CMYK: (0,27,15,44)
C0M27Y15K44 (0%, 27%, 15%, 44%)
(0.00 / 0.27 / 0.15 / 0.44)

CMYK percentages

%0
%27.27
%14.69
%43.92

Codes

Color #8F687A in popluar color models

8F 68 7A
RGB 143 104 122
HSL 332° 15.79% 48.43%
HSB/HSV 332° 27.27% 56.08%
CMYK 0.00% 27.27% 14.69%
43.92%

Color #8F687A in popluar number systems.

HEX 8F 68 7A
Decimal 143 104 122
Binary 10001111 1101000 1111010
Octal 217 150 172

Shades and tints

Shades of #8F687A

#8F687A
(143,104,122)
#825F6F
(130,95,111)
#755664
(117,86,100)
#684D59
(104,77,89)
#5B444E
(91,68,78)
#4E3B43
(78,59,67)
#413238
(65,50,56)
#34292D
(52,41,45)
#272022
(39,32,34)
#1A1717
(26,23,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #8F687A

#8F687A
(143,104,122)
#997586
(153,117,134)
#A38292
(163,130,146)
#AD8F9E
(173,143,158)
#B79CAA
(183,156,170)
#C1A9B6
(193,169,182)
#CBB6C2
(203,182,194)
#D5C3CE
(213,195,206)
#DFD0DA
(223,208,218)
#E9DDE6
(233,221,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F687A; }

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

This text font color is #8F687A.

Background Color

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

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

This div background color is #8F687A.

Border color

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

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

This div border color is #8F687A.

Opacity

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

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

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

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

This text has shadow with #8F687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F687A.

Preview

Color preview on black background

This text has color #8F687A on black background.


Color preview on white background

This text has color #8F687A on white background.


Black color preview on #8F687A background

This text has black color on #8F687A background.


White color preview on #8F687A background

This text has white color on #8F687A background.


Related colors

Complementary color

Complementary color for #hex is #709785.


I love getcolorcode.com

Triadic colors

1 #7A8F68 and #687A8F with #8F687A are triadic colors.

2 #7A688F and #688F7A with #8F687A are triadic colors.