COLOR #6CDCC6

HEX: #6CDCC6
RGB: (108,220,198)

Color info

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

RGB color model

#6CDCC6 color RGB value is (108,220,198).

  • red value is 108;
  • green value is 220;
  • blue value is 198.
RGB:
(108,220,198)
(42%,86%,78%)

RGB channels and saturation

R 108 of 255 = 42%
G 220 of 255 = 86%
B 198 of 255 = 78%

108
220
198

R + G + B ~ 69%. #6CDCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 220 + 198 = 526 (100%)
R 108 of 526 ~ 20.53%
G 220 of 526 ~ 41.83%
B 198 of 526 ~ 37.64%

%20.53
%41.83
%37.64

CMYK color model

#6CDCC6 color CMYK value is (51,0,10,14).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(51,0,10,14)
C51M0Y10K14 
(51%,0%,10%,14%)
(0.51/0.00/0.10/0.14)	

CMYK percentages

%50.91
%0
%10
%13.73

Codes

Color #6CDCC6 in popluar color models

6CDCC6
RGB108220198
HSL168°61.54%64.31%
HSB/HSV168°50.91%86.27%
CMYK50.91%0.00%10.00%
13.73%

Color #6CDCC6 in popluar number systems.

HEX6CDCC6
Decimal108220198
Binary11011001101110011000110
Octal154334306

Shades and tints

Shades of #6CDCC6

#6CDCC6
(108,220,198)
#63C8B4
(99,200,180)
#5AB4A2
(90,180,162)
#51A090
(81,160,144)
#488C7E
(72,140,126)
#3F786C
(63,120,108)
#36645A
(54,100,90)
#2D5048
(45,80,72)
#243C36
(36,60,54)
#1B2824
(27,40,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #6CDCC6

#6CDCC6
(108,220,198)
#79DFCB
(121,223,203)
#86E2D0
(134,226,208)
#93E5D5
(147,229,213)
#A0E8DA
(160,232,218)
#ADEBDF
(173,235,223)
#BAEEE4
(186,238,228)
#C7F1E9
(199,241,233)
#D4F4EE
(212,244,238)
#E1F7F3
(225,247,243)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CDCC6; }

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

This text font color is #6CDCC6.


Background Color

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

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

This div background color is #6CDCC6.


Border color

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

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

This div border color is #6CDCC6.


Opacity

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

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

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

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

This text has shadow with #6CDCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDCC6 on black background.


Color preview on white background

This text has color #6CDCC6 on white background.



Black color preview on #6CDCC6 background

This text has black color on #6CDCC6 background.


White color preview on #6CDCC6 background

This text has white color on #6CDCC6 background.