COLOR #8F9D9C

HEX: #8F9D9C
RGB: (143,157,156)

Color info

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

RGB color model

#8F9D9C color RGB value is (143,157,156).

  • red value is 143;
  • green value is 157;
  • blue value is 156.
RGB:
(143,157,156)
(56%,62%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 156 of 255 = 61%

143
157
156

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 156 = 456 (100%)
R 143 of 456 ~ 31.36%
G 157 of 456 ~ 34.43%
B 156 of 456 ~ 34.21%

%31.36
%34.43
%34.21

CMYK color model

#8F9D9C color CMYK value is (9,0,1,38).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(9,0,1,38)
C9M0Y1K38 
(9%,0%,1%,38%)
(0.09/0.00/0.01/0.38)	

CMYK percentages

%8.92
%0
%0.64
%38.43

Codes

Color #8F9D9C in popluar color models

8F9D9C
RGB143157156
HSL176°6.67%58.82%
HSB/HSV176°8.92%61.57%
CMYK8.92%0.00%0.64%
38.43%

Color #8F9D9C in popluar number systems.

HEX8F9D9C
Decimal143157156
Binary100011111001110110011100
Octal217235234

Shades and tints

Shades of #8F9D9C

#8F9D9C
(143,157,156)
#828F8E
(130,143,142)
#758180
(117,129,128)
#687372
(104,115,114)
#5B6564
(91,101,100)
#4E5756
(78,87,86)
#414948
(65,73,72)
#343B3A
(52,59,58)
#272D2C
(39,45,44)
#1A1F1E
(26,31,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #8F9D9C

#8F9D9C
(143,157,156)
#99A5A5
(153,165,165)
#A3ADAE
(163,173,174)
#ADB5B7
(173,181,183)
#B7BDC0
(183,189,192)
#C1C5C9
(193,197,201)
#CBCDD2
(203,205,210)
#D5D5DB
(213,213,219)
#DFDDE4
(223,221,228)
#E9E5ED
(233,229,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9D9C; }

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

This text font color is #8F9D9C.


Background Color

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

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

This div background color is #8F9D9C.


Border color

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

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

This div border color is #8F9D9C.


Opacity

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

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

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

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

This text has shadow with #8F9D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9D9C on black background.


Color preview on white background

This text has color #8F9D9C on white background.



Black color preview on #8F9D9C background

This text has black color on #8F9D9C background.


White color preview on #8F9D9C background

This text has white color on #8F9D9C background.