COLOR #8CC5C0

HEX: #8CC5C0
RGB: (140,197,192)

Color info

#8CC5C0 contains red, green and blue colors in about the same proportion. Web safe color of #8CC5C0 is #99CCCC (or #9CC).

RGB color model

#8CC5C0 color RGB value is (140,197,192).

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

RGB channels and saturation

R 140 of 255 = 55%
G 197 of 255 = 77%
B 192 of 255 = 75%

140
197
192

R + G + B ~ 69%. #8CC5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 197 + 192 = 529 (100%)
R 140 of 529 ~ 26.47%
G 197 of 529 ~ 37.24%
B 192 of 529 ~ 36.29%

%26.47
%37.24
%36.29

CMYK color model

#8CC5C0 color CMYK value is (29,0,3,23).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 22.75%
CMYK:
(29,0,3,23)
C29M0Y3K23 
(29%,0%,3%,23%)
(0.29/0.00/0.03/0.23)	

CMYK percentages

%28.93
%0
%2.54
%22.75

Codes

Color #8CC5C0 in popluar color models

8CC5C0
RGB140197192
HSL175°32.95%66.08%
HSB/HSV175°28.93%77.25%
CMYK28.93%0.00%2.54%
22.75%

Color #8CC5C0 in popluar number systems.

HEX8CC5C0
Decimal140197192
Binary100011001100010111000000
Octal214305300

Shades and tints

Shades of #8CC5C0

#8CC5C0
(140,197,192)
#80B4AF
(128,180,175)
#74A39E
(116,163,158)
#68928D
(104,146,141)
#5C817C
(92,129,124)
#50706B
(80,112,107)
#445F5A
(68,95,90)
#384E49
(56,78,73)
#2C3D38
(44,61,56)
#202C27
(32,44,39)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #8CC5C0

#8CC5C0
(140,197,192)
#96CAC5
(150,202,197)
#A0CFCA
(160,207,202)
#AAD4CF
(170,212,207)
#B4D9D4
(180,217,212)
#BEDED9
(190,222,217)
#C8E3DE
(200,227,222)
#D2E8E3
(210,232,227)
#DCEDE8
(220,237,232)
#E6F2ED
(230,242,237)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC5C0; }

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

This text font color is #8CC5C0.


Background Color

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

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

This div background color is #8CC5C0.


Border color

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

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

This div border color is #8CC5C0.


Opacity

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

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

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

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

This text has shadow with #8CC5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC5C0 on black background.


Color preview on white background

This text has color #8CC5C0 on white background.



Black color preview on #8CC5C0 background

This text has black color on #8CC5C0 background.


White color preview on #8CC5C0 background

This text has white color on #8CC5C0 background.