COLOR #8FA8AF

HEX: #8FA8AF
RGB: (143,168,175)

Color info

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

RGB color model

#8FA8AF color RGB value is (143,168,175).

  • red value is 143;
  • green value is 168;
  • blue value is 175.
RGB:
(143,168,175)
(56%,66%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 168 of 255 = 66%
B 175 of 255 = 69%

143
168
175

R + G + B ~ 64%. #8FA8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 168 + 175 = 486 (100%)
R 143 of 486 ~ 29.42%
G 168 of 486 ~ 34.57%
B 175 of 486 ~ 36.01%

%29.42
%34.57
%36.01

CMYK color model

#8FA8AF color CMYK value is (18,4,0,31).

  • cyan value is 18.29%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,4,0,31)
C18M4Y0K31 
(18%,4%,0%,31%)
(0.18/0.04/0.00/0.31)	

CMYK percentages

%18.29
%4
%0
%31.37

Codes

Color #8FA8AF in popluar color models

8FA8AF
RGB143168175
HSL193°16.67%62.35%
HSB/HSV193°18.29%68.63%
CMYK18.29%4.00%0.00%
31.37%

Color #8FA8AF in popluar number systems.

HEX8FA8AF
Decimal143168175
Binary100011111010100010101111
Octal217250257

Shades and tints

Shades of #8FA8AF

#8FA8AF
(143,168,175)
#8299A0
(130,153,160)
#758A91
(117,138,145)
#687B82
(104,123,130)
#5B6C73
(91,108,115)
#4E5D64
(78,93,100)
#414E55
(65,78,85)
#343F46
(52,63,70)
#273037
(39,48,55)
#1A2128
(26,33,40)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #8FA8AF

#8FA8AF
(143,168,175)
#99AFB6
(153,175,182)
#A3B6BD
(163,182,189)
#ADBDC4
(173,189,196)
#B7C4CB
(183,196,203)
#C1CBD2
(193,203,210)
#CBD2D9
(203,210,217)
#D5D9E0
(213,217,224)
#DFE0E7
(223,224,231)
#E9E7EE
(233,231,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA8AF; }

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

This text font color is #8FA8AF.


Background Color

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

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

This div background color is #8FA8AF.


Border color

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

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

This div border color is #8FA8AF.


Opacity

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

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

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

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

This text has shadow with #8FA8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA8AF on black background.


Color preview on white background

This text has color #8FA8AF on white background.



Black color preview on #8FA8AF background

This text has black color on #8FA8AF background.


White color preview on #8FA8AF background

This text has white color on #8FA8AF background.