COLOR #8F9E9C

HEX: #8F9E9C
RGB: (143,158,156)

Color info

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

RGB color model

#8F9E9C color RGB value is (143,158,156).

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

RGB channels and saturation

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

143
158
156

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

Portions of RGB colors in percentages

R + G + B =
143 + 158 + 156 = 457 (100%)
R 143 of 457 ~ 31.29%
G 158 of 457 ~ 34.57%
B 156 of 457 ~ 34.14%

%31.29
%34.57
%34.14

CMYK color model

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

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

CMYK percentages

%9.49
%0
%1.27
%38.04

Codes

Color #8F9E9C in popluar color models

8F9E9C
RGB143158156
HSL172°7.18%59.02%
HSB/HSV172°9.49%61.96%
CMYK9.49%0.00%1.27%
38.04%

Color #8F9E9C in popluar number systems.

HEX8F9E9C
Decimal143158156
Binary100011111001111010011100
Octal217236234

Shades and tints

Shades of #8F9E9C

#8F9E9C
(143,158,156)
#82908E
(130,144,142)
#758280
(117,130,128)
#687472
(104,116,114)
#5B6664
(91,102,100)
#4E5856
(78,88,86)
#414A48
(65,74,72)
#343C3A
(52,60,58)
#272E2C
(39,46,44)
#1A201E
(26,32,30)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #8F9E9C

#8F9E9C
(143,158,156)
#99A6A5
(153,166,165)
#A3AEAE
(163,174,174)
#ADB6B7
(173,182,183)
#B7BEC0
(183,190,192)
#C1C6C9
(193,198,201)
#CBCED2
(203,206,210)
#D5D6DB
(213,214,219)
#DFDEE4
(223,222,228)
#E9E6ED
(233,230,237)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9E9C; }

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

This text font color is #8F9E9C.


Background Color

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

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

This div background color is #8F9E9C.


Border color

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

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

This div border color is #8F9E9C.


Opacity

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

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

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

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

This text has shadow with #8F9E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9E9C on black background.


Color preview on white background

This text has color #8F9E9C on white background.



Black color preview on #8F9E9C background

This text has black color on #8F9E9C background.


White color preview on #8F9E9C background

This text has white color on #8F9E9C background.