COLOR #8CB0E6

HEX: #8CB0E6
RGB: (140,176,230)

Color info

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

RGB color model

#8CB0E6 color RGB value is (140,176,230).

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

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 230 of 255 = 90%

140
176
230

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 230 = 546 (100%)
R 140 of 546 ~ 25.64%
G 176 of 546 ~ 32.23%
B 230 of 546 ~ 42.12%

%25.64
%32.23
%42.12

CMYK color model

#8CB0E6 color CMYK value is (39,23,0,10).

  • cyan value is 39.13%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,23,0,10)
C39M23Y0K10 
(39%,23%,0%,10%)
(0.39/0.23/0.00/0.10)	

CMYK percentages

%39.13
%23.48
%0
%9.8

Codes

Color #8CB0E6 in popluar color models

8CB0E6
RGB140176230
HSL216°64.29%72.55%
HSB/HSV216°39.13%90.20%
CMYK39.13%23.48%0.00%
9.80%

Color #8CB0E6 in popluar number systems.

HEX8CB0E6
Decimal140176230
Binary100011001011000011100110
Octal214260346

Shades and tints

Shades of #8CB0E6

#8CB0E6
(140,176,230)
#80A0D2
(128,160,210)
#7490BE
(116,144,190)
#6880AA
(104,128,170)
#5C7096
(92,112,150)
#506082
(80,96,130)
#44506E
(68,80,110)
#38405A
(56,64,90)
#2C3046
(44,48,70)
#202032
(32,32,50)
#14101E
(20,16,30)
#000000
(0,0,0)

Tints of #8CB0E6

#8CB0E6
(140,176,230)
#96B7E8
(150,183,232)
#A0BEEA
(160,190,234)
#AAC5EC
(170,197,236)
#B4CCEE
(180,204,238)
#BED3F0
(190,211,240)
#C8DAF2
(200,218,242)
#D2E1F4
(210,225,244)
#DCE8F6
(220,232,246)
#E6EFF8
(230,239,248)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB0E6; }

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

This text font color is #8CB0E6.


Background Color

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

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

This div background color is #8CB0E6.


Border color

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

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

This div border color is #8CB0E6.


Opacity

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

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

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

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

This text has shadow with #8CB0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB0E6 on black background.


Color preview on white background

This text has color #8CB0E6 on white background.



Black color preview on #8CB0E6 background

This text has black color on #8CB0E6 background.


White color preview on #8CB0E6 background

This text has white color on #8CB0E6 background.