COLOR #8C9CAE

HEX: #8C9CAE
RGB: (140,156,174)

Color info

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

RGB color model

#8C9CAE color RGB value is (140,156,174).

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

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 174 of 255 = 68%

140
156
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 174 = 470 (100%)
R 140 of 470 ~ 29.79%
G 156 of 470 ~ 33.19%
B 174 of 470 ~ 37.02%

%29.79
%33.19
%37.02

CMYK color model

#8C9CAE color CMYK value is (20,10,0,32).

  • cyan value is 19.54%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,10,0,32)
C20M10Y0K32 
(20%,10%,0%,32%)
(0.20/0.10/0.00/0.32)	

CMYK percentages

%19.54
%10.34
%0
%31.76

Codes

Color #8C9CAE in popluar color models

8C9CAE
RGB140156174
HSL212°17.35%61.57%
HSB/HSV212°19.54%68.24%
CMYK19.54%10.34%0.00%
31.76%

Color #8C9CAE in popluar number systems.

HEX8C9CAE
Decimal140156174
Binary100011001001110010101110
Octal214234256

Shades and tints

Shades of #8C9CAE

#8C9CAE
(140,156,174)
#808E9F
(128,142,159)
#748090
(116,128,144)
#687281
(104,114,129)
#5C6472
(92,100,114)
#505663
(80,86,99)
#444854
(68,72,84)
#383A45
(56,58,69)
#2C2C36
(44,44,54)
#201E27
(32,30,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #8C9CAE

#8C9CAE
(140,156,174)
#96A5B5
(150,165,181)
#A0AEBC
(160,174,188)
#AAB7C3
(170,183,195)
#B4C0CA
(180,192,202)
#BEC9D1
(190,201,209)
#C8D2D8
(200,210,216)
#D2DBDF
(210,219,223)
#DCE4E6
(220,228,230)
#E6EDED
(230,237,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9CAE; }

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

This text font color is #8C9CAE.


Background Color

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

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

This div background color is #8C9CAE.


Border color

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

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

This div border color is #8C9CAE.


Opacity

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

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

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

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

This text has shadow with #8C9CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CAE on black background.


Color preview on white background

This text has color #8C9CAE on white background.



Black color preview on #8C9CAE background

This text has black color on #8C9CAE background.


White color preview on #8C9CAE background

This text has white color on #8C9CAE background.