COLOR #8CA5AC

HEX: #8CA5AC RGB: (140,165,172)

Color info

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

RGB color model

#8CA5AC color RGB value is (140,165,172).

RGB: (140,165,172) (55%, 65%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 172 of 255 = 67%

140
165
172

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 172 = 477 (100%)
R 140 of 477 ~ 29.35%
G 165 of 477 ~ 34.59%
B 172 of 477 ~ 36.06'%

%29.35
%34.59
%36.06

CMYK color model

#8CA5AC color CMYK value is (19,4,0,33).

  • cyan value is 18.60%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (19,4,0,33) C19M4Y0K33 (19%,4%,0%,33%) (0.19/0.04/0.00/0.33) 

CMYK percentages

%18.6
%4.07
%0
%32.55

Codes

Color #8CA5AC in popluar color models

8C A5 AC
RGB 140 165 172
HSL 193° 16.16% 61.18%
HSB/HSV 193° 18.60% 67.45%
CMYK 18.60% 4.07% 0.00%
32.55%

Color #8CA5AC in popluar number systems.

HEX 8C A5 AC
Decimal 140 165 172
Binary 10001100 10100101 10101100
Octal 214 245 254

Shades and tints

Shades of #8CA5AC

#8CA5AC
(140,165,172)
#80969D
(128,150,157)
#74878E
(116,135,142)
#68787F
(104,120,127)
#5C6970
(92,105,112)
#505A61
(80,90,97)
#444B52
(68,75,82)
#383C43
(56,60,67)
#2C2D34
(44,45,52)
#201E25
(32,30,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #8CA5AC

#8CA5AC
(140,165,172)
#96ADB3
(150,173,179)
#A0B5BA
(160,181,186)
#AABDC1
(170,189,193)
#B4C5C8
(180,197,200)
#BECDCF
(190,205,207)
#C8D5D6
(200,213,214)
#D2DDDD
(210,221,221)
#DCE5E4
(220,229,228)
#E6EDEB
(230,237,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA5AC; }

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

This text font color is #8CA5AC.

Background Color

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

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

This div background color is #8CA5AC.

Border color

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

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

This div border color is #8CA5AC.

Opacity

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

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

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

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

This text has shadow with #8CA5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA5AC.

Preview

Color preview on black background

This text has color #8CA5AC on black background.


Color preview on white background

This text has color #8CA5AC on white background.


Black color preview on #8CA5AC background

This text has black color on #8CA5AC background.


White color preview on #8CA5AC background

This text has white color on #8CA5AC background.


Related colors

Complementary color

Complementary color for #hex is #735A53.


I love getcolorcode.com

Triadic colors

1 #AC8CA5 and #A5AC8C with #8CA5AC are triadic colors.

2 #ACA58C and #A58CAC with #8CA5AC are triadic colors.