COLOR #8CA3DC

HEX: #8CA3DC
RGB: (140,163,220)

Color info

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

RGB color model

#8CA3DC color RGB value is (140,163,220).

  • red value is 140;
  • green value is 163;
  • blue value is 220.
RGB:
(140,163,220)
(55%,64%,86%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 220 of 255 = 86%

140
163
220

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

Portions of RGB colors in percentages

R + G + B =
140 + 163 + 220 = 523 (100%)
R 140 of 523 ~ 26.77%
G 163 of 523 ~ 31.17%
B 220 of 523 ~ 42.07%

%26.77
%31.17
%42.07

CMYK color model

#8CA3DC color CMYK value is (36,26,0,14).

  • cyan value is 36.36%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,26,0,14)
C36M26Y0K14 
(36%,26%,0%,14%)
(0.36/0.26/0.00/0.14)	

CMYK percentages

%36.36
%25.91
%0
%13.73

Codes

Color #8CA3DC in popluar color models

8CA3DC
RGB140163220
HSL223°53.33%70.59%
HSB/HSV223°36.36%86.27%
CMYK36.36%25.91%0.00%
13.73%

Color #8CA3DC in popluar number systems.

HEX8CA3DC
Decimal140163220
Binary100011001010001111011100
Octal214243334

Shades and tints

Shades of #8CA3DC

#8CA3DC
(140,163,220)
#8095C8
(128,149,200)
#7487B4
(116,135,180)
#6879A0
(104,121,160)
#5C6B8C
(92,107,140)
#505D78
(80,93,120)
#444F64
(68,79,100)
#384150
(56,65,80)
#2C333C
(44,51,60)
#202528
(32,37,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #8CA3DC

#8CA3DC
(140,163,220)
#96ABDF
(150,171,223)
#A0B3E2
(160,179,226)
#AABBE5
(170,187,229)
#B4C3E8
(180,195,232)
#BECBEB
(190,203,235)
#C8D3EE
(200,211,238)
#D2DBF1
(210,219,241)
#DCE3F4
(220,227,244)
#E6EBF7
(230,235,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA3DC; }

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

This text font color is #8CA3DC.


Background Color

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

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

This div background color is #8CA3DC.


Border color

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

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

This div border color is #8CA3DC.


Opacity

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

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

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

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

This text has shadow with #8CA3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA3DC on black background.


Color preview on white background

This text has color #8CA3DC on white background.



Black color preview on #8CA3DC background

This text has black color on #8CA3DC background.


White color preview on #8CA3DC background

This text has white color on #8CA3DC background.