COLOR #8F969C

HEX: #8F969C RGB: (143,150,156)

Color info

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

RGB color model

#8F969C color RGB value is (143,150,156).

RGB: (143,150,156) (56%, 59%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 156 of 255 = 61%

143
150
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 156 = 449 (100%)
R 143 of 449 ~ 31.85%
G 150 of 449 ~ 33.41%
B 156 of 449 ~ 34.74'%

%31.85
%33.41
%34.74

CMYK color model

#8F969C color CMYK value is (8,4,0,39).

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

CMYK: (8,4,0,39)
C8M4Y0K39 (8%, 4%, 0%, 39%)
(0.08 / 0.04 / 0.00 / 0.39)

CMYK percentages

%8.33
%3.85
%0
%38.82

Codes

Color #8F969C in popluar color models

8F 96 9C
RGB 143 150 156
HSL 208° 6.16% 58.63%
HSB/HSV 208° 8.33% 61.18%
CMYK 8.33% 3.85% 0.00%
38.82%

Color #8F969C in popluar number systems.

HEX 8F 96 9C
Decimal 143 150 156
Binary 10001111 10010110 10011100
Octal 217 226 234

Shades and tints

Shades of #8F969C

#8F969C
(143,150,156)
#82898E
(130,137,142)
#757C80
(117,124,128)
#686F72
(104,111,114)
#5B6264
(91,98,100)
#4E5556
(78,85,86)
#414848
(65,72,72)
#343B3A
(52,59,58)
#272E2C
(39,46,44)
#1A211E
(26,33,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8F969C

#8F969C
(143,150,156)
#999FA5
(153,159,165)
#A3A8AE
(163,168,174)
#ADB1B7
(173,177,183)
#B7BAC0
(183,186,192)
#C1C3C9
(193,195,201)
#CBCCD2
(203,204,210)
#D5D5DB
(213,213,219)
#DFDEE4
(223,222,228)
#E9E7ED
(233,231,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F969C; }

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

This text font color is #8F969C.

Background Color

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

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

This div background color is #8F969C.

Border color

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

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

This div border color is #8F969C.

Opacity

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

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

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

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

This text has shadow with #8F969C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F969C.

Preview

Color preview on black background

This text has color #8F969C on black background.


Color preview on white background

This text has color #8F969C on white background.


Black color preview on #8F969C background

This text has black color on #8F969C background.


White color preview on #8F969C background

This text has white color on #8F969C background.


Related colors

Complementary color

Complementary color for #hex is #706963.


I love getcolorcode.com

Triadic colors

1 #9C8F96 and #969C8F with #8F969C are triadic colors.

2 #9C968F and #968F9C with #8F969C are triadic colors.