COLOR #8CD6C1

HEX: #8CD6C1
RGB: (140,214,193)

Color info

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

RGB color model

#8CD6C1 color RGB value is (140,214,193).

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

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 193 of 255 = 76%

140
214
193

R + G + B ~ 72%. #8CD6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 214 + 193 = 547 (100%)
R 140 of 547 ~ 25.59%
G 214 of 547 ~ 39.12%
B 193 of 547 ~ 35.28%

%25.59
%39.12
%35.28

CMYK color model

#8CD6C1 color CMYK value is (35,0,10,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 9.81%
  • key color value is 16.08%
CMYK:
(35,0,10,16)
C35M0Y10K16 
(35%,0%,10%,16%)
(0.35/0.00/0.10/0.16)	

CMYK percentages

%34.58
%0
%9.81
%16.08

Codes

Color #8CD6C1 in popluar color models

8CD6C1
RGB140214193
HSL163°47.44%69.41%
HSB/HSV163°34.58%83.92%
CMYK34.58%0.00%9.81%
16.08%

Color #8CD6C1 in popluar number systems.

HEX8CD6C1
Decimal140214193
Binary100011001101011011000001
Octal214326301

Shades and tints

Shades of #8CD6C1

#8CD6C1
(140,214,193)
#80C3B0
(128,195,176)
#74B09F
(116,176,159)
#689D8E
(104,157,142)
#5C8A7D
(92,138,125)
#50776C
(80,119,108)
#44645B
(68,100,91)
#38514A
(56,81,74)
#2C3E39
(44,62,57)
#202B28
(32,43,40)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #8CD6C1

#8CD6C1
(140,214,193)
#96D9C6
(150,217,198)
#A0DCCB
(160,220,203)
#AADFD0
(170,223,208)
#B4E2D5
(180,226,213)
#BEE5DA
(190,229,218)
#C8E8DF
(200,232,223)
#D2EBE4
(210,235,228)
#DCEEE9
(220,238,233)
#E6F1EE
(230,241,238)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD6C1; }

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

This text font color is #8CD6C1.


Background Color

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

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

This div background color is #8CD6C1.


Border color

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

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

This div border color is #8CD6C1.


Opacity

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

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

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

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

This text has shadow with #8CD6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD6C1 on black background.


Color preview on white background

This text has color #8CD6C1 on white background.



Black color preview on #8CD6C1 background

This text has black color on #8CD6C1 background.


White color preview on #8CD6C1 background

This text has white color on #8CD6C1 background.