COLOR #8FA4AB

HEX: #8FA4AB RGB: (143,164,171)

Color info

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

RGB color model

#8FA4AB color RGB value is (143,164,171).

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

RGB channels and saturation

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

143
164
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 164 + 171 = 478 (100%)
R 143 of 478 ~ 29.92%
G 164 of 478 ~ 34.31%
B 171 of 478 ~ 35.77'%

%29.92
%34.31
%35.77

CMYK color model

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

  • cyan value is 16.37%
  • magenta value is 4.09%
  • 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
%4.09
%0
%32.94

Codes

Color #8FA4AB in popluar color models

8F A4 AB
RGB 143 164 171
HSL 195° 14.29% 61.57%
HSB/HSV 195° 16.37% 67.06%
CMYK 16.37% 4.09% 0.00%
32.94%

Color #8FA4AB in popluar number systems.

HEX 8F A4 AB
Decimal 143 164 171
Binary 10001111 10100100 10101011
Octal 217 244 253

Shades and tints

Shades of #8FA4AB

#8FA4AB
(143,164,171)
#82969C
(130,150,156)
#75888D
(117,136,141)
#687A7E
(104,122,126)
#5B6C6F
(91,108,111)
#4E5E60
(78,94,96)
#415051
(65,80,81)
#344242
(52,66,66)
#273433
(39,52,51)
#1A2624
(26,38,36)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #8FA4AB

#8FA4AB
(143,164,171)
#99ACB2
(153,172,178)
#A3B4B9
(163,180,185)
#ADBCC0
(173,188,192)
#B7C4C7
(183,196,199)
#C1CCCE
(193,204,206)
#CBD4D5
(203,212,213)
#D5DCDC
(213,220,220)
#DFE4E3
(223,228,227)
#E9ECEA
(233,236,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA4AB; }

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

This text font color is #8FA4AB.

Background Color

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

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

This div background color is #8FA4AB.

Border color

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

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

This div border color is #8FA4AB.

Opacity

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

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

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

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

This text has shadow with #8FA4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA4AB.

Preview

Color preview on black background

This text has color #8FA4AB on black background.


Color preview on white background

This text has color #8FA4AB on white background.


Black color preview on #8FA4AB background

This text has black color on #8FA4AB background.


White color preview on #8FA4AB background

This text has white color on #8FA4AB background.


Related colors

Complementary color

Complementary color for #hex is #705B54.


I love getcolorcode.com

Triadic colors

1 #AB8FA4 and #A4AB8F with #8FA4AB are triadic colors.

2 #ABA48F and #A48FAB with #8FA4AB are triadic colors.