COLOR #8F667F

HEX: #8F667F RGB: (143,102,127)

Color info

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

RGB color model

#8F667F color RGB value is (143,102,127).

RGB: (143,102,127) (56%, 40%, 50%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 127 of 255 = 50%

143
102
127

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

Portions of RGB colors in percentages

R + G + B = 143 + 102 + 127 = 372 (100%)
R 143 of 372 ~ 38.44%
G 102 of 372 ~ 27.42%
B 127 of 372 ~ 34.14'%

%38.44
%27.42
%34.14

CMYK color model

#8F667F color CMYK value is (0,29,11,44).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 11.19%
  • key color value is 43.92%

CMYK: (0,29,11,44)
C0M29Y11K44 (0%, 29%, 11%, 44%)
(0.00 / 0.29 / 0.11 / 0.44)

CMYK percentages

%0
%28.67
%11.19
%43.92

Codes

Color #8F667F in popluar color models

8F 66 7F
RGB 143 102 127
HSL 323° 16.73% 48.04%
HSB/HSV 323° 28.67% 56.08%
CMYK 0.00% 28.67% 11.19%
43.92%

Color #8F667F in popluar number systems.

HEX 8F 66 7F
Decimal 143 102 127
Binary 10001111 1100110 1111111
Octal 217 146 177

Shades and tints

Shades of #8F667F

#8F667F
(143,102,127)
#825D74
(130,93,116)
#755469
(117,84,105)
#684B5E
(104,75,94)
#5B4253
(91,66,83)
#4E3948
(78,57,72)
#41303D
(65,48,61)
#342732
(52,39,50)
#271E27
(39,30,39)
#1A151C
(26,21,28)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #8F667F

#8F667F
(143,102,127)
#99738A
(153,115,138)
#A38095
(163,128,149)
#AD8DA0
(173,141,160)
#B79AAB
(183,154,171)
#C1A7B6
(193,167,182)
#CBB4C1
(203,180,193)
#D5C1CC
(213,193,204)
#DFCED7
(223,206,215)
#E9DBE2
(233,219,226)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F667F; }

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

This text font color is #8F667F.

Background Color

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

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

This div background color is #8F667F.

Border color

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

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

This div border color is #8F667F.

Opacity

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

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

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

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

This text has shadow with #8F667F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F667F.

Preview

Color preview on black background

This text has color #8F667F on black background.


Color preview on white background

This text has color #8F667F on white background.


Black color preview on #8F667F background

This text has black color on #8F667F background.


White color preview on #8F667F background

This text has white color on #8F667F background.


Related colors

Complementary color

Complementary color for #hex is #709980.


I love getcolorcode.com

Triadic colors

1 #7F8F66 and #667F8F with #8F667F are triadic colors.

2 #7F668F and #668F7F with #8F667F are triadic colors.