COLOR #8CC0CF

HEX: #8CC0CF
RGB: (140,192,207)

Color info

#8CC0CF contains mainly green and blue colors. Web safe color of #8CC0CF is #99CCCC (or #9CC).

RGB color model

#8CC0CF color RGB value is (140,192,207).

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

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 207 of 255 = 81%

140
192
207

R + G + B ~ 70%. #8CC0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 207 = 539 (100%)
R 140 of 539 ~ 25.97%
G 192 of 539 ~ 35.62%
B 207 of 539 ~ 38.4%

%25.97
%35.62
%38.4

CMYK color model

#8CC0CF color CMYK value is (32,7,0,19).

  • cyan value is 32.37%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(32,7,0,19)
C32M7Y0K19 
(32%,7%,0%,19%)
(0.32/0.07/0.00/0.19)	

CMYK percentages

%32.37
%7.25
%0
%18.82

Codes

Color #8CC0CF in popluar color models

8CC0CF
RGB140192207
HSL193°41.10%68.04%
HSB/HSV193°32.37%81.18%
CMYK32.37%7.25%0.00%
18.82%

Color #8CC0CF in popluar number systems.

HEX8CC0CF
Decimal140192207
Binary100011001100000011001111
Octal214300317

Shades and tints

Shades of #8CC0CF

#8CC0CF
(140,192,207)
#80AFBD
(128,175,189)
#749EAB
(116,158,171)
#688D99
(104,141,153)
#5C7C87
(92,124,135)
#506B75
(80,107,117)
#445A63
(68,90,99)
#384951
(56,73,81)
#2C383F
(44,56,63)
#20272D
(32,39,45)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #8CC0CF

#8CC0CF
(140,192,207)
#96C5D3
(150,197,211)
#A0CAD7
(160,202,215)
#AACFDB
(170,207,219)
#B4D4DF
(180,212,223)
#BED9E3
(190,217,227)
#C8DEE7
(200,222,231)
#D2E3EB
(210,227,235)
#DCE8EF
(220,232,239)
#E6EDF3
(230,237,243)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC0CF; }

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

This text font color is #8CC0CF.


Background Color

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

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

This div background color is #8CC0CF.


Border color

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

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

This div border color is #8CC0CF.


Opacity

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

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

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

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

This text has shadow with #8CC0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC0CF on black background.


Color preview on white background

This text has color #8CC0CF on white background.



Black color preview on #8CC0CF background

This text has black color on #8CC0CF background.


White color preview on #8CC0CF background

This text has white color on #8CC0CF background.