COLOR #8CA0E6

HEX: #8CA0E6 RGB: (140,160,230)

Color info

#8CA0E6 contains mainly blue color. Web safe color of #8CA0E6 is #9999CC (or #99C).

RGB color model

#8CA0E6 color RGB value is (140,160,230).

RGB: (140,160,230) (55%, 63%, 90%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 230 of 255 = 90%

140
160
230

R + G + B ~ 69%. #8CA0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 160 + 230 = 530 (100%)
R 140 of 530 ~ 26.42%
G 160 of 530 ~ 30.19%
B 230 of 530 ~ 43.4'%

%26.42
%30.19
%43.4

CMYK color model

#8CA0E6 color CMYK value is (39,30,0,10).

  • cyan value is 39.13%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (39,30,0,10)
C39M30Y0K10 (39%, 30%, 0%, 10%)
(0.39 / 0.30 / 0.00 / 0.10)

CMYK percentages

%39.13
%30.43
%0
%9.8

Codes

Color #8CA0E6 in popluar color models

8C A0 E6
RGB 140 160 230
HSL 227° 64.29% 72.55%
HSB/HSV 227° 39.13% 90.20%
CMYK 39.13% 30.43% 0.00%
9.80%

Color #8CA0E6 in popluar number systems.

HEX 8C A0 E6
Decimal 140 160 230
Binary 10001100 10100000 11100110
Octal 214 240 346

Shades and tints

Shades of #8CA0E6

#8CA0E6
(140,160,230)
#8092D2
(128,146,210)
#7484BE
(116,132,190)
#6876AA
(104,118,170)
#5C6896
(92,104,150)
#505A82
(80,90,130)
#444C6E
(68,76,110)
#383E5A
(56,62,90)
#2C3046
(44,48,70)
#202232
(32,34,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #8CA0E6

#8CA0E6
(140,160,230)
#96A8E8
(150,168,232)
#A0B0EA
(160,176,234)
#AAB8EC
(170,184,236)
#B4C0EE
(180,192,238)
#BEC8F0
(190,200,240)
#C8D0F2
(200,208,242)
#D2D8F4
(210,216,244)
#DCE0F6
(220,224,246)
#E6E8F8
(230,232,248)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA0E6 color. Also use rgb(140,160,230) instead hex code.

Text Font Color

.myTextColor { color: #8CA0E6; }

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

This text font color is #8CA0E6.

Background Color

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

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

This div background color is #8CA0E6.

Border color

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

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

This div border color is #8CA0E6.

Opacity

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

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

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

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

This text has shadow with #8CA0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA0E6.

Preview

Color preview on black background

This text has color #8CA0E6 on black background.


Color preview on white background

This text has color #8CA0E6 on white background.


Black color preview on #8CA0E6 background

This text has black color on #8CA0E6 background.


White color preview on #8CA0E6 background

This text has white color on #8CA0E6 background.


Related colors

Complementary color

Complementary color for #hex is #735F19.


I love getcolorcode.com

Triadic colors

1 #E68CA0 and #A0E68C with #8CA0E6 are triadic colors.

2 #E6A08C and #A08CE6 with #8CA0E6 are triadic colors.