COLOR #8CC0CD

HEX: #8CC0CD
RGB: (140,192,205)

Color info

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

RGB color model

#8CC0CD color RGB value is (140,192,205).

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

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 205 of 255 = 80%

140
192
205

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

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 205 = 537 (100%)
R 140 of 537 ~ 26.07%
G 192 of 537 ~ 35.75%
B 205 of 537 ~ 38.18%

%26.07
%35.75
%38.18

CMYK color model

#8CC0CD color CMYK value is (32,6,0,20).

  • cyan value is 31.71%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(32,6,0,20)
C32M6Y0K20 
(32%,6%,0%,20%)
(0.32/0.06/0.00/0.20)	

CMYK percentages

%31.71
%6.34
%0
%19.61

Codes

Color #8CC0CD in popluar color models

8CC0CD
RGB140192205
HSL192°39.39%67.65%
HSB/HSV192°31.71%80.39%
CMYK31.71%6.34%0.00%
19.61%

Color #8CC0CD in popluar number systems.

HEX8CC0CD
Decimal140192205
Binary100011001100000011001101
Octal214300315

Shades and tints

Shades of #8CC0CD

#8CC0CD
(140,192,205)
#80AFBB
(128,175,187)
#749EA9
(116,158,169)
#688D97
(104,141,151)
#5C7C85
(92,124,133)
#506B73
(80,107,115)
#445A61
(68,90,97)
#38494F
(56,73,79)
#2C383D
(44,56,61)
#20272B
(32,39,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #8CC0CD

#8CC0CD
(140,192,205)
#96C5D1
(150,197,209)
#A0CAD5
(160,202,213)
#AACFD9
(170,207,217)
#B4D4DD
(180,212,221)
#BED9E1
(190,217,225)
#C8DEE5
(200,222,229)
#D2E3E9
(210,227,233)
#DCE8ED
(220,232,237)
#E6EDF1
(230,237,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC0CD; }

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

This text font color is #8CC0CD.


Background Color

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

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

This div background color is #8CC0CD.


Border color

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

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

This div border color is #8CC0CD.


Opacity

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

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

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

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

This text has shadow with #8CC0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC0CD on black background.


Color preview on white background

This text has color #8CC0CD on white background.



Black color preview on #8CC0CD background

This text has black color on #8CC0CD background.


White color preview on #8CC0CD background

This text has white color on #8CC0CD background.