COLOR #6CD8DA

HEX: #6CD8DA
RGB: (108,216,218)

Color info

#6CD8DA contains mainly green and blue colors. Web safe color of #6CD8DA is #66CCCC (or #6CC).

RGB color model

#6CD8DA color RGB value is (108,216,218).

  • red value is 108;
  • green value is 216;
  • blue value is 218.
RGB:
(108,216,218)
(42%,85%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 216 of 255 = 85%
B 218 of 255 = 85%

108
216
218

R + G + B ~ 71%. #6CD8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 216 + 218 = 542 (100%)
R 108 of 542 ~ 19.93%
G 216 of 542 ~ 39.85%
B 218 of 542 ~ 40.22%

%19.93
%39.85
%40.22

CMYK color model

#6CD8DA color CMYK value is (50,1,0,15).

  • cyan value is 50.46%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(50,1,0,15)
C50M1Y0K15 
(50%,1%,0%,15%)
(0.50/0.01/0.00/0.15)	

CMYK percentages

%50.46
%0.92
%0
%14.51

Codes

Color #6CD8DA in popluar color models

6CD8DA
RGB108216218
HSL181°59.78%63.92%
HSB/HSV181°50.46%85.49%
CMYK50.46%0.92%0.00%
14.51%

Color #6CD8DA in popluar number systems.

HEX6CD8DA
Decimal108216218
Binary11011001101100011011010
Octal154330332

Shades and tints

Shades of #6CD8DA

#6CD8DA
(108,216,218)
#63C5C7
(99,197,199)
#5AB2B4
(90,178,180)
#519FA1
(81,159,161)
#488C8E
(72,140,142)
#3F797B
(63,121,123)
#366668
(54,102,104)
#2D5355
(45,83,85)
#244042
(36,64,66)
#1B2D2F
(27,45,47)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #6CD8DA

#6CD8DA
(108,216,218)
#79DBDD
(121,219,221)
#86DEE0
(134,222,224)
#93E1E3
(147,225,227)
#A0E4E6
(160,228,230)
#ADE7E9
(173,231,233)
#BAEAEC
(186,234,236)
#C7EDEF
(199,237,239)
#D4F0F2
(212,240,242)
#E1F3F5
(225,243,245)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD8DA color. Also use rgb(108,216,218) instead hex code.

Text Font Color

.myTextColor { color: #6CD8DA; }

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

This text font color is #6CD8DA.


Background Color

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

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

This div background color is #6CD8DA.


Border color

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

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

This div border color is #6CD8DA.


Opacity

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

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

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

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

This text has shadow with #6CD8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD8DA on black background.


Color preview on white background

This text has color #6CD8DA on white background.



Black color preview on #6CD8DA background

This text has black color on #6CD8DA background.


White color preview on #6CD8DA background

This text has white color on #6CD8DA background.