COLOR #6CD3BA

HEX: #6CD3BA
RGB: (108,211,186)

Color info

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

RGB color model

#6CD3BA color RGB value is (108,211,186).

  • red value is 108;
  • green value is 211;
  • blue value is 186.
RGB:
(108,211,186)
(42%,83%,73%)

RGB channels and saturation

R 108 of 255 = 42%
G 211 of 255 = 83%
B 186 of 255 = 73%

108
211
186

R + G + B ~ 66%. #6CD3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 211 + 186 = 505 (100%)
R 108 of 505 ~ 21.39%
G 211 of 505 ~ 41.78%
B 186 of 505 ~ 36.83%

%21.39
%41.78
%36.83

CMYK color model

#6CD3BA color CMYK value is (49,0,12,17).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(49,0,12,17)
C49M0Y12K17 
(49%,0%,12%,17%)
(0.49/0.00/0.12/0.17)	

CMYK percentages

%48.82
%0
%11.85
%17.25

Codes

Color #6CD3BA in popluar color models

6CD3BA
RGB108211186
HSL165°53.93%62.55%
HSB/HSV165°48.82%82.75%
CMYK48.82%0.00%11.85%
17.25%

Color #6CD3BA in popluar number systems.

HEX6CD3BA
Decimal108211186
Binary11011001101001110111010
Octal154323272

Shades and tints

Shades of #6CD3BA

#6CD3BA
(108,211,186)
#63C0AA
(99,192,170)
#5AAD9A
(90,173,154)
#519A8A
(81,154,138)
#48877A
(72,135,122)
#3F746A
(63,116,106)
#36615A
(54,97,90)
#2D4E4A
(45,78,74)
#243B3A
(36,59,58)
#1B282A
(27,40,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #6CD3BA

#6CD3BA
(108,211,186)
#79D7C0
(121,215,192)
#86DBC6
(134,219,198)
#93DFCC
(147,223,204)
#A0E3D2
(160,227,210)
#ADE7D8
(173,231,216)
#BAEBDE
(186,235,222)
#C7EFE4
(199,239,228)
#D4F3EA
(212,243,234)
#E1F7F0
(225,247,240)
#EEFBF6
(238,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD3BA color. Also use rgb(108,211,186) instead hex code.

Text Font Color

.myTextColor { color: #6CD3BA; }

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

This text font color is #6CD3BA.


Background Color

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

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

This div background color is #6CD3BA.


Border color

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

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

This div border color is #6CD3BA.


Opacity

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

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

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

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

This text has shadow with #6CD3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD3BA on black background.


Color preview on white background

This text has color #6CD3BA on white background.



Black color preview on #6CD3BA background

This text has black color on #6CD3BA background.


White color preview on #6CD3BA background

This text has white color on #6CD3BA background.