COLOR #8CD2DF

HEX: #8CD2DF
RGB: (140,210,223)

Color info

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

RGB color model

#8CD2DF color RGB value is (140,210,223).

  • red value is 140;
  • green value is 210;
  • blue value is 223.
RGB:
(140,210,223)
(55%,82%,87%)

RGB channels and saturation

R 140 of 255 = 55%
G 210 of 255 = 82%
B 223 of 255 = 87%

140
210
223

R + G + B ~ 75%. #8CD2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 210 + 223 = 573 (100%)
R 140 of 573 ~ 24.43%
G 210 of 573 ~ 36.65%
B 223 of 573 ~ 38.92%

%24.43
%36.65
%38.92

CMYK color model

#8CD2DF color CMYK value is (37,6,0,13).

  • cyan value is 37.22%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(37,6,0,13)
C37M6Y0K13 
(37%,6%,0%,13%)
(0.37/0.06/0.00/0.13)	

CMYK percentages

%37.22
%5.83
%0
%12.55

Codes

Color #8CD2DF in popluar color models

8CD2DF
RGB140210223
HSL189°56.46%71.18%
HSB/HSV189°37.22%87.45%
CMYK37.22%5.83%0.00%
12.55%

Color #8CD2DF in popluar number systems.

HEX8CD2DF
Decimal140210223
Binary100011001101001011011111
Octal214322337

Shades and tints

Shades of #8CD2DF

#8CD2DF
(140,210,223)
#80BFCB
(128,191,203)
#74ACB7
(116,172,183)
#6899A3
(104,153,163)
#5C868F
(92,134,143)
#50737B
(80,115,123)
#446067
(68,96,103)
#384D53
(56,77,83)
#2C3A3F
(44,58,63)
#20272B
(32,39,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8CD2DF

#8CD2DF
(140,210,223)
#96D6E1
(150,214,225)
#A0DAE3
(160,218,227)
#AADEE5
(170,222,229)
#B4E2E7
(180,226,231)
#BEE6E9
(190,230,233)
#C8EAEB
(200,234,235)
#D2EEED
(210,238,237)
#DCF2EF
(220,242,239)
#E6F6F1
(230,246,241)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD2DF color. Also use rgb(140,210,223) instead hex code.

Text Font Color

.myTextColor { color: #8CD2DF; }

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

This text font color is #8CD2DF.


Background Color

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

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

This div background color is #8CD2DF.


Border color

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

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

This div border color is #8CD2DF.


Opacity

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

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

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

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

This text has shadow with #8CD2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD2DF on black background.


Color preview on white background

This text has color #8CD2DF on white background.



Black color preview on #8CD2DF background

This text has black color on #8CD2DF background.


White color preview on #8CD2DF background

This text has white color on #8CD2DF background.