COLOR #8CA3CA

HEX: #8CA3CA RGB: (140,163,202)

Color info

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

RGB color model

#8CA3CA color RGB value is (140,163,202).

RGB: (140,163,202) (55%, 64%, 79%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 202 of 255 = 79%

140
163
202

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

Portions of RGB colors in percentages

R + G + B = 140 + 163 + 202 = 505 (100%)
R 140 of 505 ~ 27.72%
G 163 of 505 ~ 32.28%
B 202 of 505 ~ 40'%

%27.72
%32.28
%40

CMYK color model

#8CA3CA color CMYK value is (31,19,0,21).

  • cyan value is 30.69%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (31,19,0,21) C31M19Y0K21 (31%,19%,0%,21%) (0.31/0.19/0.00/0.21) 

CMYK percentages

%30.69
%19.31
%0
%20.78

Codes

Color #8CA3CA in popluar color models

8C A3 CA
RGB 140 163 202
HSL 218° 36.90% 67.06%
HSB/HSV 218° 30.69% 79.22%
CMYK 30.69% 19.31% 0.00%
20.78%

Color #8CA3CA in popluar number systems.

HEX 8C A3 CA
Decimal 140 163 202
Binary 10001100 10100011 11001010
Octal 214 243 312

Shades and tints

Shades of #8CA3CA

#8CA3CA
(140,163,202)
#8095B8
(128,149,184)
#7487A6
(116,135,166)
#687994
(104,121,148)
#5C6B82
(92,107,130)
#505D70
(80,93,112)
#444F5E
(68,79,94)
#38414C
(56,65,76)
#2C333A
(44,51,58)
#202528
(32,37,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #8CA3CA

#8CA3CA
(140,163,202)
#96ABCE
(150,171,206)
#A0B3D2
(160,179,210)
#AABBD6
(170,187,214)
#B4C3DA
(180,195,218)
#BECBDE
(190,203,222)
#C8D3E2
(200,211,226)
#D2DBE6
(210,219,230)
#DCE3EA
(220,227,234)
#E6EBEE
(230,235,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA3CA color. Also use rgb(140,163,202) instead hex code.

Text Font Color

.myTextColor { color: #8CA3CA; }

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

This text font color is #8CA3CA.

Background Color

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

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

This div background color is #8CA3CA.

Border color

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

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

This div border color is #8CA3CA.

Opacity

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

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

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

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

This text has shadow with #8CA3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA3CA.

Preview

Color preview on black background

This text has color #8CA3CA on black background.


Color preview on white background

This text has color #8CA3CA on white background.


Black color preview on #8CA3CA background

This text has black color on #8CA3CA background.


White color preview on #8CA3CA background

This text has white color on #8CA3CA background.


Related colors

Complementary color

Complementary color for #hex is #735C35.


I love getcolorcode.com

Triadic colors

1 #CA8CA3 and #A3CA8C with #8CA3CA are triadic colors.

2 #CAA38C and #A38CCA with #8CA3CA are triadic colors.