COLOR #6BCBB4

HEX: #6BCBB4
RGB: (107,203,180)

Color info

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

RGB color model

#6BCBB4 color RGB value is (107,203,180).

  • red value is 107;
  • green value is 203;
  • blue value is 180.
RGB:
(107,203,180)
(42%,80%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 203 of 255 = 80%
B 180 of 255 = 71%

107
203
180

R + G + B ~ 64%. #6BCBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 203 + 180 = 490 (100%)
R 107 of 490 ~ 21.84%
G 203 of 490 ~ 41.43%
B 180 of 490 ~ 36.73%

%21.84
%41.43
%36.73

CMYK color model

#6BCBB4 color CMYK value is (47,0,11,20).

  • cyan value is 47.29%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 20.39%
CMYK:
(47,0,11,20)
C47M0Y11K20 
(47%,0%,11%,20%)
(0.47/0.00/0.11/0.20)	

CMYK percentages

%47.29
%0
%11.33
%20.39

Codes

Color #6BCBB4 in popluar color models

6BCBB4
RGB107203180
HSL166°48.00%60.78%
HSB/HSV166°47.29%79.61%
CMYK47.29%0.00%11.33%
20.39%

Color #6BCBB4 in popluar number systems.

HEX6BCBB4
Decimal107203180
Binary11010111100101110110100
Octal153313264

Shades and tints

Shades of #6BCBB4

#6BCBB4
(107,203,180)
#62B9A4
(98,185,164)
#59A794
(89,167,148)
#509584
(80,149,132)
#478374
(71,131,116)
#3E7164
(62,113,100)
#355F54
(53,95,84)
#2C4D44
(44,77,68)
#233B34
(35,59,52)
#1A2924
(26,41,36)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #6BCBB4

#6BCBB4
(107,203,180)
#78CFBA
(120,207,186)
#85D3C0
(133,211,192)
#92D7C6
(146,215,198)
#9FDBCC
(159,219,204)
#ACDFD2
(172,223,210)
#B9E3D8
(185,227,216)
#C6E7DE
(198,231,222)
#D3EBE4
(211,235,228)
#E0EFEA
(224,239,234)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCBB4 color. Also use rgb(107,203,180) instead hex code.

Text Font Color

.myTextColor { color: #6BCBB4; }

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

This text font color is #6BCBB4.


Background Color

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

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

This div background color is #6BCBB4.


Border color

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

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

This div border color is #6BCBB4.


Opacity

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

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

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

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

This text has shadow with #6BCBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCBB4 on black background.


Color preview on white background

This text has color #6BCBB4 on white background.



Black color preview on #6BCBB4 background

This text has black color on #6BCBB4 background.


White color preview on #6BCBB4 background

This text has white color on #6BCBB4 background.