COLOR #6BCEC8

HEX: #6BCEC8 RGB: (107,206,200)

Color info

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

RGB color model

#6BCEC8 color RGB value is (107,206,200).

RGB: (107,206,200) (42%, 81%, 78%)

RGB channels and saturation

R 107 of 255 = 42%
G 206 of 255 = 81%
B 200 of 255 = 78%

107
206
200

R + G + B ~ 67%. #6BCEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 206 + 200 = 513 (100%)
R 107 of 513 ~ 20.86%
G 206 of 513 ~ 40.16%
B 200 of 513 ~ 38.99'%

%20.86
%40.16
%38.99

CMYK color model

#6BCEC8 color CMYK value is (48,0,3,19).

  • cyan value is 48.06%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 19.22%

CMYK: (48,0,3,19)
C48M0Y3K19 (48%, 0%, 3%, 19%)
(0.48 / 0.00 / 0.03 / 0.19)

CMYK percentages

%48.06
%0
%2.91
%19.22

Codes

Color #6BCEC8 in popluar color models

6B CE C8
RGB 107 206 200
HSL 176° 50.25% 61.37%
HSB/HSV 176° 48.06% 80.78%
CMYK 48.06% 0.00% 2.91%
19.22%

Color #6BCEC8 in popluar number systems.

HEX 6B CE C8
Decimal 107 206 200
Binary 1101011 11001110 11001000
Octal 153 316 310

Shades and tints

Shades of #6BCEC8

#6BCEC8
(107,206,200)
#62BCB6
(98,188,182)
#59AAA4
(89,170,164)
#509892
(80,152,146)
#478680
(71,134,128)
#3E746E
(62,116,110)
#35625C
(53,98,92)
#2C504A
(44,80,74)
#233E38
(35,62,56)
#1A2C26
(26,44,38)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #6BCEC8

#6BCEC8
(107,206,200)
#78D2CD
(120,210,205)
#85D6D2
(133,214,210)
#92DAD7
(146,218,215)
#9FDEDC
(159,222,220)
#ACE2E1
(172,226,225)
#B9E6E6
(185,230,230)
#C6EAEB
(198,234,235)
#D3EEF0
(211,238,240)
#E0F2F5
(224,242,245)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BCEC8; }

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

This text font color is #6BCEC8.

Background Color

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

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

This div background color is #6BCEC8.

Border color

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

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

This div border color is #6BCEC8.

Opacity

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

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

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

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

This text has shadow with #6BCEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BCEC8.

Preview

Color preview on black background

This text has color #6BCEC8 on black background.


Color preview on white background

This text has color #6BCEC8 on white background.


Black color preview on #6BCEC8 background

This text has black color on #6BCEC8 background.


White color preview on #6BCEC8 background

This text has white color on #6BCEC8 background.


Related colors

Complementary color

Complementary color for #hex is #943137.


I love getcolorcode.com

Triadic colors

1 #C86BCE and #CEC86B with #6BCEC8 are triadic colors.

2 #C8CE6B and #CE6BC8 with #6BCEC8 are triadic colors.