COLOR #8F6E6E

HEX: #8F6E6E RGB: (143,110,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
110
110

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

Portions of RGB colors in percentages

R + G + B = 143 + 110 + 110 = 363 (100%)
R 143 of 363 ~ 39.39%
G 110 of 363 ~ 30.3%
B 110 of 363 ~ 30.3'%

%39.39
%30.3
%30.3

CMYK color model

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

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

CMYK: (0,23,23,44)
C0M23Y23K44 (0%, 23%, 23%, 44%)
(0.00 / 0.23 / 0.23 / 0.44)

CMYK percentages

%0
%23.08
%23.08
%43.92

Codes

Color #8F6E6E in popluar color models

8F 6E 6E
RGB 143 110 110
HSL 13.04% 49.61%
HSB/HSV 23.08% 56.08%
CMYK 0.00% 23.08% 23.08%
43.92%

Color #8F6E6E in popluar number systems.

HEX 8F 6E 6E
Decimal 143 110 110
Binary 10001111 1101110 1101110
Octal 217 156 156

Shades and tints

Shades of #8F6E6E

#8F6E6E
(143,110,110)
#826464
(130,100,100)
#755A5A
(117,90,90)
#685050
(104,80,80)
#5B4646
(91,70,70)
#4E3C3C
(78,60,60)
#413232
(65,50,50)
#342828
(52,40,40)
#271E1E
(39,30,30)
#1A1414
(26,20,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #8F6E6E

#8F6E6E
(143,110,110)
#997B7B
(153,123,123)
#A38888
(163,136,136)
#AD9595
(173,149,149)
#B7A2A2
(183,162,162)
#C1AFAF
(193,175,175)
#CBBCBC
(203,188,188)
#D5C9C9
(213,201,201)
#DFD6D6
(223,214,214)
#E9E3E3
(233,227,227)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6E6E; }

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

This text font color is #8F6E6E.

Background Color

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

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

This div background color is #8F6E6E.

Border color

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

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

This div border color is #8F6E6E.

Opacity

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

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

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

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

This text has shadow with #8F6E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6E6E.

Preview

Color preview on black background

This text has color #8F6E6E on black background.


Color preview on white background

This text has color #8F6E6E on white background.


Black color preview on #8F6E6E background

This text has black color on #8F6E6E background.


White color preview on #8F6E6E background

This text has white color on #8F6E6E background.


Related colors

Complementary color

Complementary color for #hex is #709191.


I love getcolorcode.com