COLOR #8F9687

HEX: #8F9687 RGB: (143,150,135)

Color info

#8F9687 contains red, green and blue colors in about the same proportion. Web safe color of #8F9687 is #999999 (or #999).

RGB color model

#8F9687 color RGB value is (143,150,135).

RGB: (143,150,135) (56%, 59%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 135 of 255 = 53%

143
150
135

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

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 135 = 428 (100%)
R 143 of 428 ~ 33.41%
G 150 of 428 ~ 35.05%
B 135 of 428 ~ 31.54'%

%33.41
%35.05
%31.54

CMYK color model

#8F9687 color CMYK value is (5,0,10,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 41.18%

CMYK: (5,0,10,41)
C5M0Y10K41 (5%, 0%, 10%, 41%)
(0.05 / 0.00 / 0.10 / 0.41)

CMYK percentages

%4.67
%0
%10
%41.18

Codes

Color #8F9687 in popluar color models

8F 96 87
RGB 143 150 135
HSL 88° 6.67% 55.88%
HSB/HSV 88° 10.00% 58.82%
CMYK 4.67% 0.00% 10.00%
41.18%

Color #8F9687 in popluar number systems.

HEX 8F 96 87
Decimal 143 150 135
Binary 10001111 10010110 10000111
Octal 217 226 207

Shades and tints

Shades of #8F9687

#8F9687
(143,150,135)
#82897B
(130,137,123)
#757C6F
(117,124,111)
#686F63
(104,111,99)
#5B6257
(91,98,87)
#4E554B
(78,85,75)
#41483F
(65,72,63)
#343B33
(52,59,51)
#272E27
(39,46,39)
#1A211B
(26,33,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8F9687

#8F9687
(143,150,135)
#999F91
(153,159,145)
#A3A89B
(163,168,155)
#ADB1A5
(173,177,165)
#B7BAAF
(183,186,175)
#C1C3B9
(193,195,185)
#CBCCC3
(203,204,195)
#D5D5CD
(213,213,205)
#DFDED7
(223,222,215)
#E9E7E1
(233,231,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9687; }

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

This text font color is #8F9687.

Background Color

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

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

This div background color is #8F9687.

Border color

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

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

This div border color is #8F9687.

Opacity

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

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

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

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

This text has shadow with #8F9687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9687.

Preview

Color preview on black background

This text has color #8F9687 on black background.


Color preview on white background

This text has color #8F9687 on white background.


Black color preview on #8F9687 background

This text has black color on #8F9687 background.


White color preview on #8F9687 background

This text has white color on #8F9687 background.


Related colors

Complementary color

Complementary color for #hex is #706978.


I love getcolorcode.com

Triadic colors

1 #878F96 and #96878F with #8F9687 are triadic colors.

2 #87968F and #968F87 with #8F9687 are triadic colors.