COLOR #8CC6D6

HEX: #8CC6D6 RGB: (140,198,214)

Color info

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

RGB color model

#8CC6D6 color RGB value is (140,198,214).

RGB: (140,198,214) (55%, 78%, 84%)

RGB channels and saturation

R 140 of 255 = 55%
G 198 of 255 = 78%
B 214 of 255 = 84%

140
198
214

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

Portions of RGB colors in percentages

R + G + B = 140 + 198 + 214 = 552 (100%)
R 140 of 552 ~ 25.36%
G 198 of 552 ~ 35.87%
B 214 of 552 ~ 38.77'%

%25.36
%35.87
%38.77

CMYK color model

#8CC6D6 color CMYK value is (35,7,0,16).

  • cyan value is 34.58%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (35,7,0,16) C35M7Y0K16 (35%,7%,0%,16%) (0.35/0.07/0.00/0.16) 

CMYK percentages

%34.58
%7.48
%0
%16.08

Codes

Color #8CC6D6 in popluar color models

8C C6 D6
RGB 140 198 214
HSL 193° 47.44% 69.41%
HSB/HSV 193° 34.58% 83.92%
CMYK 34.58% 7.48% 0.00%
16.08%

Color #8CC6D6 in popluar number systems.

HEX 8C C6 D6
Decimal 140 198 214
Binary 10001100 11000110 11010110
Octal 214 306 326

Shades and tints

Shades of #8CC6D6

#8CC6D6
(140,198,214)
#80B4C3
(128,180,195)
#74A2B0
(116,162,176)
#68909D
(104,144,157)
#5C7E8A
(92,126,138)
#506C77
(80,108,119)
#445A64
(68,90,100)
#384851
(56,72,81)
#2C363E
(44,54,62)
#20242B
(32,36,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #8CC6D6

#8CC6D6
(140,198,214)
#96CBD9
(150,203,217)
#A0D0DC
(160,208,220)
#AAD5DF
(170,213,223)
#B4DAE2
(180,218,226)
#BEDFE5
(190,223,229)
#C8E4E8
(200,228,232)
#D2E9EB
(210,233,235)
#DCEEEE
(220,238,238)
#E6F3F1
(230,243,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC6D6; }

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

This text font color is #8CC6D6.

Background Color

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

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

This div background color is #8CC6D6.

Border color

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

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

This div border color is #8CC6D6.

Opacity

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

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

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

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

This text has shadow with #8CC6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC6D6.

Preview

Color preview on black background

This text has color #8CC6D6 on black background.


Color preview on white background

This text has color #8CC6D6 on white background.


Black color preview on #8CC6D6 background

This text has black color on #8CC6D6 background.


White color preview on #8CC6D6 background

This text has white color on #8CC6D6 background.


Related colors

Complementary color

Complementary color for #hex is #733929.


I love getcolorcode.com

Triadic colors

1 #D68CC6 and #C6D68C with #8CC6D6 are triadic colors.

2 #D6C68C and #C68CD6 with #8CC6D6 are triadic colors.