COLOR #8CA4AD

HEX: #8CA4AD RGB: (140,164,173)

Color info

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

RGB color model

#8CA4AD color RGB value is (140,164,173).

RGB: (140,164,173) (55%, 64%, 68%)

RGB channels and saturation

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

140
164
173

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

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 173 = 477 (100%)
R 140 of 477 ~ 29.35%
G 164 of 477 ~ 34.38%
B 173 of 477 ~ 36.27'%

%29.35
%34.38
%36.27

CMYK color model

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

  • cyan value is 19.08%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (19,5,0,32)
C19M5Y0K32 (19%, 5%, 0%, 32%)
(0.19 / 0.05 / 0.00 / 0.32)

CMYK percentages

%19.08
%5.2
%0
%32.16

Codes

Color #8CA4AD in popluar color models

8C A4 AD
RGB 140 164 173
HSL 196° 16.75% 61.37%
HSB/HSV 196° 19.08% 67.84%
CMYK 19.08% 5.20% 0.00%
32.16%

Color #8CA4AD in popluar number systems.

HEX 8C A4 AD
Decimal 140 164 173
Binary 10001100 10100100 10101101
Octal 214 244 255

Shades and tints

Shades of #8CA4AD

#8CA4AD
(140,164,173)
#80969E
(128,150,158)
#74888F
(116,136,143)
#687A80
(104,122,128)
#5C6C71
(92,108,113)
#505E62
(80,94,98)
#445053
(68,80,83)
#384244
(56,66,68)
#2C3435
(44,52,53)
#202626
(32,38,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #8CA4AD

#8CA4AD
(140,164,173)
#96ACB4
(150,172,180)
#A0B4BB
(160,180,187)
#AABCC2
(170,188,194)
#B4C4C9
(180,196,201)
#BECCD0
(190,204,208)
#C8D4D7
(200,212,215)
#D2DCDE
(210,220,222)
#DCE4E5
(220,228,229)
#E6ECEC
(230,236,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA4AD; }

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

This text font color is #8CA4AD.

Background Color

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

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

This div background color is #8CA4AD.

Border color

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

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

This div border color is #8CA4AD.

Opacity

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

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

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

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

This text has shadow with #8CA4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA4AD.

Preview

Color preview on black background

This text has color #8CA4AD on black background.


Color preview on white background

This text has color #8CA4AD on white background.


Black color preview on #8CA4AD background

This text has black color on #8CA4AD background.


White color preview on #8CA4AD background

This text has white color on #8CA4AD background.


Related colors

Complementary color

Complementary color for #hex is #735B52.


I love getcolorcode.com

Triadic colors

1 #AD8CA4 and #A4AD8C with #8CA4AD are triadic colors.

2 #ADA48C and #A48CAD with #8CA4AD are triadic colors.