COLOR #8F8E93

HEX: #8F8E93 RGB: (143,142,147)

Color info

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

RGB color model

#8F8E93 color RGB value is (143,142,147).

RGB: (143,142,147) (56%, 56%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 147 of 255 = 58%

143
142
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 142 + 147 = 432 (100%)
R 143 of 432 ~ 33.1%
G 142 of 432 ~ 32.87%
B 147 of 432 ~ 34.03'%

%33.1
%32.87
%34.03

CMYK color model

#8F8E93 color CMYK value is (3,3,0,42).

  • cyan value is 2.72%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,3,0,42)
C3M3Y0K42 (3%, 3%, 0%, 42%)
(0.03 / 0.03 / 0.00 / 0.42)

CMYK percentages

%2.72
%3.4
%0
%42.35

Codes

Color #8F8E93 in popluar color models

8F 8E 93
RGB 143 142 147
HSL 252° 2.26% 56.67%
HSB/HSV 252° 3.40% 57.65%
CMYK 2.72% 3.40% 0.00%
42.35%

Color #8F8E93 in popluar number systems.

HEX 8F 8E 93
Decimal 143 142 147
Binary 10001111 10001110 10010011
Octal 217 216 223

Shades and tints

Shades of #8F8E93

#8F8E93
(143,142,147)
#828286
(130,130,134)
#757679
(117,118,121)
#686A6C
(104,106,108)
#5B5E5F
(91,94,95)
#4E5252
(78,82,82)
#414645
(65,70,69)
#343A38
(52,58,56)
#272E2B
(39,46,43)
#1A221E
(26,34,30)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #8F8E93

#8F8E93
(143,142,147)
#99989C
(153,152,156)
#A3A2A5
(163,162,165)
#ADACAE
(173,172,174)
#B7B6B7
(183,182,183)
#C1C0C0
(193,192,192)
#CBCAC9
(203,202,201)
#D5D4D2
(213,212,210)
#DFDEDB
(223,222,219)
#E9E8E4
(233,232,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8E93; }

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

This text font color is #8F8E93.

Background Color

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

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

This div background color is #8F8E93.

Border color

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

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

This div border color is #8F8E93.

Opacity

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

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

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

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

This text has shadow with #8F8E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8E93.

Preview

Color preview on black background

This text has color #8F8E93 on black background.


Color preview on white background

This text has color #8F8E93 on white background.


Black color preview on #8F8E93 background

This text has black color on #8F8E93 background.


White color preview on #8F8E93 background

This text has white color on #8F8E93 background.


Related colors

Complementary color

Complementary color for #hex is #70716C.


I love getcolorcode.com

Triadic colors

1 #938F8E and #8E938F with #8F8E93 are triadic colors.

2 #938E8F and #8E8F93 with #8F8E93 are triadic colors.