COLOR #6BCABC

HEX: #6BCABC
RGB: (107,202,188)

Color info

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

RGB color model

#6BCABC color RGB value is (107,202,188).

  • red value is 107;
  • green value is 202;
  • blue value is 188.
RGB:
(107,202,188)
(42%,79%,74%)

RGB channels and saturation

R 107 of 255 = 42%
G 202 of 255 = 79%
B 188 of 255 = 74%

107
202
188

R + G + B ~ 65%. #6BCABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 202 + 188 = 497 (100%)
R 107 of 497 ~ 21.53%
G 202 of 497 ~ 40.64%
B 188 of 497 ~ 37.83%

%21.53
%40.64
%37.83

CMYK color model

#6BCABC color CMYK value is (47,0,7,21).

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%
CMYK:
(47,0,7,21)
C47M0Y7K21 
(47%,0%,7%,21%)
(0.47/0.00/0.07/0.21)	

CMYK percentages

%47.03
%0
%6.93
%20.78

Codes

Color #6BCABC in popluar color models

6BCABC
RGB107202188
HSL171°47.26%60.59%
HSB/HSV171°47.03%79.22%
CMYK47.03%0.00%6.93%
20.78%

Color #6BCABC in popluar number systems.

HEX6BCABC
Decimal107202188
Binary11010111100101010111100
Octal153312274

Shades and tints

Shades of #6BCABC

#6BCABC
(107,202,188)
#62B8AB
(98,184,171)
#59A69A
(89,166,154)
#509489
(80,148,137)
#478278
(71,130,120)
#3E7067
(62,112,103)
#355E56
(53,94,86)
#2C4C45
(44,76,69)
#233A34
(35,58,52)
#1A2823
(26,40,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #6BCABC

#6BCABC
(107,202,188)
#78CEC2
(120,206,194)
#85D2C8
(133,210,200)
#92D6CE
(146,214,206)
#9FDAD4
(159,218,212)
#ACDEDA
(172,222,218)
#B9E2E0
(185,226,224)
#C6E6E6
(198,230,230)
#D3EAEC
(211,234,236)
#E0EEF2
(224,238,242)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCABC color. Also use rgb(107,202,188) instead hex code.

Text Font Color

.myTextColor { color: #6BCABC; }

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

This text font color is #6BCABC.


Background Color

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

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

This div background color is #6BCABC.


Border color

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

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

This div border color is #6BCABC.


Opacity

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

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

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

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

This text has shadow with #6BCABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCABC on black background.


Color preview on white background

This text has color #6BCABC on white background.



Black color preview on #6BCABC background

This text has black color on #6BCABC background.


White color preview on #6BCABC background

This text has white color on #6BCABC background.