COLOR #8CDCD6

HEX: #8CDCD6 RGB: (140,220,214)

Color info

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

RGB color model

#8CDCD6 color RGB value is (140,220,214).

RGB: (140,220,214) (55%, 86%, 84%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 214 of 255 = 84%

140
220
214

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

Portions of RGB colors in percentages

R + G + B = 140 + 220 + 214 = 574 (100%)
R 140 of 574 ~ 24.39%
G 220 of 574 ~ 38.33%
B 214 of 574 ~ 37.28'%

%24.39
%38.33
%37.28

CMYK color model

#8CDCD6 color CMYK value is (36,0,3,14).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%

CMYK: (36,0,3,14)
C36M0Y3K14 (36%, 0%, 3%, 14%)
(0.36 / 0.00 / 0.03 / 0.14)

CMYK percentages

%36.36
%0
%2.73
%13.73

Codes

Color #8CDCD6 in popluar color models

8C DC D6
RGB 140 220 214
HSL 176° 53.33% 70.59%
HSB/HSV 176° 36.36% 86.27%
CMYK 36.36% 0.00% 2.73%
13.73%

Color #8CDCD6 in popluar number systems.

HEX 8C DC D6
Decimal 140 220 214
Binary 10001100 11011100 11010110
Octal 214 334 326

Shades and tints

Shades of #8CDCD6

#8CDCD6
(140,220,214)
#80C8C3
(128,200,195)
#74B4B0
(116,180,176)
#68A09D
(104,160,157)
#5C8C8A
(92,140,138)
#507877
(80,120,119)
#446464
(68,100,100)
#385051
(56,80,81)
#2C3C3E
(44,60,62)
#20282B
(32,40,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #8CDCD6

#8CDCD6
(140,220,214)
#96DFD9
(150,223,217)
#A0E2DC
(160,226,220)
#AAE5DF
(170,229,223)
#B4E8E2
(180,232,226)
#BEEBE5
(190,235,229)
#C8EEE8
(200,238,232)
#D2F1EB
(210,241,235)
#DCF4EE
(220,244,238)
#E6F7F1
(230,247,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CDCD6; }

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

This text font color is #8CDCD6.

Background Color

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

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

This div background color is #8CDCD6.

Border color

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

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

This div border color is #8CDCD6.

Opacity

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

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

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

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

This text has shadow with #8CDCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDCD6.

Preview

Color preview on black background

This text has color #8CDCD6 on black background.


Color preview on white background

This text has color #8CDCD6 on white background.


Black color preview on #8CDCD6 background

This text has black color on #8CDCD6 background.


White color preview on #8CDCD6 background

This text has white color on #8CDCD6 background.


Related colors

Complementary color

Complementary color for #hex is #732329.


I love getcolorcode.com

Triadic colors

1 #D68CDC and #DCD68C with #8CDCD6 are triadic colors.

2 #D6DC8C and #DC8CD6 with #8CDCD6 are triadic colors.