COLOR #8CA8EA

HEX: #8CA8EA
RGB: (140,168,234)

Color info

#8CA8EA contains mainly blue color. Web safe color of #8CA8EA is #9999FF (or #99F).

RGB color model

#8CA8EA color RGB value is (140,168,234).

  • red value is 140;
  • green value is 168;
  • blue value is 234.
RGB:
(140,168,234)
(55%,66%,92%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 234 of 255 = 92%

140
168
234

R + G + B ~ 71%. #8CA8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 234 = 542 (100%)
R 140 of 542 ~ 25.83%
G 168 of 542 ~ 31%
B 234 of 542 ~ 43.17%

%25.83
%31
%43.17

CMYK color model

#8CA8EA color CMYK value is (40,28,0,8).

  • cyan value is 40.17%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(40,28,0,8)
C40M28Y0K8 
(40%,28%,0%,8%)
(0.40/0.28/0.00/0.08)	

CMYK percentages

%40.17
%28.21
%0
%8.24

Codes

Color #8CA8EA in popluar color models

8CA8EA
RGB140168234
HSL222°69.12%73.33%
HSB/HSV222°40.17%91.76%
CMYK40.17%28.21%0.00%
8.24%

Color #8CA8EA in popluar number systems.

HEX8CA8EA
Decimal140168234
Binary100011001010100011101010
Octal214250352

Shades and tints

Shades of #8CA8EA

#8CA8EA
(140,168,234)
#8099D5
(128,153,213)
#748AC0
(116,138,192)
#687BAB
(104,123,171)
#5C6C96
(92,108,150)
#505D81
(80,93,129)
#444E6C
(68,78,108)
#383F57
(56,63,87)
#2C3042
(44,48,66)
#20212D
(32,33,45)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #8CA8EA

#8CA8EA
(140,168,234)
#96AFEB
(150,175,235)
#A0B6EC
(160,182,236)
#AABDED
(170,189,237)
#B4C4EE
(180,196,238)
#BECBEF
(190,203,239)
#C8D2F0
(200,210,240)
#D2D9F1
(210,217,241)
#DCE0F2
(220,224,242)
#E6E7F3
(230,231,243)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA8EA color. Also use rgb(140,168,234) instead hex code.

Text Font Color

.myTextColor { color: #8CA8EA; }

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

This text font color is #8CA8EA.


Background Color

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

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

This div background color is #8CA8EA.


Border color

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

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

This div border color is #8CA8EA.


Opacity

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

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

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

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

This text has shadow with #8CA8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA8EA on black background.


Color preview on white background

This text has color #8CA8EA on white background.



Black color preview on #8CA8EA background

This text has black color on #8CA8EA background.


White color preview on #8CA8EA background

This text has white color on #8CA8EA background.