COLOR #8CA2D6

HEX: #8CA2D6
RGB: (140,162,214)

Color info

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

RGB color model

#8CA2D6 color RGB value is (140,162,214).

  • red value is 140;
  • green value is 162;
  • blue value is 214.
RGB:
(140,162,214)
(55%,64%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 214 of 255 = 84%

140
162
214

R + G + B ~ 68%. #8CA2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 162 + 214 = 516 (100%)
R 140 of 516 ~ 27.13%
G 162 of 516 ~ 31.4%
B 214 of 516 ~ 41.47%

%27.13
%31.4
%41.47

CMYK color model

#8CA2D6 color CMYK value is (35,24,0,16).

  • cyan value is 34.58%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(35,24,0,16)
C35M24Y0K16 
(35%,24%,0%,16%)
(0.35/0.24/0.00/0.16)	

CMYK percentages

%34.58
%24.3
%0
%16.08

Codes

Color #8CA2D6 in popluar color models

8CA2D6
RGB140162214
HSL222°47.44%69.41%
HSB/HSV222°34.58%83.92%
CMYK34.58%24.30%0.00%
16.08%

Color #8CA2D6 in popluar number systems.

HEX8CA2D6
Decimal140162214
Binary100011001010001011010110
Octal214242326

Shades and tints

Shades of #8CA2D6

#8CA2D6
(140,162,214)
#8094C3
(128,148,195)
#7486B0
(116,134,176)
#68789D
(104,120,157)
#5C6A8A
(92,106,138)
#505C77
(80,92,119)
#444E64
(68,78,100)
#384051
(56,64,81)
#2C323E
(44,50,62)
#20242B
(32,36,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #8CA2D6

#8CA2D6
(140,162,214)
#96AAD9
(150,170,217)
#A0B2DC
(160,178,220)
#AABADF
(170,186,223)
#B4C2E2
(180,194,226)
#BECAE5
(190,202,229)
#C8D2E8
(200,210,232)
#D2DAEB
(210,218,235)
#DCE2EE
(220,226,238)
#E6EAF1
(230,234,241)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA2D6 color. Also use rgb(140,162,214) instead hex code.

Text Font Color

.myTextColor { color: #8CA2D6; }

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

This text font color is #8CA2D6.


Background Color

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

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

This div background color is #8CA2D6.


Border color

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

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

This div border color is #8CA2D6.


Opacity

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

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

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

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

This text has shadow with #8CA2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA2D6 on black background.


Color preview on white background

This text has color #8CA2D6 on white background.



Black color preview on #8CA2D6 background

This text has black color on #8CA2D6 background.


White color preview on #8CA2D6 background

This text has white color on #8CA2D6 background.