COLOR #8CA1CB

HEX: #8CA1CB RGB: (140,161,203)

Color info

#8CA1CB contains mainly green and blue colors. Web safe color of #8CA1CB is #9999CC (or #99C).

RGB color model

#8CA1CB color RGB value is (140,161,203).

RGB: (140,161,203) (55%, 63%, 80%)

RGB channels and saturation

R 140 of 255 = 55%
G 161 of 255 = 63%
B 203 of 255 = 80%

140
161
203

R + G + B ~ 66%. #8CA1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 161 + 203 = 504 (100%)
R 140 of 504 ~ 27.78%
G 161 of 504 ~ 31.94%
B 203 of 504 ~ 40.28'%

%27.78
%31.94
%40.28

CMYK color model

#8CA1CB color CMYK value is (31,21,0,20).

  • cyan value is 31.03%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (31,21,0,20)
C31M21Y0K20 (31%, 21%, 0%, 20%)
(0.31 / 0.21 / 0.00 / 0.20)

CMYK percentages

%31.03
%20.69
%0
%20.39

Codes

Color #8CA1CB in popluar color models

8C A1 CB
RGB 140 161 203
HSL 220° 37.72% 67.25%
HSB/HSV 220° 31.03% 79.61%
CMYK 31.03% 20.69% 0.00%
20.39%

Color #8CA1CB in popluar number systems.

HEX 8C A1 CB
Decimal 140 161 203
Binary 10001100 10100001 11001011
Octal 214 241 313

Shades and tints

Shades of #8CA1CB

#8CA1CB
(140,161,203)
#8093B9
(128,147,185)
#7485A7
(116,133,167)
#687795
(104,119,149)
#5C6983
(92,105,131)
#505B71
(80,91,113)
#444D5F
(68,77,95)
#383F4D
(56,63,77)
#2C313B
(44,49,59)
#202329
(32,35,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #8CA1CB

#8CA1CB
(140,161,203)
#96A9CF
(150,169,207)
#A0B1D3
(160,177,211)
#AAB9D7
(170,185,215)
#B4C1DB
(180,193,219)
#BEC9DF
(190,201,223)
#C8D1E3
(200,209,227)
#D2D9E7
(210,217,231)
#DCE1EB
(220,225,235)
#E6E9EF
(230,233,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA1CB; }

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

This text font color is #8CA1CB.

Background Color

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

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

This div background color is #8CA1CB.

Border color

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

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

This div border color is #8CA1CB.

Opacity

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

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

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

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

This text has shadow with #8CA1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA1CB.

Preview

Color preview on black background

This text has color #8CA1CB on black background.


Color preview on white background

This text has color #8CA1CB on white background.


Black color preview on #8CA1CB background

This text has black color on #8CA1CB background.


White color preview on #8CA1CB background

This text has white color on #8CA1CB background.


Related colors

Complementary color

Complementary color for #hex is #735E34.


I love getcolorcode.com

Triadic colors

1 #CB8CA1 and #A1CB8C with #8CA1CB are triadic colors.

2 #CBA18C and #A18CCB with #8CA1CB are triadic colors.