COLOR #8FA5AB

HEX: #8FA5AB RGB: (143,165,171)

Color info

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

RGB color model

#8FA5AB color RGB value is (143,165,171).

RGB: (143,165,171) (56%, 65%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 171 of 255 = 67%

143
165
171

R + G + B ~ 63%. #8FA5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 171 = 479 (100%)
R 143 of 479 ~ 29.85%
G 165 of 479 ~ 34.45%
B 171 of 479 ~ 35.7'%

%29.85
%34.45
%35.7

CMYK color model

#8FA5AB color CMYK value is (16,4,0,33).

  • cyan value is 16.37%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (16,4,0,33) C16M4Y0K33 (16%,4%,0%,33%) (0.16/0.04/0.00/0.33) 

CMYK percentages

%16.37
%3.51
%0
%32.94

Codes

Color #8FA5AB in popluar color models

8F A5 AB
RGB 143 165 171
HSL 193° 14.29% 61.57%
HSB/HSV 193° 16.37% 67.06%
CMYK 16.37% 3.51% 0.00%
32.94%

Color #8FA5AB in popluar number systems.

HEX 8F A5 AB
Decimal 143 165 171
Binary 10001111 10100101 10101011
Octal 217 245 253

Shades and tints

Shades of #8FA5AB

#8FA5AB
(143,165,171)
#82969C
(130,150,156)
#75878D
(117,135,141)
#68787E
(104,120,126)
#5B696F
(91,105,111)
#4E5A60
(78,90,96)
#414B51
(65,75,81)
#343C42
(52,60,66)
#272D33
(39,45,51)
#1A1E24
(26,30,36)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #8FA5AB

#8FA5AB
(143,165,171)
#99ADB2
(153,173,178)
#A3B5B9
(163,181,185)
#ADBDC0
(173,189,192)
#B7C5C7
(183,197,199)
#C1CDCE
(193,205,206)
#CBD5D5
(203,213,213)
#D5DDDC
(213,221,220)
#DFE5E3
(223,229,227)
#E9EDEA
(233,237,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5AB; }

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

This text font color is #8FA5AB.

Background Color

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

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

This div background color is #8FA5AB.

Border color

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

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

This div border color is #8FA5AB.

Opacity

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

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

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

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

This text has shadow with #8FA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA5AB.

Preview

Color preview on black background

This text has color #8FA5AB on black background.


Color preview on white background

This text has color #8FA5AB on white background.


Black color preview on #8FA5AB background

This text has black color on #8FA5AB background.


White color preview on #8FA5AB background

This text has white color on #8FA5AB background.


Related colors

Complementary color

Complementary color for #hex is #705A54.


I love getcolorcode.com

Triadic colors

1 #AB8FA5 and #A5AB8F with #8FA5AB are triadic colors.

2 #ABA58F and #A58FAB with #8FA5AB are triadic colors.