COLOR #8CA4CA

HEX: #8CA4CA
RGB: (140,164,202)

Color info

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

RGB color model

#8CA4CA color RGB value is (140,164,202).

  • red value is 140;
  • green value is 164;
  • blue value is 202.
RGB:
(140,164,202)
(55%,64%,79%)

RGB channels and saturation

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

140
164
202

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 202 = 506 (100%)
R 140 of 506 ~ 27.67%
G 164 of 506 ~ 32.41%
B 202 of 506 ~ 39.92%

%27.67
%32.41
%39.92

CMYK color model

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

  • cyan value is 30.69%
  • magenta value is 18.81%
  • 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
%18.81
%0
%20.78

Codes

Color #8CA4CA in popluar color models

8CA4CA
RGB140164202
HSL217°36.90%67.06%
HSB/HSV217°30.69%79.22%
CMYK30.69%18.81%0.00%
20.78%

Color #8CA4CA in popluar number systems.

HEX8CA4CA
Decimal140164202
Binary100011001010010011001010
Octal214244312

Shades and tints

Shades of #8CA4CA

#8CA4CA
(140,164,202)
#8096B8
(128,150,184)
#7488A6
(116,136,166)
#687A94
(104,122,148)
#5C6C82
(92,108,130)
#505E70
(80,94,112)
#44505E
(68,80,94)
#38424C
(56,66,76)
#2C343A
(44,52,58)
#202628
(32,38,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CA4CA

#8CA4CA
(140,164,202)
#96ACCE
(150,172,206)
#A0B4D2
(160,180,210)
#AABCD6
(170,188,214)
#B4C4DA
(180,196,218)
#BECCDE
(190,204,222)
#C8D4E2
(200,212,226)
#D2DCE6
(210,220,230)
#DCE4EA
(220,228,234)
#E6ECEE
(230,236,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA4CA; }

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

This text font color is #8CA4CA.


Background Color

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

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

This div background color is #8CA4CA.


Border color

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

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

This div border color is #8CA4CA.


Opacity

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

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

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

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

This text has shadow with #8CA4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA4CA on black background.


Color preview on white background

This text has color #8CA4CA on white background.



Black color preview on #8CA4CA background

This text has black color on #8CA4CA background.


White color preview on #8CA4CA background

This text has white color on #8CA4CA background.