COLOR #8FA6AE

HEX: #8FA6AE RGB: (143,166,174)

Color info

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

RGB color model

#8FA6AE color RGB value is (143,166,174).

RGB: (143,166,174) (56%, 65%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 174 of 255 = 68%

143
166
174

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

Portions of RGB colors in percentages

R + G + B = 143 + 166 + 174 = 483 (100%)
R 143 of 483 ~ 29.61%
G 166 of 483 ~ 34.37%
B 174 of 483 ~ 36.02'%

%29.61
%34.37
%36.02

CMYK color model

#8FA6AE color CMYK value is (18,5,0,32).

  • cyan value is 17.82%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (18,5,0,32) C18M5Y0K32 (18%,5%,0%,32%) (0.18/0.05/0.00/0.32) 

CMYK percentages

%17.82
%4.6
%0
%31.76

Codes

Color #8FA6AE in popluar color models

8F A6 AE
RGB 143 166 174
HSL 195° 16.06% 62.16%
HSB/HSV 195° 17.82% 68.24%
CMYK 17.82% 4.60% 0.00%
31.76%

Color #8FA6AE in popluar number systems.

HEX 8F A6 AE
Decimal 143 166 174
Binary 10001111 10100110 10101110
Octal 217 246 256

Shades and tints

Shades of #8FA6AE

#8FA6AE
(143,166,174)
#82979F
(130,151,159)
#758890
(117,136,144)
#687981
(104,121,129)
#5B6A72
(91,106,114)
#4E5B63
(78,91,99)
#414C54
(65,76,84)
#343D45
(52,61,69)
#272E36
(39,46,54)
#1A1F27
(26,31,39)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8FA6AE

#8FA6AE
(143,166,174)
#99AEB5
(153,174,181)
#A3B6BC
(163,182,188)
#ADBEC3
(173,190,195)
#B7C6CA
(183,198,202)
#C1CED1
(193,206,209)
#CBD6D8
(203,214,216)
#D5DEDF
(213,222,223)
#DFE6E6
(223,230,230)
#E9EEED
(233,238,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA6AE color. Also use rgb(143,166,174) instead hex code.

Text Font Color

.myTextColor { color: #8FA6AE; }

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

This text font color is #8FA6AE.

Background Color

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

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

This div background color is #8FA6AE.

Border color

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

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

This div border color is #8FA6AE.

Opacity

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

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

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

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

This text has shadow with #8FA6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA6AE.

Preview

Color preview on black background

This text has color #8FA6AE on black background.


Color preview on white background

This text has color #8FA6AE on white background.


Black color preview on #8FA6AE background

This text has black color on #8FA6AE background.


White color preview on #8FA6AE background

This text has white color on #8FA6AE background.


Related colors

Complementary color

Complementary color for #hex is #705951.


I love getcolorcode.com

Triadic colors

1 #AE8FA6 and #A6AE8F with #8FA6AE are triadic colors.

2 #AEA68F and #A68FAE with #8FA6AE are triadic colors.