COLOR #8CA7AB

HEX: #8CA7AB RGB: (140,167,171)

Color info

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

RGB color model

#8CA7AB color RGB value is (140,167,171).

RGB: (140,167,171) (55%, 65%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 171 of 255 = 67%

140
167
171

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

Portions of RGB colors in percentages

R + G + B = 140 + 167 + 171 = 478 (100%)
R 140 of 478 ~ 29.29%
G 167 of 478 ~ 34.94%
B 171 of 478 ~ 35.77'%

%29.29
%34.94
%35.77

CMYK color model

#8CA7AB color CMYK value is (18,2,0,33).

  • cyan value is 18.13%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (18,2,0,33)
C18M2Y0K33 (18%, 2%, 0%, 33%)
(0.18 / 0.02 / 0.00 / 0.33)

CMYK percentages

%18.13
%2.34
%0
%32.94

Codes

Color #8CA7AB in popluar color models

8C A7 AB
RGB 140 167 171
HSL 188° 15.58% 60.98%
HSB/HSV 188° 18.13% 67.06%
CMYK 18.13% 2.34% 0.00%
32.94%

Color #8CA7AB in popluar number systems.

HEX 8C A7 AB
Decimal 140 167 171
Binary 10001100 10100111 10101011
Octal 214 247 253

Shades and tints

Shades of #8CA7AB

#8CA7AB
(140,167,171)
#80989C
(128,152,156)
#74898D
(116,137,141)
#687A7E
(104,122,126)
#5C6B6F
(92,107,111)
#505C60
(80,92,96)
#444D51
(68,77,81)
#383E42
(56,62,66)
#2C2F33
(44,47,51)
#202024
(32,32,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #8CA7AB

#8CA7AB
(140,167,171)
#96AFB2
(150,175,178)
#A0B7B9
(160,183,185)
#AABFC0
(170,191,192)
#B4C7C7
(180,199,199)
#BECFCE
(190,207,206)
#C8D7D5
(200,215,213)
#D2DFDC
(210,223,220)
#DCE7E3
(220,231,227)
#E6EFEA
(230,239,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA7AB color. Also use rgb(140,167,171) instead hex code.

Text Font Color

.myTextColor { color: #8CA7AB; }

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

This text font color is #8CA7AB.

Background Color

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

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

This div background color is #8CA7AB.

Border color

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

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

This div border color is #8CA7AB.

Opacity

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

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

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

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

This text has shadow with #8CA7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA7AB.

Preview

Color preview on black background

This text has color #8CA7AB on black background.


Color preview on white background

This text has color #8CA7AB on white background.


Black color preview on #8CA7AB background

This text has black color on #8CA7AB background.


White color preview on #8CA7AB background

This text has white color on #8CA7AB background.


Related colors

Complementary color

Complementary color for #hex is #735854.


I love getcolorcode.com

Triadic colors

1 #AB8CA7 and #A7AB8C with #8CA7AB are triadic colors.

2 #ABA78C and #A78CAB with #8CA7AB are triadic colors.