COLOR #8F999E

HEX: #8F999E RGB: (143,153,158)

Color info

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

RGB color model

#8F999E color RGB value is (143,153,158).

RGB: (143,153,158) (56%, 60%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 158 of 255 = 62%

143
153
158

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

Portions of RGB colors in percentages

R + G + B = 143 + 153 + 158 = 454 (100%)
R 143 of 454 ~ 31.5%
G 153 of 454 ~ 33.7%
B 158 of 454 ~ 34.8'%

%31.5
%33.7
%34.8

CMYK color model

#8F999E color CMYK value is (9,3,0,38).

  • cyan value is 9.49%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (9,3,0,38)
C9M3Y0K38 (9%, 3%, 0%, 38%)
(0.09 / 0.03 / 0.00 / 0.38)

CMYK percentages

%9.49
%3.16
%0
%38.04

Codes

Color #8F999E in popluar color models

8F 99 9E
RGB 143 153 158
HSL 200° 7.18% 59.02%
HSB/HSV 200° 9.49% 61.96%
CMYK 9.49% 3.16% 0.00%
38.04%

Color #8F999E in popluar number systems.

HEX 8F 99 9E
Decimal 143 153 158
Binary 10001111 10011001 10011110
Octal 217 231 236

Shades and tints

Shades of #8F999E

#8F999E
(143,153,158)
#828C90
(130,140,144)
#757F82
(117,127,130)
#687274
(104,114,116)
#5B6566
(91,101,102)
#4E5858
(78,88,88)
#414B4A
(65,75,74)
#343E3C
(52,62,60)
#27312E
(39,49,46)
#1A2420
(26,36,32)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #8F999E

#8F999E
(143,153,158)
#99A2A6
(153,162,166)
#A3ABAE
(163,171,174)
#ADB4B6
(173,180,182)
#B7BDBE
(183,189,190)
#C1C6C6
(193,198,198)
#CBCFCE
(203,207,206)
#D5D8D6
(213,216,214)
#DFE1DE
(223,225,222)
#E9EAE6
(233,234,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F999E color. Also use rgb(143,153,158) instead hex code.

Text Font Color

.myTextColor { color: #8F999E; }

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

This text font color is #8F999E.

Background Color

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

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

This div background color is #8F999E.

Border color

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

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

This div border color is #8F999E.

Opacity

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

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

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

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

This text has shadow with #8F999E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F999E.

Preview

Color preview on black background

This text has color #8F999E on black background.


Color preview on white background

This text has color #8F999E on white background.


Black color preview on #8F999E background

This text has black color on #8F999E background.


White color preview on #8F999E background

This text has white color on #8F999E background.


Related colors

Complementary color

Complementary color for #hex is #706661.


I love getcolorcode.com

Triadic colors

1 #9E8F99 and #999E8F with #8F999E are triadic colors.

2 #9E998F and #998F9E with #8F999E are triadic colors.