COLOR #6CE8DC

HEX: #6CE8DC RGB: (108,232,220)

Color info

#6CE8DC contains mainly green and blue colors. Web safe color of #6CE8DC is #66FFCC (or #6FC).

RGB color model

#6CE8DC color RGB value is (108,232,220).

RGB: (108,232,220) (42%, 91%, 86%)

RGB channels and saturation

R 108 of 255 = 42%
G 232 of 255 = 91%
B 220 of 255 = 86%

108
232
220

R + G + B ~ 73%. #6CE8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 232 + 220 = 560 (100%)
R 108 of 560 ~ 19.29%
G 232 of 560 ~ 41.43%
B 220 of 560 ~ 39.29'%

%19.29
%41.43
%39.29

CMYK color model

#6CE8DC color CMYK value is (53,0,5,9).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (53,0,5,9)
C53M0Y5K9 (53%, 0%, 5%, 9%)
(0.53 / 0.00 / 0.05 / 0.09)

CMYK percentages

%53.45
%0
%5.17
%9.02

Codes

Color #6CE8DC in popluar color models

6C E8 DC
RGB 108 232 220
HSL 174° 72.94% 66.67%
HSB/HSV 174° 53.45% 90.98%
CMYK 53.45% 0.00% 5.17%
9.02%

Color #6CE8DC in popluar number systems.

HEX 6C E8 DC
Decimal 108 232 220
Binary 1101100 11101000 11011100
Octal 154 350 334

Shades and tints

Shades of #6CE8DC

#6CE8DC
(108,232,220)
#63D3C8
(99,211,200)
#5ABEB4
(90,190,180)
#51A9A0
(81,169,160)
#48948C
(72,148,140)
#3F7F78
(63,127,120)
#366A64
(54,106,100)
#2D5550
(45,85,80)
#24403C
(36,64,60)
#1B2B28
(27,43,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6CE8DC

#6CE8DC
(108,232,220)
#79EADF
(121,234,223)
#86ECE2
(134,236,226)
#93EEE5
(147,238,229)
#A0F0E8
(160,240,232)
#ADF2EB
(173,242,235)
#BAF4EE
(186,244,238)
#C7F6F1
(199,246,241)
#D4F8F4
(212,248,244)
#E1FAF7
(225,250,247)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE8DC color. Also use rgb(108,232,220) instead hex code.

Text Font Color

.myTextColor { color: #6CE8DC; }

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

This text font color is #6CE8DC.

Background Color

.myBgColor { background-color: #6CE8DC; }

<div style="background-color:#6CE8DC">Inner text</div>

This div background color is #6CE8DC.

Border color

.myBorderColor { border: 1px solid #6CE8DC; }

<div style="border:3px solid #6CE8DC">Div</div>

This div border color is #6CE8DC.

Opacity

.myOpacity80 { color: #6CE8DC; opacity: 0.8; }

<p style="color:#6CE8DC;opacity:0.8;">80%</p>

Text with #6CE8DC 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 #6CE8DC;}

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

This text has shadow with #6CE8DC color.


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

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

This text has shadow with #6CE8DC primary color and red secondary color.


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

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

This text has shadow with #6CE8DC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6CE8DC.

Preview

Color preview on black background

This text has color #6CE8DC on black background.


Color preview on white background

This text has color #6CE8DC on white background.


Black color preview on #6CE8DC background

This text has black color on #6CE8DC background.


White color preview on #6CE8DC background

This text has white color on #6CE8DC background.


Related colors

Complementary color

Complementary color for #hex is #931723.


I love getcolorcode.com

Triadic colors

1 #DC6CE8 and #E8DC6C with #6CE8DC are triadic colors.

2 #DCE86C and #E86CDC with #6CE8DC are triadic colors.