COLOR #8CD6CC

HEX: #8CD6CC
RGB: (140,214,204)

Color info

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

RGB color model

#8CD6CC color RGB value is (140,214,204).

  • red value is 140;
  • green value is 214;
  • blue value is 204.
RGB:
(140,214,204)
(55%,84%,80%)

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 204 of 255 = 80%

140
214
204

R + G + B ~ 73%. #8CD6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 214 + 204 = 558 (100%)
R 140 of 558 ~ 25.09%
G 214 of 558 ~ 38.35%
B 204 of 558 ~ 36.56%

%25.09
%38.35
%36.56

CMYK color model

#8CD6CC color CMYK value is (35,0,5,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(35,0,5,16)
C35M0Y5K16 
(35%,0%,5%,16%)
(0.35/0.00/0.05/0.16)	

CMYK percentages

%34.58
%0
%4.67
%16.08

Codes

Color #8CD6CC in popluar color models

8CD6CC
RGB140214204
HSL172°47.44%69.41%
HSB/HSV172°34.58%83.92%
CMYK34.58%0.00%4.67%
16.08%

Color #8CD6CC in popluar number systems.

HEX8CD6CC
Decimal140214204
Binary100011001101011011001100
Octal214326314

Shades and tints

Shades of #8CD6CC

#8CD6CC
(140,214,204)
#80C3BA
(128,195,186)
#74B0A8
(116,176,168)
#689D96
(104,157,150)
#5C8A84
(92,138,132)
#507772
(80,119,114)
#446460
(68,100,96)
#38514E
(56,81,78)
#2C3E3C
(44,62,60)
#202B2A
(32,43,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #8CD6CC

#8CD6CC
(140,214,204)
#96D9D0
(150,217,208)
#A0DCD4
(160,220,212)
#AADFD8
(170,223,216)
#B4E2DC
(180,226,220)
#BEE5E0
(190,229,224)
#C8E8E4
(200,232,228)
#D2EBE8
(210,235,232)
#DCEEEC
(220,238,236)
#E6F1F0
(230,241,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD6CC color. Also use rgb(140,214,204) instead hex code.

Text Font Color

.myTextColor { color: #8CD6CC; }

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

This text font color is #8CD6CC.


Background Color

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

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

This div background color is #8CD6CC.


Border color

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

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

This div border color is #8CD6CC.


Opacity

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

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

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

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

This text has shadow with #8CD6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD6CC on black background.


Color preview on white background

This text has color #8CD6CC on white background.



Black color preview on #8CD6CC background

This text has black color on #8CD6CC background.


White color preview on #8CD6CC background

This text has white color on #8CD6CC background.