COLOR #6BC3C8

HEX: #6BC3C8
RGB: (107,195,200)

Color info

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

RGB color model

#6BC3C8 color RGB value is (107,195,200).

  • red value is 107;
  • green value is 195;
  • blue value is 200.
RGB:
(107,195,200)
(42%,76%,78%)

RGB channels and saturation

R 107 of 255 = 42%
G 195 of 255 = 76%
B 200 of 255 = 78%

107
195
200

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

Portions of RGB colors in percentages

R + G + B =
107 + 195 + 200 = 502 (100%)
R 107 of 502 ~ 21.31%
G 195 of 502 ~ 38.84%
B 200 of 502 ~ 39.84%

%21.31
%38.84
%39.84

CMYK color model

#6BC3C8 color CMYK value is (47,3,0,22).

  • cyan value is 46.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(47,3,0,22)
C47M3Y0K22 
(47%,3%,0%,22%)
(0.47/0.03/0.00/0.22)	

CMYK percentages

%46.5
%2.5
%0
%21.57

Codes

Color #6BC3C8 in popluar color models

6BC3C8
RGB107195200
HSL183°45.81%60.20%
HSB/HSV183°46.50%78.43%
CMYK46.50%2.50%0.00%
21.57%

Color #6BC3C8 in popluar number systems.

HEX6BC3C8
Decimal107195200
Binary11010111100001111001000
Octal153303310

Shades and tints

Shades of #6BC3C8

#6BC3C8
(107,195,200)
#62B2B6
(98,178,182)
#59A1A4
(89,161,164)
#509092
(80,144,146)
#477F80
(71,127,128)
#3E6E6E
(62,110,110)
#355D5C
(53,93,92)
#2C4C4A
(44,76,74)
#233B38
(35,59,56)
#1A2A26
(26,42,38)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #6BC3C8

#6BC3C8
(107,195,200)
#78C8CD
(120,200,205)
#85CDD2
(133,205,210)
#92D2D7
(146,210,215)
#9FD7DC
(159,215,220)
#ACDCE1
(172,220,225)
#B9E1E6
(185,225,230)
#C6E6EB
(198,230,235)
#D3EBF0
(211,235,240)
#E0F0F5
(224,240,245)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC3C8 color. Also use rgb(107,195,200) instead hex code.

Text Font Color

.myTextColor { color: #6BC3C8; }

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

This text font color is #6BC3C8.


Background Color

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

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

This div background color is #6BC3C8.


Border color

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

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

This div border color is #6BC3C8.


Opacity

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

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

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

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

This text has shadow with #6BC3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC3C8 on black background.


Color preview on white background

This text has color #6BC3C8 on white background.



Black color preview on #6BC3C8 background

This text has black color on #6BC3C8 background.


White color preview on #6BC3C8 background

This text has white color on #6BC3C8 background.