COLOR #8CC0F6

HEX: #8CC0F6
RGB: (140,192,246)

Color info

#8CC0F6 contains mainly green and blue colors. Web safe color of #8CC0F6 is #99CCFF (or #9CF).

RGB color model

#8CC0F6 color RGB value is (140,192,246).

  • red value is 140;
  • green value is 192;
  • blue value is 246.
RGB:
(140,192,246)
(55%,75%,96%)

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 246 of 255 = 96%

140
192
246

R + G + B ~ 75%. #8CC0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 246 = 578 (100%)
R 140 of 578 ~ 24.22%
G 192 of 578 ~ 33.22%
B 246 of 578 ~ 42.56%

%24.22
%33.22
%42.56

CMYK color model

#8CC0F6 color CMYK value is (43,22,0,4).

  • cyan value is 43.09%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,22,0,4)
C43M22Y0K4 
(43%,22%,0%,4%)
(0.43/0.22/0.00/0.04)	

CMYK percentages

%43.09
%21.95
%0
%3.53

Codes

Color #8CC0F6 in popluar color models

8CC0F6
RGB140192246
HSL211°85.48%75.69%
HSB/HSV211°43.09%96.47%
CMYK43.09%21.95%0.00%
3.53%

Color #8CC0F6 in popluar number systems.

HEX8CC0F6
Decimal140192246
Binary100011001100000011110110
Octal214300366

Shades and tints

Shades of #8CC0F6

#8CC0F6
(140,192,246)
#80AFE0
(128,175,224)
#749ECA
(116,158,202)
#688DB4
(104,141,180)
#5C7C9E
(92,124,158)
#506B88
(80,107,136)
#445A72
(68,90,114)
#38495C
(56,73,92)
#2C3846
(44,56,70)
#202730
(32,39,48)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #8CC0F6

#8CC0F6
(140,192,246)
#96C5F6
(150,197,246)
#A0CAF6
(160,202,246)
#AACFF6
(170,207,246)
#B4D4F6
(180,212,246)
#BED9F6
(190,217,246)
#C8DEF6
(200,222,246)
#D2E3F6
(210,227,246)
#DCE8F6
(220,232,246)
#E6EDF6
(230,237,246)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC0F6 color. Also use rgb(140,192,246) instead hex code.

Text Font Color

.myTextColor { color: #8CC0F6; }

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

This text font color is #8CC0F6.


Background Color

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

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

This div background color is #8CC0F6.


Border color

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

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

This div border color is #8CC0F6.


Opacity

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

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

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

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

This text has shadow with #8CC0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC0F6 on black background.


Color preview on white background

This text has color #8CC0F6 on white background.



Black color preview on #8CC0F6 background

This text has black color on #8CC0F6 background.


White color preview on #8CC0F6 background

This text has white color on #8CC0F6 background.