COLOR #6CD4EC

HEX: #6CD4EC
RGB: (108,212,236)

Color info

#6CD4EC contains mainly green and blue colors. Web safe color of #6CD4EC is #66CCFF (or #6CF).

RGB color model

#6CD4EC color RGB value is (108,212,236).

  • red value is 108;
  • green value is 212;
  • blue value is 236.
RGB:
(108,212,236)
(42%,83%,93%)

RGB channels and saturation

R 108 of 255 = 42%
G 212 of 255 = 83%
B 236 of 255 = 93%

108
212
236

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

Portions of RGB colors in percentages

R + G + B =
108 + 212 + 236 = 556 (100%)
R 108 of 556 ~ 19.42%
G 212 of 556 ~ 38.13%
B 236 of 556 ~ 42.45%

%19.42
%38.13
%42.45

CMYK color model

#6CD4EC color CMYK value is (54,10,0,7).

  • cyan value is 54.24%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(54,10,0,7)
C54M10Y0K7 
(54%,10%,0%,7%)
(0.54/0.10/0.00/0.07)	

CMYK percentages

%54.24
%10.17
%0
%7.45

Codes

Color #6CD4EC in popluar color models

6CD4EC
RGB108212236
HSL191°77.11%67.45%
HSB/HSV191°54.24%92.55%
CMYK54.24%10.17%0.00%
7.45%

Color #6CD4EC in popluar number systems.

HEX6CD4EC
Decimal108212236
Binary11011001101010011101100
Octal154324354

Shades and tints

Shades of #6CD4EC

#6CD4EC
(108,212,236)
#63C1D7
(99,193,215)
#5AAEC2
(90,174,194)
#519BAD
(81,155,173)
#488898
(72,136,152)
#3F7583
(63,117,131)
#36626E
(54,98,110)
#2D4F59
(45,79,89)
#243C44
(36,60,68)
#1B292F
(27,41,47)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #6CD4EC

#6CD4EC
(108,212,236)
#79D7ED
(121,215,237)
#86DAEE
(134,218,238)
#93DDEF
(147,221,239)
#A0E0F0
(160,224,240)
#ADE3F1
(173,227,241)
#BAE6F2
(186,230,242)
#C7E9F3
(199,233,243)
#D4ECF4
(212,236,244)
#E1EFF5
(225,239,245)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD4EC color. Also use rgb(108,212,236) instead hex code.

Text Font Color

.myTextColor { color: #6CD4EC; }

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

This text font color is #6CD4EC.


Background Color

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

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

This div background color is #6CD4EC.


Border color

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

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

This div border color is #6CD4EC.


Opacity

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

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

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

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

This text has shadow with #6CD4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD4EC on black background.


Color preview on white background

This text has color #6CD4EC on white background.



Black color preview on #6CD4EC background

This text has black color on #6CD4EC background.


White color preview on #6CD4EC background

This text has white color on #6CD4EC background.