COLOR #8C9DAE

HEX: #8C9DAE RGB: (140,157,174)

Color info

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

RGB color model

#8C9DAE color RGB value is (140,157,174).

RGB: (140,157,174) (55%, 62%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 174 of 255 = 68%

140
157
174

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

Portions of RGB colors in percentages

R + G + B = 140 + 157 + 174 = 471 (100%)
R 140 of 471 ~ 29.72%
G 157 of 471 ~ 33.33%
B 174 of 471 ~ 36.94'%

%29.72
%33.33
%36.94

CMYK color model

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

  • cyan value is 19.54%
  • magenta value is 9.77%
  • 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
%9.77
%0
%31.76

Codes

Color #8C9DAE in popluar color models

8C 9D AE
RGB 140 157 174
HSL 210° 17.35% 61.57%
HSB/HSV 210° 19.54% 68.24%
CMYK 19.54% 9.77% 0.00%
31.76%

Color #8C9DAE in popluar number systems.

HEX 8C 9D AE
Decimal 140 157 174
Binary 10001100 10011101 10101110
Octal 214 235 256

Shades and tints

Shades of #8C9DAE

#8C9DAE
(140,157,174)
#808F9F
(128,143,159)
#748190
(116,129,144)
#687381
(104,115,129)
#5C6572
(92,101,114)
#505763
(80,87,99)
#444954
(68,73,84)
#383B45
(56,59,69)
#2C2D36
(44,45,54)
#201F27
(32,31,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #8C9DAE

#8C9DAE
(140,157,174)
#96A5B5
(150,165,181)
#A0ADBC
(160,173,188)
#AAB5C3
(170,181,195)
#B4BDCA
(180,189,202)
#BEC5D1
(190,197,209)
#C8CDD8
(200,205,216)
#D2D5DF
(210,213,223)
#DCDDE6
(220,221,230)
#E6E5ED
(230,229,237)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9DAE; }

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

This text font color is #8C9DAE.

Background Color

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

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

This div background color is #8C9DAE.

Border color

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

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

This div border color is #8C9DAE.

Opacity

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

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

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

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

This text has shadow with #8C9DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9DAE.

Preview

Color preview on black background

This text has color #8C9DAE on black background.


Color preview on white background

This text has color #8C9DAE on white background.


Black color preview on #8C9DAE background

This text has black color on #8C9DAE background.


White color preview on #8C9DAE background

This text has white color on #8C9DAE background.


Related colors

Complementary color

Complementary color for #hex is #736251.


I love getcolorcode.com

Triadic colors

1 #AE8C9D and #9DAE8C with #8C9DAE are triadic colors.

2 #AE9D8C and #9D8CAE with #8C9DAE are triadic colors.