COLOR #8F9FAC

HEX: #8F9FAC
RGB: (143,159,172)

Color info

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

RGB color model

#8F9FAC color RGB value is (143,159,172).

  • red value is 143;
  • green value is 159;
  • blue value is 172.
RGB:
(143,159,172)
(56%,62%,67%)

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 172 of 255 = 67%

143
159
172

R + G + B ~ 62%. #8F9FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 159 + 172 = 474 (100%)
R 143 of 474 ~ 30.17%
G 159 of 474 ~ 33.54%
B 172 of 474 ~ 36.29%

%30.17
%33.54
%36.29

CMYK color model

#8F9FAC color CMYK value is (17,8,0,33).

  • cyan value is 16.86%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,8,0,33)
C17M8Y0K33 
(17%,8%,0%,33%)
(0.17/0.08/0.00/0.33)	

CMYK percentages

%16.86
%7.56
%0
%32.55

Codes

Color #8F9FAC in popluar color models

8F9FAC
RGB143159172
HSL207°14.87%61.76%
HSB/HSV207°16.86%67.45%
CMYK16.86%7.56%0.00%
32.55%

Color #8F9FAC in popluar number systems.

HEX8F9FAC
Decimal143159172
Binary100011111001111110101100
Octal217237254

Shades and tints

Shades of #8F9FAC

#8F9FAC
(143,159,172)
#82919D
(130,145,157)
#75838E
(117,131,142)
#68757F
(104,117,127)
#5B6770
(91,103,112)
#4E5961
(78,89,97)
#414B52
(65,75,82)
#343D43
(52,61,67)
#272F34
(39,47,52)
#1A2125
(26,33,37)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #8F9FAC

#8F9FAC
(143,159,172)
#99A7B3
(153,167,179)
#A3AFBA
(163,175,186)
#ADB7C1
(173,183,193)
#B7BFC8
(183,191,200)
#C1C7CF
(193,199,207)
#CBCFD6
(203,207,214)
#D5D7DD
(213,215,221)
#DFDFE4
(223,223,228)
#E9E7EB
(233,231,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9FAC color. Also use rgb(143,159,172) instead hex code.

Text Font Color

.myTextColor { color: #8F9FAC; }

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

This text font color is #8F9FAC.


Background Color

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

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

This div background color is #8F9FAC.


Border color

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

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

This div border color is #8F9FAC.


Opacity

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

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

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

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

This text has shadow with #8F9FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9FAC on black background.


Color preview on white background

This text has color #8F9FAC on white background.



Black color preview on #8F9FAC background

This text has black color on #8F9FAC background.


White color preview on #8F9FAC background

This text has white color on #8F9FAC background.