COLOR #6BD4CE

HEX: #6BD4CE
RGB: (107,212,206)

Color info

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

RGB color model

#6BD4CE color RGB value is (107,212,206).

  • red value is 107;
  • green value is 212;
  • blue value is 206.
RGB:
(107,212,206)
(42%,83%,81%)

RGB channels and saturation

R 107 of 255 = 42%
G 212 of 255 = 83%
B 206 of 255 = 81%

107
212
206

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

Portions of RGB colors in percentages

R + G + B =
107 + 212 + 206 = 525 (100%)
R 107 of 525 ~ 20.38%
G 212 of 525 ~ 40.38%
B 206 of 525 ~ 39.24%

%20.38
%40.38
%39.24

CMYK color model

#6BD4CE color CMYK value is (50,0,3,17).

  • cyan value is 49.53%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(50,0,3,17)
C50M0Y3K17 
(50%,0%,3%,17%)
(0.50/0.00/0.03/0.17)	

CMYK percentages

%49.53
%0
%2.83
%16.86

Codes

Color #6BD4CE in popluar color models

6BD4CE
RGB107212206
HSL177°54.97%62.55%
HSB/HSV177°49.53%83.14%
CMYK49.53%0.00%2.83%
16.86%

Color #6BD4CE in popluar number systems.

HEX6BD4CE
Decimal107212206
Binary11010111101010011001110
Octal153324316

Shades and tints

Shades of #6BD4CE

#6BD4CE
(107,212,206)
#62C1BC
(98,193,188)
#59AEAA
(89,174,170)
#509B98
(80,155,152)
#478886
(71,136,134)
#3E7574
(62,117,116)
#356262
(53,98,98)
#2C4F50
(44,79,80)
#233C3E
(35,60,62)
#1A292C
(26,41,44)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #6BD4CE

#6BD4CE
(107,212,206)
#78D7D2
(120,215,210)
#85DAD6
(133,218,214)
#92DDDA
(146,221,218)
#9FE0DE
(159,224,222)
#ACE3E2
(172,227,226)
#B9E6E6
(185,230,230)
#C6E9EA
(198,233,234)
#D3ECEE
(211,236,238)
#E0EFF2
(224,239,242)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD4CE color. Also use rgb(107,212,206) instead hex code.

Text Font Color

.myTextColor { color: #6BD4CE; }

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

This text font color is #6BD4CE.


Background Color

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

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

This div background color is #6BD4CE.


Border color

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

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

This div border color is #6BD4CE.


Opacity

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

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

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

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

This text has shadow with #6BD4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD4CE on black background.


Color preview on white background

This text has color #6BD4CE on white background.



Black color preview on #6BD4CE background

This text has black color on #6BD4CE background.


White color preview on #6BD4CE background

This text has white color on #6BD4CE background.