COLOR #8CD8CF

HEX: #8CD8CF
RGB: (140,216,207)

Color info

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

RGB color model

#8CD8CF color RGB value is (140,216,207).

  • red value is 140;
  • green value is 216;
  • blue value is 207.
RGB:
(140,216,207)
(55%,85%,81%)

RGB channels and saturation

R 140 of 255 = 55%
G 216 of 255 = 85%
B 207 of 255 = 81%

140
216
207

R + G + B ~ 74%. #8CD8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 216 + 207 = 563 (100%)
R 140 of 563 ~ 24.87%
G 216 of 563 ~ 38.37%
B 207 of 563 ~ 36.77%

%24.87
%38.37
%36.77

CMYK color model

#8CD8CF color CMYK value is (35,0,4,15).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(35,0,4,15)
C35M0Y4K15 
(35%,0%,4%,15%)
(0.35/0.00/0.04/0.15)	

CMYK percentages

%35.19
%0
%4.17
%15.29

Codes

Color #8CD8CF in popluar color models

8CD8CF
RGB140216207
HSL173°49.35%69.80%
HSB/HSV173°35.19%84.71%
CMYK35.19%0.00%4.17%
15.29%

Color #8CD8CF in popluar number systems.

HEX8CD8CF
Decimal140216207
Binary100011001101100011001111
Octal214330317

Shades and tints

Shades of #8CD8CF

#8CD8CF
(140,216,207)
#80C5BD
(128,197,189)
#74B2AB
(116,178,171)
#689F99
(104,159,153)
#5C8C87
(92,140,135)
#507975
(80,121,117)
#446663
(68,102,99)
#385351
(56,83,81)
#2C403F
(44,64,63)
#202D2D
(32,45,45)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #8CD8CF

#8CD8CF
(140,216,207)
#96DBD3
(150,219,211)
#A0DED7
(160,222,215)
#AAE1DB
(170,225,219)
#B4E4DF
(180,228,223)
#BEE7E3
(190,231,227)
#C8EAE7
(200,234,231)
#D2EDEB
(210,237,235)
#DCF0EF
(220,240,239)
#E6F3F3
(230,243,243)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD8CF color. Also use rgb(140,216,207) instead hex code.

Text Font Color

.myTextColor { color: #8CD8CF; }

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

This text font color is #8CD8CF.


Background Color

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

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

This div background color is #8CD8CF.


Border color

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

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

This div border color is #8CD8CF.


Opacity

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

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

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

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

This text has shadow with #8CD8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD8CF on black background.


Color preview on white background

This text has color #8CD8CF on white background.



Black color preview on #8CD8CF background

This text has black color on #8CD8CF background.


White color preview on #8CD8CF background

This text has white color on #8CD8CF background.