COLOR #8F9FA8

HEX: #8F9FA8 RGB: (143,159,168)

Color info

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

RGB color model

#8F9FA8 color RGB value is (143,159,168).

RGB: (143,159,168) (56%, 62%, 66%)

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 168 of 255 = 66%

143
159
168

R + G + B ~ 61%. #8F9FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 159 + 168 = 470 (100%)
R 143 of 470 ~ 30.43%
G 159 of 470 ~ 33.83%
B 168 of 470 ~ 35.74'%

%30.43
%33.83
%35.74

CMYK color model

#8F9FA8 color CMYK value is (15,5,0,34).

  • cyan value is 14.88%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (15,5,0,34)
C15M5Y0K34 (15%, 5%, 0%, 34%)
(0.15 / 0.05 / 0.00 / 0.34)

CMYK percentages

%14.88
%5.36
%0
%34.12

Codes

Color #8F9FA8 in popluar color models

8F 9F A8
RGB 143 159 168
HSL 202° 12.56% 60.98%
HSB/HSV 202° 14.88% 65.88%
CMYK 14.88% 5.36% 0.00%
34.12%

Color #8F9FA8 in popluar number systems.

HEX 8F 9F A8
Decimal 143 159 168
Binary 10001111 10011111 10101000
Octal 217 237 250

Shades and tints

Shades of #8F9FA8

#8F9FA8
(143,159,168)
#829199
(130,145,153)
#75838A
(117,131,138)
#68757B
(104,117,123)
#5B676C
(91,103,108)
#4E595D
(78,89,93)
#414B4E
(65,75,78)
#343D3F
(52,61,63)
#272F30
(39,47,48)
#1A2121
(26,33,33)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8F9FA8

#8F9FA8
(143,159,168)
#99A7AF
(153,167,175)
#A3AFB6
(163,175,182)
#ADB7BD
(173,183,189)
#B7BFC4
(183,191,196)
#C1C7CB
(193,199,203)
#CBCFD2
(203,207,210)
#D5D7D9
(213,215,217)
#DFDFE0
(223,223,224)
#E9E7E7
(233,231,231)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9FA8; }

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

This text font color is #8F9FA8.

Background Color

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

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

This div background color is #8F9FA8.

Border color

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

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

This div border color is #8F9FA8.

Opacity

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

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

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

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

This text has shadow with #8F9FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9FA8.

Preview

Color preview on black background

This text has color #8F9FA8 on black background.


Color preview on white background

This text has color #8F9FA8 on white background.


Black color preview on #8F9FA8 background

This text has black color on #8F9FA8 background.


White color preview on #8F9FA8 background

This text has white color on #8F9FA8 background.


Related colors

Complementary color

Complementary color for #hex is #706057.


I love getcolorcode.com

Triadic colors

1 #A88F9F and #9FA88F with #8F9FA8 are triadic colors.

2 #A89F8F and #9F8FA8 with #8F9FA8 are triadic colors.