COLOR #8CA4AE

HEX: #8CA4AE
RGB: (140,164,174)

Color info

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

RGB color model

#8CA4AE color RGB value is (140,164,174).

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

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 174 of 255 = 68%

140
164
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 174 = 478 (100%)
R 140 of 478 ~ 29.29%
G 164 of 478 ~ 34.31%
B 174 of 478 ~ 36.4%

%29.29
%34.31
%36.4

CMYK color model

#8CA4AE color CMYK value is (20,6,0,32).

  • cyan value is 19.54%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,6,0,32)
C20M6Y0K32 
(20%,6%,0%,32%)
(0.20/0.06/0.00/0.32)	

CMYK percentages

%19.54
%5.75
%0
%31.76

Codes

Color #8CA4AE in popluar color models

8CA4AE
RGB140164174
HSL198°17.35%61.57%
HSB/HSV198°19.54%68.24%
CMYK19.54%5.75%0.00%
31.76%

Color #8CA4AE in popluar number systems.

HEX8CA4AE
Decimal140164174
Binary100011001010010010101110
Octal214244256

Shades and tints

Shades of #8CA4AE

#8CA4AE
(140,164,174)
#80969F
(128,150,159)
#748890
(116,136,144)
#687A81
(104,122,129)
#5C6C72
(92,108,114)
#505E63
(80,94,99)
#445054
(68,80,84)
#384245
(56,66,69)
#2C3436
(44,52,54)
#202627
(32,38,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #8CA4AE

#8CA4AE
(140,164,174)
#96ACB5
(150,172,181)
#A0B4BC
(160,180,188)
#AABCC3
(170,188,195)
#B4C4CA
(180,196,202)
#BECCD1
(190,204,209)
#C8D4D8
(200,212,216)
#D2DCDF
(210,220,223)
#DCE4E6
(220,228,230)
#E6ECED
(230,236,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA4AE; }

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

This text font color is #8CA4AE.


Background Color

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

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

This div background color is #8CA4AE.


Border color

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

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

This div border color is #8CA4AE.


Opacity

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

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

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

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

This text has shadow with #8CA4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA4AE on black background.


Color preview on white background

This text has color #8CA4AE on white background.



Black color preview on #8CA4AE background

This text has black color on #8CA4AE background.


White color preview on #8CA4AE background

This text has white color on #8CA4AE background.