COLOR #8CA3AF

HEX: #8CA3AF RGB: (140,163,175)

Color info

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

RGB color model

#8CA3AF color RGB value is (140,163,175).

RGB: (140,163,175) (55%, 64%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 175 of 255 = 69%

140
163
175

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

Portions of RGB colors in percentages

R + G + B = 140 + 163 + 175 = 478 (100%)
R 140 of 478 ~ 29.29%
G 163 of 478 ~ 34.1%
B 175 of 478 ~ 36.61'%

%29.29
%34.1
%36.61

CMYK color model

#8CA3AF color CMYK value is (20,7,0,31).

  • cyan value is 20.00%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (20,7,0,31)
C20M7Y0K31 (20%, 7%, 0%, 31%)
(0.20 / 0.07 / 0.00 / 0.31)

CMYK percentages

%20
%6.86
%0
%31.37

Codes

Color #8CA3AF in popluar color models

8C A3 AF
RGB 140 163 175
HSL 201° 17.95% 61.76%
HSB/HSV 201° 20.00% 68.63%
CMYK 20.00% 6.86% 0.00%
31.37%

Color #8CA3AF in popluar number systems.

HEX 8C A3 AF
Decimal 140 163 175
Binary 10001100 10100011 10101111
Octal 214 243 257

Shades and tints

Shades of #8CA3AF

#8CA3AF
(140,163,175)
#8095A0
(128,149,160)
#748791
(116,135,145)
#687982
(104,121,130)
#5C6B73
(92,107,115)
#505D64
(80,93,100)
#444F55
(68,79,85)
#384146
(56,65,70)
#2C3337
(44,51,55)
#202528
(32,37,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #8CA3AF

#8CA3AF
(140,163,175)
#96ABB6
(150,171,182)
#A0B3BD
(160,179,189)
#AABBC4
(170,187,196)
#B4C3CB
(180,195,203)
#BECBD2
(190,203,210)
#C8D3D9
(200,211,217)
#D2DBE0
(210,219,224)
#DCE3E7
(220,227,231)
#E6EBEE
(230,235,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA3AF color. Also use rgb(140,163,175) instead hex code.

Text Font Color

.myTextColor { color: #8CA3AF; }

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

This text font color is #8CA3AF.

Background Color

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

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

This div background color is #8CA3AF.

Border color

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

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

This div border color is #8CA3AF.

Opacity

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

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

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

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

This text has shadow with #8CA3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA3AF.

Preview

Color preview on black background

This text has color #8CA3AF on black background.


Color preview on white background

This text has color #8CA3AF on white background.


Black color preview on #8CA3AF background

This text has black color on #8CA3AF background.


White color preview on #8CA3AF background

This text has white color on #8CA3AF background.


Related colors

Complementary color

Complementary color for #hex is #735C50.


I love getcolorcode.com

Triadic colors

1 #AF8CA3 and #A3AF8C with #8CA3AF are triadic colors.

2 #AFA38C and #A38CAF with #8CA3AF are triadic colors.