COLOR #8C9DAF

HEX: #8C9DAF RGB: (140,157,175)

Color info

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

RGB color model

#8C9DAF color RGB value is (140,157,175).

RGB: (140,157,175) (55%, 62%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 175 of 255 = 69%

140
157
175

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

Portions of RGB colors in percentages

R + G + B = 140 + 157 + 175 = 472 (100%)
R 140 of 472 ~ 29.66%
G 157 of 472 ~ 33.26%
B 175 of 472 ~ 37.08'%

%29.66
%33.26
%37.08

CMYK color model

#8C9DAF color CMYK value is (20,10,0,31).

  • cyan value is 20.00%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (20,10,0,31)
C20M10Y0K31 (20%, 10%, 0%, 31%)
(0.20 / 0.10 / 0.00 / 0.31)

CMYK percentages

%20
%10.29
%0
%31.37

Codes

Color #8C9DAF in popluar color models

8C 9D AF
RGB 140 157 175
HSL 211° 17.95% 61.76%
HSB/HSV 211° 20.00% 68.63%
CMYK 20.00% 10.29% 0.00%
31.37%

Color #8C9DAF in popluar number systems.

HEX 8C 9D AF
Decimal 140 157 175
Binary 10001100 10011101 10101111
Octal 214 235 257

Shades and tints

Shades of #8C9DAF

#8C9DAF
(140,157,175)
#808FA0
(128,143,160)
#748191
(116,129,145)
#687382
(104,115,130)
#5C6573
(92,101,115)
#505764
(80,87,100)
#444955
(68,73,85)
#383B46
(56,59,70)
#2C2D37
(44,45,55)
#201F28
(32,31,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #8C9DAF

#8C9DAF
(140,157,175)
#96A5B6
(150,165,182)
#A0ADBD
(160,173,189)
#AAB5C4
(170,181,196)
#B4BDCB
(180,189,203)
#BEC5D2
(190,197,210)
#C8CDD9
(200,205,217)
#D2D5E0
(210,213,224)
#DCDDE7
(220,221,231)
#E6E5EE
(230,229,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9DAF; }

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

This text font color is #8C9DAF.

Background Color

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

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

This div background color is #8C9DAF.

Border color

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

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

This div border color is #8C9DAF.

Opacity

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

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

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

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

This text has shadow with #8C9DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9DAF.

Preview

Color preview on black background

This text has color #8C9DAF on black background.


Color preview on white background

This text has color #8C9DAF on white background.


Black color preview on #8C9DAF background

This text has black color on #8C9DAF background.


White color preview on #8C9DAF background

This text has white color on #8C9DAF background.


Related colors

Complementary color

Complementary color for #hex is #736250.


I love getcolorcode.com

Triadic colors

1 #AF8C9D and #9DAF8C with #8C9DAF are triadic colors.

2 #AF9D8C and #9D8CAF with #8C9DAF are triadic colors.