COLOR #8C9CAC

HEX: #8C9CAC
RGB: (140,156,172)

Color info

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

RGB color model

#8C9CAC color RGB value is (140,156,172).

  • red value is 140;
  • green value is 156;
  • blue value is 172.
RGB:
(140,156,172)
(55%,61%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 172 of 255 = 67%

140
156
172

R + G + B ~ 61%. #8C9CAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 172 = 468 (100%)
R 140 of 468 ~ 29.91%
G 156 of 468 ~ 33.33%
B 172 of 468 ~ 36.75%

%29.91
%33.33
%36.75

CMYK color model

#8C9CAC color CMYK value is (19,9,0,33).

  • cyan value is 18.60%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,9,0,33)
C19M9Y0K33 
(19%,9%,0%,33%)
(0.19/0.09/0.00/0.33)	

CMYK percentages

%18.6
%9.3
%0
%32.55

Codes

Color #8C9CAC in popluar color models

8C9CAC
RGB140156172
HSL210°16.16%61.18%
HSB/HSV210°18.60%67.45%
CMYK18.60%9.30%0.00%
32.55%

Color #8C9CAC in popluar number systems.

HEX8C9CAC
Decimal140156172
Binary100011001001110010101100
Octal214234254

Shades and tints

Shades of #8C9CAC

#8C9CAC
(140,156,172)
#808E9D
(128,142,157)
#74808E
(116,128,142)
#68727F
(104,114,127)
#5C6470
(92,100,112)
#505661
(80,86,97)
#444852
(68,72,82)
#383A43
(56,58,67)
#2C2C34
(44,44,52)
#201E25
(32,30,37)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #8C9CAC

#8C9CAC
(140,156,172)
#96A5B3
(150,165,179)
#A0AEBA
(160,174,186)
#AAB7C1
(170,183,193)
#B4C0C8
(180,192,200)
#BEC9CF
(190,201,207)
#C8D2D6
(200,210,214)
#D2DBDD
(210,219,221)
#DCE4E4
(220,228,228)
#E6EDEB
(230,237,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9CAC; }

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

This text font color is #8C9CAC.


Background Color

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

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

This div background color is #8C9CAC.


Border color

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

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

This div border color is #8C9CAC.


Opacity

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

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

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

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

This text has shadow with #8C9CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CAC on black background.


Color preview on white background

This text has color #8C9CAC on white background.



Black color preview on #8C9CAC background

This text has black color on #8C9CAC background.


White color preview on #8C9CAC background

This text has white color on #8C9CAC background.