COLOR #6CDEC2

HEX: #6CDEC2
RGB: (108,222,194)

Color info

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

RGB color model

#6CDEC2 color RGB value is (108,222,194).

  • red value is 108;
  • green value is 222;
  • blue value is 194.
RGB:
(108,222,194)
(42%,87%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 222 of 255 = 87%
B 194 of 255 = 76%

108
222
194

R + G + B ~ 68%. #6CDEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 222 + 194 = 524 (100%)
R 108 of 524 ~ 20.61%
G 222 of 524 ~ 42.37%
B 194 of 524 ~ 37.02%

%20.61
%42.37
%37.02

CMYK color model

#6CDEC2 color CMYK value is (51,0,13,13).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 12.94%
CMYK:
(51,0,13,13)
C51M0Y13K13 
(51%,0%,13%,13%)
(0.51/0.00/0.13/0.13)	

CMYK percentages

%51.35
%0
%12.61
%12.94

Codes

Color #6CDEC2 in popluar color models

6CDEC2
RGB108222194
HSL165°63.33%64.71%
HSB/HSV165°51.35%87.06%
CMYK51.35%0.00%12.61%
12.94%

Color #6CDEC2 in popluar number systems.

HEX6CDEC2
Decimal108222194
Binary11011001101111011000010
Octal154336302

Shades and tints

Shades of #6CDEC2

#6CDEC2
(108,222,194)
#63CAB1
(99,202,177)
#5AB6A0
(90,182,160)
#51A28F
(81,162,143)
#488E7E
(72,142,126)
#3F7A6D
(63,122,109)
#36665C
(54,102,92)
#2D524B
(45,82,75)
#243E3A
(36,62,58)
#1B2A29
(27,42,41)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #6CDEC2

#6CDEC2
(108,222,194)
#79E1C7
(121,225,199)
#86E4CC
(134,228,204)
#93E7D1
(147,231,209)
#A0EAD6
(160,234,214)
#ADEDDB
(173,237,219)
#BAF0E0
(186,240,224)
#C7F3E5
(199,243,229)
#D4F6EA
(212,246,234)
#E1F9EF
(225,249,239)
#EEFCF4
(238,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDEC2 color. Also use rgb(108,222,194) instead hex code.

Text Font Color

.myTextColor { color: #6CDEC2; }

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

This text font color is #6CDEC2.


Background Color

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

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

This div background color is #6CDEC2.


Border color

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

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

This div border color is #6CDEC2.


Opacity

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

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

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

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

This text has shadow with #6CDEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDEC2 on black background.


Color preview on white background

This text has color #6CDEC2 on white background.



Black color preview on #6CDEC2 background

This text has black color on #6CDEC2 background.


White color preview on #6CDEC2 background

This text has white color on #6CDEC2 background.