COLOR #8FA3AB

HEX: #8FA3AB RGB: (143,163,171)

Color info

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

RGB color model

#8FA3AB color RGB value is (143,163,171).

RGB: (143,163,171) (56%, 64%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 171 of 255 = 67%

143
163
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 163 + 171 = 477 (100%)
R 143 of 477 ~ 29.98%
G 163 of 477 ~ 34.17%
B 171 of 477 ~ 35.85'%

%29.98
%34.17
%35.85

CMYK color model

#8FA3AB color CMYK value is (16,5,0,33).

  • cyan value is 16.37%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (16,5,0,33)
C16M5Y0K33 (16%, 5%, 0%, 33%)
(0.16 / 0.05 / 0.00 / 0.33)

CMYK percentages

%16.37
%4.68
%0
%32.94

Codes

Color #8FA3AB in popluar color models

8F A3 AB
RGB 143 163 171
HSL 197° 14.29% 61.57%
HSB/HSV 197° 16.37% 67.06%
CMYK 16.37% 4.68% 0.00%
32.94%

Color #8FA3AB in popluar number systems.

HEX 8F A3 AB
Decimal 143 163 171
Binary 10001111 10100011 10101011
Octal 217 243 253

Shades and tints

Shades of #8FA3AB

#8FA3AB
(143,163,171)
#82959C
(130,149,156)
#75878D
(117,135,141)
#68797E
(104,121,126)
#5B6B6F
(91,107,111)
#4E5D60
(78,93,96)
#414F51
(65,79,81)
#344142
(52,65,66)
#273333
(39,51,51)
#1A2524
(26,37,36)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8FA3AB

#8FA3AB
(143,163,171)
#99ABB2
(153,171,178)
#A3B3B9
(163,179,185)
#ADBBC0
(173,187,192)
#B7C3C7
(183,195,199)
#C1CBCE
(193,203,206)
#CBD3D5
(203,211,213)
#D5DBDC
(213,219,220)
#DFE3E3
(223,227,227)
#E9EBEA
(233,235,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA3AB color. Also use rgb(143,163,171) instead hex code.

Text Font Color

.myTextColor { color: #8FA3AB; }

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

This text font color is #8FA3AB.

Background Color

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

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

This div background color is #8FA3AB.

Border color

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

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

This div border color is #8FA3AB.

Opacity

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

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

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

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

This text has shadow with #8FA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA3AB.

Preview

Color preview on black background

This text has color #8FA3AB on black background.


Color preview on white background

This text has color #8FA3AB on white background.


Black color preview on #8FA3AB background

This text has black color on #8FA3AB background.


White color preview on #8FA3AB background

This text has white color on #8FA3AB background.


Related colors

Complementary color

Complementary color for #hex is #705C54.


I love getcolorcode.com

Triadic colors

1 #AB8FA3 and #A3AB8F with #8FA3AB are triadic colors.

2 #ABA38F and #A38FAB with #8FA3AB are triadic colors.