COLOR #8C8DAE

HEX: #8C8DAE RGB: (140,141,174)

Color info

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

RGB color model

#8C8DAE color RGB value is (140,141,174).

RGB: (140,141,174) (55%, 55%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 141 of 255 = 55%
B 174 of 255 = 68%

140
141
174

R + G + B ~ 59%. #8C8DAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 141 + 174 = 455 (100%)
R 140 of 455 ~ 30.77%
G 141 of 455 ~ 30.99%
B 174 of 455 ~ 38.24'%

%30.77
%30.99
%38.24

CMYK color model

#8C8DAE color CMYK value is (20,19,0,32).

  • cyan value is 19.54%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (20,19,0,32)
C20M19Y0K32 (20%, 19%, 0%, 32%)
(0.20 / 0.19 / 0.00 / 0.32)

CMYK percentages

%19.54
%18.97
%0
%31.76

Codes

Color #8C8DAE in popluar color models

8C 8D AE
RGB 140 141 174
HSL 238° 17.35% 61.57%
HSB/HSV 238° 19.54% 68.24%
CMYK 19.54% 18.97% 0.00%
31.76%

Color #8C8DAE in popluar number systems.

HEX 8C 8D AE
Decimal 140 141 174
Binary 10001100 10001101 10101110
Octal 214 215 256

Shades and tints

Shades of #8C8DAE

#8C8DAE
(140,141,174)
#80819F
(128,129,159)
#747590
(116,117,144)
#686981
(104,105,129)
#5C5D72
(92,93,114)
#505163
(80,81,99)
#444554
(68,69,84)
#383945
(56,57,69)
#2C2D36
(44,45,54)
#202127
(32,33,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #8C8DAE

#8C8DAE
(140,141,174)
#9697B5
(150,151,181)
#A0A1BC
(160,161,188)
#AAABC3
(170,171,195)
#B4B5CA
(180,181,202)
#BEBFD1
(190,191,209)
#C8C9D8
(200,201,216)
#D2D3DF
(210,211,223)
#DCDDE6
(220,221,230)
#E6E7ED
(230,231,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8DAE; }

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

This text font color is #8C8DAE.

Background Color

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

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

This div background color is #8C8DAE.

Border color

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

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

This div border color is #8C8DAE.

Opacity

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

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

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

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

This text has shadow with #8C8DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8DAE.

Preview

Color preview on black background

This text has color #8C8DAE on black background.


Color preview on white background

This text has color #8C8DAE on white background.


Black color preview on #8C8DAE background

This text has black color on #8C8DAE background.


White color preview on #8C8DAE background

This text has white color on #8C8DAE background.


Related colors

Complementary color

Complementary color for #hex is #737251.


I love getcolorcode.com

Triadic colors

1 #AE8C8D and #8DAE8C with #8C8DAE are triadic colors.

2 #AE8D8C and #8D8CAE with #8C8DAE are triadic colors.