COLOR #8F697F

HEX: #8F697F RGB: (143,105,127)

Color info

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

RGB color model

#8F697F color RGB value is (143,105,127).

RGB: (143,105,127) (56%, 41%, 50%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 127 of 255 = 50%

143
105
127

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

Portions of RGB colors in percentages

R + G + B = 143 + 105 + 127 = 375 (100%)
R 143 of 375 ~ 38.13%
G 105 of 375 ~ 28%
B 127 of 375 ~ 33.87'%

%38.13
%28
%33.87

CMYK color model

#8F697F color CMYK value is (0,27,11,44).

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

CMYK: (0,27,11,44)
C0M27Y11K44 (0%, 27%, 11%, 44%)
(0.00 / 0.27 / 0.11 / 0.44)

CMYK percentages

%0
%26.57
%11.19
%43.92

Codes

Color #8F697F in popluar color models

8F 69 7F
RGB 143 105 127
HSL 325° 15.32% 48.63%
HSB/HSV 325° 26.57% 56.08%
CMYK 0.00% 26.57% 11.19%
43.92%

Color #8F697F in popluar number systems.

HEX 8F 69 7F
Decimal 143 105 127
Binary 10001111 1101001 1111111
Octal 217 151 177

Shades and tints

Shades of #8F697F

#8F697F
(143,105,127)
#826074
(130,96,116)
#755769
(117,87,105)
#684E5E
(104,78,94)
#5B4553
(91,69,83)
#4E3C48
(78,60,72)
#41333D
(65,51,61)
#342A32
(52,42,50)
#272127
(39,33,39)
#1A181C
(26,24,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F697F

#8F697F
(143,105,127)
#99768A
(153,118,138)
#A38395
(163,131,149)
#AD90A0
(173,144,160)
#B79DAB
(183,157,171)
#C1AAB6
(193,170,182)
#CBB7C1
(203,183,193)
#D5C4CC
(213,196,204)
#DFD1D7
(223,209,215)
#E9DEE2
(233,222,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F697F; }

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

This text font color is #8F697F.

Background Color

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

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

This div background color is #8F697F.

Border color

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

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

This div border color is #8F697F.

Opacity

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

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

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

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

This text has shadow with #8F697F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F697F.

Preview

Color preview on black background

This text has color #8F697F on black background.


Color preview on white background

This text has color #8F697F on white background.


Black color preview on #8F697F background

This text has black color on #8F697F background.


White color preview on #8F697F background

This text has white color on #8F697F background.


Related colors

Complementary color

Complementary color for #hex is #709680.


I love getcolorcode.com

Triadic colors

1 #7F8F69 and #697F8F with #8F697F are triadic colors.

2 #7F698F and #698F7F with #8F697F are triadic colors.