COLOR #8F9FAD

HEX: #8F9FAD
RGB: (143,159,173)

Color info

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

RGB color model

#8F9FAD color RGB value is (143,159,173).

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

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 173 of 255 = 68%

143
159
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 159 + 173 = 475 (100%)
R 143 of 475 ~ 30.11%
G 159 of 475 ~ 33.47%
B 173 of 475 ~ 36.42%

%30.11
%33.47
%36.42

CMYK color model

#8F9FAD color CMYK value is (17,8,0,32).

  • cyan value is 17.34%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,8,0,32)
C17M8Y0K32 
(17%,8%,0%,32%)
(0.17/0.08/0.00/0.32)	

CMYK percentages

%17.34
%8.09
%0
%32.16

Codes

Color #8F9FAD in popluar color models

8F9FAD
RGB143159173
HSL208°15.46%61.96%
HSB/HSV208°17.34%67.84%
CMYK17.34%8.09%0.00%
32.16%

Color #8F9FAD in popluar number systems.

HEX8F9FAD
Decimal143159173
Binary100011111001111110101101
Octal217237255

Shades and tints

Shades of #8F9FAD

#8F9FAD
(143,159,173)
#82919E
(130,145,158)
#75838F
(117,131,143)
#687580
(104,117,128)
#5B6771
(91,103,113)
#4E5962
(78,89,98)
#414B53
(65,75,83)
#343D44
(52,61,68)
#272F35
(39,47,53)
#1A2126
(26,33,38)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #8F9FAD

#8F9FAD
(143,159,173)
#99A7B4
(153,167,180)
#A3AFBB
(163,175,187)
#ADB7C2
(173,183,194)
#B7BFC9
(183,191,201)
#C1C7D0
(193,199,208)
#CBCFD7
(203,207,215)
#D5D7DE
(213,215,222)
#DFDFE5
(223,223,229)
#E9E7EC
(233,231,236)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9FAD; }

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

This text font color is #8F9FAD.


Background Color

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

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

This div background color is #8F9FAD.


Border color

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

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

This div border color is #8F9FAD.


Opacity

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

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

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

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

This text has shadow with #8F9FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9FAD on black background.


Color preview on white background

This text has color #8F9FAD on white background.



Black color preview on #8F9FAD background

This text has black color on #8F9FAD background.


White color preview on #8F9FAD background

This text has white color on #8F9FAD background.