COLOR #8CA5AF

HEX: #8CA5AF
RGB: (140,165,175)

Color info

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

RGB color model

#8CA5AF color RGB value is (140,165,175).

  • red value is 140;
  • green value is 165;
  • blue value is 175.
RGB:
(140,165,175)
(55%,65%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 175 of 255 = 69%

140
165
175

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 175 = 480 (100%)
R 140 of 480 ~ 29.17%
G 165 of 480 ~ 34.38%
B 175 of 480 ~ 36.46%

%29.17
%34.38
%36.46

CMYK color model

#8CA5AF color CMYK value is (20,6,0,31).

  • cyan value is 20.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(20,6,0,31)
C20M6Y0K31 
(20%,6%,0%,31%)
(0.20/0.06/0.00/0.31)	

CMYK percentages

%20
%5.71
%0
%31.37

Codes

Color #8CA5AF in popluar color models

8CA5AF
RGB140165175
HSL197°17.95%61.76%
HSB/HSV197°20.00%68.63%
CMYK20.00%5.71%0.00%
31.37%

Color #8CA5AF in popluar number systems.

HEX8CA5AF
Decimal140165175
Binary100011001010010110101111
Octal214245257

Shades and tints

Shades of #8CA5AF

#8CA5AF
(140,165,175)
#8096A0
(128,150,160)
#748791
(116,135,145)
#687882
(104,120,130)
#5C6973
(92,105,115)
#505A64
(80,90,100)
#444B55
(68,75,85)
#383C46
(56,60,70)
#2C2D37
(44,45,55)
#201E28
(32,30,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #8CA5AF

#8CA5AF
(140,165,175)
#96ADB6
(150,173,182)
#A0B5BD
(160,181,189)
#AABDC4
(170,189,196)
#B4C5CB
(180,197,203)
#BECDD2
(190,205,210)
#C8D5D9
(200,213,217)
#D2DDE0
(210,221,224)
#DCE5E7
(220,229,231)
#E6EDEE
(230,237,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA5AF; }

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

This text font color is #8CA5AF.


Background Color

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

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

This div background color is #8CA5AF.


Border color

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

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

This div border color is #8CA5AF.


Opacity

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

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

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

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

This text has shadow with #8CA5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA5AF on black background.


Color preview on white background

This text has color #8CA5AF on white background.



Black color preview on #8CA5AF background

This text has black color on #8CA5AF background.


White color preview on #8CA5AF background

This text has white color on #8CA5AF background.