COLOR #8CC2C5

HEX: #8CC2C5
RGB: (140,194,197)

Color info

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

RGB color model

#8CC2C5 color RGB value is (140,194,197).

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

RGB channels and saturation

R 140 of 255 = 55%
G 194 of 255 = 76%
B 197 of 255 = 77%

140
194
197

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

Portions of RGB colors in percentages

R + G + B =
140 + 194 + 197 = 531 (100%)
R 140 of 531 ~ 26.37%
G 194 of 531 ~ 36.53%
B 197 of 531 ~ 37.1%

%26.37
%36.53
%37.1

CMYK color model

#8CC2C5 color CMYK value is (29,2,0,23).

  • cyan value is 28.93%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(29,2,0,23)
C29M2Y0K23 
(29%,2%,0%,23%)
(0.29/0.02/0.00/0.23)	

CMYK percentages

%28.93
%1.52
%0
%22.75

Codes

Color #8CC2C5 in popluar color models

8CC2C5
RGB140194197
HSL183°32.95%66.08%
HSB/HSV183°28.93%77.25%
CMYK28.93%1.52%0.00%
22.75%

Color #8CC2C5 in popluar number systems.

HEX8CC2C5
Decimal140194197
Binary100011001100001011000101
Octal214302305

Shades and tints

Shades of #8CC2C5

#8CC2C5
(140,194,197)
#80B1B4
(128,177,180)
#74A0A3
(116,160,163)
#688F92
(104,143,146)
#5C7E81
(92,126,129)
#506D70
(80,109,112)
#445C5F
(68,92,95)
#384B4E
(56,75,78)
#2C3A3D
(44,58,61)
#20292C
(32,41,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #8CC2C5

#8CC2C5
(140,194,197)
#96C7CA
(150,199,202)
#A0CCCF
(160,204,207)
#AAD1D4
(170,209,212)
#B4D6D9
(180,214,217)
#BEDBDE
(190,219,222)
#C8E0E3
(200,224,227)
#D2E5E8
(210,229,232)
#DCEAED
(220,234,237)
#E6EFF2
(230,239,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC2C5; }

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

This text font color is #8CC2C5.


Background Color

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

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

This div background color is #8CC2C5.


Border color

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

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

This div border color is #8CC2C5.


Opacity

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

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

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

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

This text has shadow with #8CC2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC2C5 on black background.


Color preview on white background

This text has color #8CC2C5 on white background.



Black color preview on #8CC2C5 background

This text has black color on #8CC2C5 background.


White color preview on #8CC2C5 background

This text has white color on #8CC2C5 background.