COLOR #8CA0AD

HEX: #8CA0AD
RGB: (140,160,173)

Color info

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

RGB color model

#8CA0AD color RGB value is (140,160,173).

  • red value is 140;
  • green value is 160;
  • blue value is 173.
RGB:
(140,160,173)
(55%,63%,68%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 173 of 255 = 68%

140
160
173

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 173 = 473 (100%)
R 140 of 473 ~ 29.6%
G 160 of 473 ~ 33.83%
B 173 of 473 ~ 36.58%

%29.6
%33.83
%36.58

CMYK color model

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

  • cyan value is 19.08%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(19,8,0,32)
C19M8Y0K32 
(19%,8%,0%,32%)
(0.19/0.08/0.00/0.32)	

CMYK percentages

%19.08
%7.51
%0
%32.16

Codes

Color #8CA0AD in popluar color models

8CA0AD
RGB140160173
HSL204°16.75%61.37%
HSB/HSV204°19.08%67.84%
CMYK19.08%7.51%0.00%
32.16%

Color #8CA0AD in popluar number systems.

HEX8CA0AD
Decimal140160173
Binary100011001010000010101101
Octal214240255

Shades and tints

Shades of #8CA0AD

#8CA0AD
(140,160,173)
#80929E
(128,146,158)
#74848F
(116,132,143)
#687680
(104,118,128)
#5C6871
(92,104,113)
#505A62
(80,90,98)
#444C53
(68,76,83)
#383E44
(56,62,68)
#2C3035
(44,48,53)
#202226
(32,34,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8CA0AD

#8CA0AD
(140,160,173)
#96A8B4
(150,168,180)
#A0B0BB
(160,176,187)
#AAB8C2
(170,184,194)
#B4C0C9
(180,192,201)
#BEC8D0
(190,200,208)
#C8D0D7
(200,208,215)
#D2D8DE
(210,216,222)
#DCE0E5
(220,224,229)
#E6E8EC
(230,232,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA0AD color. Also use rgb(140,160,173) instead hex code.

Text Font Color

.myTextColor { color: #8CA0AD; }

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

This text font color is #8CA0AD.


Background Color

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

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

This div background color is #8CA0AD.


Border color

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

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

This div border color is #8CA0AD.


Opacity

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

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

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

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

This text has shadow with #8CA0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA0AD on black background.


Color preview on white background

This text has color #8CA0AD on white background.



Black color preview on #8CA0AD background

This text has black color on #8CA0AD background.


White color preview on #8CA0AD background

This text has white color on #8CA0AD background.