COLOR #8F6C70

HEX: #8F6C70 RGB: (143,108,112)

Color info

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

RGB color model

#8F6C70 color RGB value is (143,108,112).

RGB: (143,108,112) (56%, 42%, 44%)

RGB channels and saturation

R 143 of 255 = 56%
G 108 of 255 = 42%
B 112 of 255 = 44%

143
108
112

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

Portions of RGB colors in percentages

R + G + B = 143 + 108 + 112 = 363 (100%)
R 143 of 363 ~ 39.39%
G 108 of 363 ~ 29.75%
B 112 of 363 ~ 30.85'%

%39.39
%29.75
%30.85

CMYK color model

#8F6C70 color CMYK value is (0,24,22,44).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 21.68%
  • key color value is 43.92%

CMYK: (0,24,22,44)
C0M24Y22K44 (0%, 24%, 22%, 44%)
(0.00 / 0.24 / 0.22 / 0.44)

CMYK percentages

%0
%24.48
%21.68
%43.92

Codes

Color #8F6C70 in popluar color models

8F 6C 70
RGB 143 108 112
HSL 353° 13.94% 49.22%
HSB/HSV 353° 24.48% 56.08%
CMYK 0.00% 24.48% 21.68%
43.92%

Color #8F6C70 in popluar number systems.

HEX 8F 6C 70
Decimal 143 108 112
Binary 10001111 1101100 1110000
Octal 217 154 160

Shades and tints

Shades of #8F6C70

#8F6C70
(143,108,112)
#826366
(130,99,102)
#755A5C
(117,90,92)
#685152
(104,81,82)
#5B4848
(91,72,72)
#4E3F3E
(78,63,62)
#413634
(65,54,52)
#342D2A
(52,45,42)
#272420
(39,36,32)
#1A1B16
(26,27,22)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #8F6C70

#8F6C70
(143,108,112)
#99797D
(153,121,125)
#A3868A
(163,134,138)
#AD9397
(173,147,151)
#B7A0A4
(183,160,164)
#C1ADB1
(193,173,177)
#CBBABE
(203,186,190)
#D5C7CB
(213,199,203)
#DFD4D8
(223,212,216)
#E9E1E5
(233,225,229)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6C70 color. Also use rgb(143,108,112) instead hex code.

Text Font Color

.myTextColor { color: #8F6C70; }

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

This text font color is #8F6C70.

Background Color

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

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

This div background color is #8F6C70.

Border color

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

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

This div border color is #8F6C70.

Opacity

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

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

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

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

This text has shadow with #8F6C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6C70.

Preview

Color preview on black background

This text has color #8F6C70 on black background.


Color preview on white background

This text has color #8F6C70 on white background.


Black color preview on #8F6C70 background

This text has black color on #8F6C70 background.


White color preview on #8F6C70 background

This text has white color on #8F6C70 background.


Related colors

Complementary color

Complementary color for #hex is #70938F.


I love getcolorcode.com

Triadic colors

1 #708F6C and #6C708F with #8F6C70 are triadic colors.

2 #706C8F and #6C8F70 with #8F6C70 are triadic colors.