COLOR #8CA1B3

HEX: #8CA1B3 RGB: (140,161,179)

Color info

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

RGB color model

#8CA1B3 color RGB value is (140,161,179).

RGB: (140,161,179) (55%, 63%, 70%)

RGB channels and saturation

R 140 of 255 = 55%
G 161 of 255 = 63%
B 179 of 255 = 70%

140
161
179

R + G + B ~ 63%. #8CA1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 161 + 179 = 480 (100%)
R 140 of 480 ~ 29.17%
G 161 of 480 ~ 33.54%
B 179 of 480 ~ 37.29'%

%29.17
%33.54
%37.29

CMYK color model

#8CA1B3 color CMYK value is (22,10,0,30).

  • cyan value is 21.79%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (22,10,0,30)
C22M10Y0K30 (22%, 10%, 0%, 30%)
(0.22 / 0.10 / 0.00 / 0.30)

CMYK percentages

%21.79
%10.06
%0
%29.8

Codes

Color #8CA1B3 in popluar color models

8C A1 B3
RGB 140 161 179
HSL 208° 20.42% 62.55%
HSB/HSV 208° 21.79% 70.20%
CMYK 21.79% 10.06% 0.00%
29.80%

Color #8CA1B3 in popluar number systems.

HEX 8C A1 B3
Decimal 140 161 179
Binary 10001100 10100001 10110011
Octal 214 241 263

Shades and tints

Shades of #8CA1B3

#8CA1B3
(140,161,179)
#8093A3
(128,147,163)
#748593
(116,133,147)
#687783
(104,119,131)
#5C6973
(92,105,115)
#505B63
(80,91,99)
#444D53
(68,77,83)
#383F43
(56,63,67)
#2C3133
(44,49,51)
#202323
(32,35,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8CA1B3

#8CA1B3
(140,161,179)
#96A9B9
(150,169,185)
#A0B1BF
(160,177,191)
#AAB9C5
(170,185,197)
#B4C1CB
(180,193,203)
#BEC9D1
(190,201,209)
#C8D1D7
(200,209,215)
#D2D9DD
(210,217,221)
#DCE1E3
(220,225,227)
#E6E9E9
(230,233,233)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA1B3 color. Also use rgb(140,161,179) instead hex code.

Text Font Color

.myTextColor { color: #8CA1B3; }

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

This text font color is #8CA1B3.

Background Color

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

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

This div background color is #8CA1B3.

Border color

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

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

This div border color is #8CA1B3.

Opacity

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

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

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

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

This text has shadow with #8CA1B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA1B3.

Preview

Color preview on black background

This text has color #8CA1B3 on black background.


Color preview on white background

This text has color #8CA1B3 on white background.


Black color preview on #8CA1B3 background

This text has black color on #8CA1B3 background.


White color preview on #8CA1B3 background

This text has white color on #8CA1B3 background.


Related colors

Complementary color

Complementary color for #hex is #735E4C.


I love getcolorcode.com

Triadic colors

1 #B38CA1 and #A1B38C with #8CA1B3 are triadic colors.

2 #B3A18C and #A18CB3 with #8CA1B3 are triadic colors.