COLOR #8F989C

HEX: #8F989C RGB: (143,152,156)

Color info

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

RGB color model

#8F989C color RGB value is (143,152,156).

RGB: (143,152,156) (56%, 60%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 156 of 255 = 61%

143
152
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 152 + 156 = 451 (100%)
R 143 of 451 ~ 31.71%
G 152 of 451 ~ 33.7%
B 156 of 451 ~ 34.59'%

%31.71
%33.7
%34.59

CMYK color model

#8F989C color CMYK value is (8,3,0,39).

  • cyan value is 8.33%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (8,3,0,39)
C8M3Y0K39 (8%, 3%, 0%, 39%)
(0.08 / 0.03 / 0.00 / 0.39)

CMYK percentages

%8.33
%2.56
%0
%38.82

Codes

Color #8F989C in popluar color models

8F 98 9C
RGB 143 152 156
HSL 198° 6.16% 58.63%
HSB/HSV 198° 8.33% 61.18%
CMYK 8.33% 2.56% 0.00%
38.82%

Color #8F989C in popluar number systems.

HEX 8F 98 9C
Decimal 143 152 156
Binary 10001111 10011000 10011100
Octal 217 230 234

Shades and tints

Shades of #8F989C

#8F989C
(143,152,156)
#828B8E
(130,139,142)
#757E80
(117,126,128)
#687172
(104,113,114)
#5B6464
(91,100,100)
#4E5756
(78,87,86)
#414A48
(65,74,72)
#343D3A
(52,61,58)
#27302C
(39,48,44)
#1A231E
(26,35,30)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #8F989C

#8F989C
(143,152,156)
#99A1A5
(153,161,165)
#A3AAAE
(163,170,174)
#ADB3B7
(173,179,183)
#B7BCC0
(183,188,192)
#C1C5C9
(193,197,201)
#CBCED2
(203,206,210)
#D5D7DB
(213,215,219)
#DFE0E4
(223,224,228)
#E9E9ED
(233,233,237)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F989C; }

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

This text font color is #8F989C.

Background Color

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

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

This div background color is #8F989C.

Border color

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

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

This div border color is #8F989C.

Opacity

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

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

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

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

This text has shadow with #8F989C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F989C.

Preview

Color preview on black background

This text has color #8F989C on black background.


Color preview on white background

This text has color #8F989C on white background.


Black color preview on #8F989C background

This text has black color on #8F989C background.


White color preview on #8F989C background

This text has white color on #8F989C background.


Related colors

Complementary color

Complementary color for #hex is #706763.


I love getcolorcode.com

Triadic colors

1 #9C8F98 and #989C8F with #8F989C are triadic colors.

2 #9C988F and #988F9C with #8F989C are triadic colors.