COLOR #8CABE6

HEX: #8CABE6
RGB: (140,171,230)

Color info

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

RGB color model

#8CABE6 color RGB value is (140,171,230).

  • red value is 140;
  • green value is 171;
  • blue value is 230.
RGB:
(140,171,230)
(55%,67%,90%)

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 230 of 255 = 90%

140
171
230

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 230 = 541 (100%)
R 140 of 541 ~ 25.88%
G 171 of 541 ~ 31.61%
B 230 of 541 ~ 42.51%

%25.88
%31.61
%42.51

CMYK color model

#8CABE6 color CMYK value is (39,26,0,10).

  • cyan value is 39.13%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,26,0,10)
C39M26Y0K10 
(39%,26%,0%,10%)
(0.39/0.26/0.00/0.10)	

CMYK percentages

%39.13
%25.65
%0
%9.8

Codes

Color #8CABE6 in popluar color models

8CABE6
RGB140171230
HSL219°64.29%72.55%
HSB/HSV219°39.13%90.20%
CMYK39.13%25.65%0.00%
9.80%

Color #8CABE6 in popluar number systems.

HEX8CABE6
Decimal140171230
Binary100011001010101111100110
Octal214253346

Shades and tints

Shades of #8CABE6

#8CABE6
(140,171,230)
#809CD2
(128,156,210)
#748DBE
(116,141,190)
#687EAA
(104,126,170)
#5C6F96
(92,111,150)
#506082
(80,96,130)
#44516E
(68,81,110)
#38425A
(56,66,90)
#2C3346
(44,51,70)
#202432
(32,36,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #8CABE6

#8CABE6
(140,171,230)
#96B2E8
(150,178,232)
#A0B9EA
(160,185,234)
#AAC0EC
(170,192,236)
#B4C7EE
(180,199,238)
#BECEF0
(190,206,240)
#C8D5F2
(200,213,242)
#D2DCF4
(210,220,244)
#DCE3F6
(220,227,246)
#E6EAF8
(230,234,248)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABE6; }

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

This text font color is #8CABE6.


Background Color

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

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

This div background color is #8CABE6.


Border color

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

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

This div border color is #8CABE6.


Opacity

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

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

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

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

This text has shadow with #8CABE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CABE6 on black background.


Color preview on white background

This text has color #8CABE6 on white background.



Black color preview on #8CABE6 background

This text has black color on #8CABE6 background.


White color preview on #8CABE6 background

This text has white color on #8CABE6 background.