COLOR #8F969E

HEX: #8F969E
RGB: (143,150,158)

Color info

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

RGB color model

#8F969E color RGB value is (143,150,158).

  • red value is 143;
  • green value is 150;
  • blue value is 158.
RGB:
(143,150,158)
(56%,59%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 158 of 255 = 62%

143
150
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 158 = 451 (100%)
R 143 of 451 ~ 31.71%
G 150 of 451 ~ 33.26%
B 158 of 451 ~ 35.03%

%31.71
%33.26
%35.03

CMYK color model

#8F969E color CMYK value is (9,5,0,38).

  • cyan value is 9.49%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,5,0,38)
C9M5Y0K38 
(9%,5%,0%,38%)
(0.09/0.05/0.00/0.38)	

CMYK percentages

%9.49
%5.06
%0
%38.04

Codes

Color #8F969E in popluar color models

8F969E
RGB143150158
HSL212°7.18%59.02%
HSB/HSV212°9.49%61.96%
CMYK9.49%5.06%0.00%
38.04%

Color #8F969E in popluar number systems.

HEX8F969E
Decimal143150158
Binary100011111001011010011110
Octal217226236

Shades and tints

Shades of #8F969E

#8F969E
(143,150,158)
#828990
(130,137,144)
#757C82
(117,124,130)
#686F74
(104,111,116)
#5B6266
(91,98,102)
#4E5558
(78,85,88)
#41484A
(65,72,74)
#343B3C
(52,59,60)
#272E2E
(39,46,46)
#1A2120
(26,33,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8F969E

#8F969E
(143,150,158)
#999FA6
(153,159,166)
#A3A8AE
(163,168,174)
#ADB1B6
(173,177,182)
#B7BABE
(183,186,190)
#C1C3C6
(193,195,198)
#CBCCCE
(203,204,206)
#D5D5D6
(213,213,214)
#DFDEDE
(223,222,222)
#E9E7E6
(233,231,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F969E; }

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

This text font color is #8F969E.


Background Color

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

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

This div background color is #8F969E.


Border color

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

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

This div border color is #8F969E.


Opacity

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

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

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

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

This text has shadow with #8F969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F969E on black background.


Color preview on white background

This text has color #8F969E on white background.



Black color preview on #8F969E background

This text has black color on #8F969E background.


White color preview on #8F969E background

This text has white color on #8F969E background.