COLOR #8F696B

HEX: #8F696B RGB: (143,105,107)

Color info

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

RGB color model

#8F696B color RGB value is (143,105,107).

RGB: (143,105,107) (56%, 41%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 107 of 255 = 42%

143
105
107

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

Portions of RGB colors in percentages

R + G + B = 143 + 105 + 107 = 355 (100%)
R 143 of 355 ~ 40.28%
G 105 of 355 ~ 29.58%
B 107 of 355 ~ 30.14'%

%40.28
%29.58
%30.14

CMYK color model

#8F696B color CMYK value is (0,27,25,44).

  • cyan value is 0.00%
  • magenta value is 26.57%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK: (0,27,25,44) C0M27Y25K44 (0%,27%,25%,44%) (0.00/0.27/0.25/0.44) 

CMYK percentages

%0
%26.57
%25.17
%43.92

Codes

Color #8F696B in popluar color models

8F 69 6B
RGB 143 105 107
HSL 357° 15.32% 48.63%
HSB/HSV 357° 26.57% 56.08%
CMYK 0.00% 26.57% 25.17%
43.92%

Color #8F696B in popluar number systems.

HEX 8F 69 6B
Decimal 143 105 107
Binary 10001111 1101001 1101011
Octal 217 151 153

Shades and tints

Shades of #8F696B

#8F696B
(143,105,107)
#826062
(130,96,98)
#755759
(117,87,89)
#684E50
(104,78,80)
#5B4547
(91,69,71)
#4E3C3E
(78,60,62)
#413335
(65,51,53)
#342A2C
(52,42,44)
#272123
(39,33,35)
#1A181A
(26,24,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F696B

#8F696B
(143,105,107)
#997678
(153,118,120)
#A38385
(163,131,133)
#AD9092
(173,144,146)
#B79D9F
(183,157,159)
#C1AAAC
(193,170,172)
#CBB7B9
(203,183,185)
#D5C4C6
(213,196,198)
#DFD1D3
(223,209,211)
#E9DEE0
(233,222,224)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F696B; }

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

This text font color is #8F696B.

Background Color

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

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

This div background color is #8F696B.

Border color

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

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

This div border color is #8F696B.

Opacity

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

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

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

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

This text has shadow with #8F696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F696B.

Preview

Color preview on black background

This text has color #8F696B on black background.


Color preview on white background

This text has color #8F696B on white background.


Black color preview on #8F696B background

This text has black color on #8F696B background.


White color preview on #8F696B background

This text has white color on #8F696B background.


Related colors

Complementary color

Complementary color for #hex is #709694.


I love getcolorcode.com

Triadic colors

1 #6B8F69 and #696B8F with #8F696B are triadic colors.

2 #6B698F and #698F6B with #8F696B are triadic colors.