COLOR #8F8A8E

HEX: #8F8A8E RGB: (143,138,142)

Color info

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

RGB color model

#8F8A8E color RGB value is (143,138,142).

RGB: (143,138,142) (56%, 54%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 138 of 255 = 54%
B 142 of 255 = 56%

143
138
142

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

Portions of RGB colors in percentages

R + G + B = 143 + 138 + 142 = 423 (100%)
R 143 of 423 ~ 33.81%
G 138 of 423 ~ 32.62%
B 142 of 423 ~ 33.57'%

%33.81
%32.62
%33.57

CMYK color model

#8F8A8E color CMYK value is (0,3,1,44).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 0.70%
  • key color value is 43.92%

CMYK: (0,3,1,44)
C0M3Y1K44 (0%, 3%, 1%, 44%)
(0.00 / 0.03 / 0.01 / 0.44)

CMYK percentages

%0
%3.5
%0.7
%43.92

Codes

Color #8F8A8E in popluar color models

8F 8A 8E
RGB 143 138 142
HSL 312° 2.18% 55.10%
HSB/HSV 312° 3.50% 56.08%
CMYK 0.00% 3.50% 0.70%
43.92%

Color #8F8A8E in popluar number systems.

HEX 8F 8A 8E
Decimal 143 138 142
Binary 10001111 10001010 10001110
Octal 217 212 216

Shades and tints

Shades of #8F8A8E

#8F8A8E
(143,138,142)
#827E82
(130,126,130)
#757276
(117,114,118)
#68666A
(104,102,106)
#5B5A5E
(91,90,94)
#4E4E52
(78,78,82)
#414246
(65,66,70)
#34363A
(52,54,58)
#272A2E
(39,42,46)
#1A1E22
(26,30,34)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8F8A8E

#8F8A8E
(143,138,142)
#999498
(153,148,152)
#A39EA2
(163,158,162)
#ADA8AC
(173,168,172)
#B7B2B6
(183,178,182)
#C1BCC0
(193,188,192)
#CBC6CA
(203,198,202)
#D5D0D4
(213,208,212)
#DFDADE
(223,218,222)
#E9E4E8
(233,228,232)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8A8E color. Also use rgb(143,138,142) instead hex code.

Text Font Color

.myTextColor { color: #8F8A8E; }

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

This text font color is #8F8A8E.

Background Color

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

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

This div background color is #8F8A8E.

Border color

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

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

This div border color is #8F8A8E.

Opacity

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

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

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

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

This text has shadow with #8F8A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8A8E.

Preview

Color preview on black background

This text has color #8F8A8E on black background.


Color preview on white background

This text has color #8F8A8E on white background.


Black color preview on #8F8A8E background

This text has black color on #8F8A8E background.


White color preview on #8F8A8E background

This text has white color on #8F8A8E background.


Related colors

Complementary color

Complementary color for #hex is #707571.


I love getcolorcode.com

Triadic colors

1 #8E8F8A and #8A8E8F with #8F8A8E are triadic colors.

2 #8E8A8F and #8A8F8E with #8F8A8E are triadic colors.