COLOR #8C94AE

HEX: #8C94AE
RGB: (140,148,174)

Color info

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

RGB color model

#8C94AE color RGB value is (140,148,174).

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

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 174 of 255 = 68%

140
148
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 174 = 462 (100%)
R 140 of 462 ~ 30.3%
G 148 of 462 ~ 32.03%
B 174 of 462 ~ 37.66%

%30.3
%32.03
%37.66

CMYK color model

#8C94AE color CMYK value is (20,15,0,32).

  • cyan value is 19.54%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,15,0,32)
C20M15Y0K32 
(20%,15%,0%,32%)
(0.20/0.15/0.00/0.32)	

CMYK percentages

%19.54
%14.94
%0
%31.76

Codes

Color #8C94AE in popluar color models

8C94AE
RGB140148174
HSL226°17.35%61.57%
HSB/HSV226°19.54%68.24%
CMYK19.54%14.94%0.00%
31.76%

Color #8C94AE in popluar number systems.

HEX8C94AE
Decimal140148174
Binary100011001001010010101110
Octal214224256

Shades and tints

Shades of #8C94AE

#8C94AE
(140,148,174)
#80879F
(128,135,159)
#747A90
(116,122,144)
#686D81
(104,109,129)
#5C6072
(92,96,114)
#505363
(80,83,99)
#444654
(68,70,84)
#383945
(56,57,69)
#2C2C36
(44,44,54)
#201F27
(32,31,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #8C94AE

#8C94AE
(140,148,174)
#969DB5
(150,157,181)
#A0A6BC
(160,166,188)
#AAAFC3
(170,175,195)
#B4B8CA
(180,184,202)
#BEC1D1
(190,193,209)
#C8CAD8
(200,202,216)
#D2D3DF
(210,211,223)
#DCDCE6
(220,220,230)
#E6E5ED
(230,229,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C94AE; }

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

This text font color is #8C94AE.


Background Color

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

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

This div background color is #8C94AE.


Border color

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

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

This div border color is #8C94AE.


Opacity

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

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

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

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

This text has shadow with #8C94AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C94AE on black background.


Color preview on white background

This text has color #8C94AE on white background.



Black color preview on #8C94AE background

This text has black color on #8C94AE background.


White color preview on #8C94AE background

This text has white color on #8C94AE background.