COLOR #6BC7D1

HEX: #6BC7D1
RGB: (107,199,209)

Color info

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

RGB color model

#6BC7D1 color RGB value is (107,199,209).

  • red value is 107;
  • green value is 199;
  • blue value is 209.
RGB:
(107,199,209)
(42%,78%,82%)

RGB channels and saturation

R 107 of 255 = 42%
G 199 of 255 = 78%
B 209 of 255 = 82%

107
199
209

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

Portions of RGB colors in percentages

R + G + B =
107 + 199 + 209 = 515 (100%)
R 107 of 515 ~ 20.78%
G 199 of 515 ~ 38.64%
B 209 of 515 ~ 40.58%

%20.78
%38.64
%40.58

CMYK color model

#6BC7D1 color CMYK value is (49,5,0,18).

  • cyan value is 48.80%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(49,5,0,18)
C49M5Y0K18 
(49%,5%,0%,18%)
(0.49/0.05/0.00/0.18)	

CMYK percentages

%48.8
%4.78
%0
%18.04

Codes

Color #6BC7D1 in popluar color models

6BC7D1
RGB107199209
HSL186°52.58%61.96%
HSB/HSV186°48.80%81.96%
CMYK48.80%4.78%0.00%
18.04%

Color #6BC7D1 in popluar number systems.

HEX6BC7D1
Decimal107199209
Binary11010111100011111010001
Octal153307321

Shades and tints

Shades of #6BC7D1

#6BC7D1
(107,199,209)
#62B5BE
(98,181,190)
#59A3AB
(89,163,171)
#509198
(80,145,152)
#477F85
(71,127,133)
#3E6D72
(62,109,114)
#355B5F
(53,91,95)
#2C494C
(44,73,76)
#233739
(35,55,57)
#1A2526
(26,37,38)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6BC7D1

#6BC7D1
(107,199,209)
#78CCD5
(120,204,213)
#85D1D9
(133,209,217)
#92D6DD
(146,214,221)
#9FDBE1
(159,219,225)
#ACE0E5
(172,224,229)
#B9E5E9
(185,229,233)
#C6EAED
(198,234,237)
#D3EFF1
(211,239,241)
#E0F4F5
(224,244,245)
#EDF9F9
(237,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC7D1 color. Also use rgb(107,199,209) instead hex code.

Text Font Color

.myTextColor { color: #6BC7D1; }

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

This text font color is #6BC7D1.


Background Color

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

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

This div background color is #6BC7D1.


Border color

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

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

This div border color is #6BC7D1.


Opacity

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

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

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

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

This text has shadow with #6BC7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC7D1 on black background.


Color preview on white background

This text has color #6BC7D1 on white background.



Black color preview on #6BC7D1 background

This text has black color on #6BC7D1 background.


White color preview on #6BC7D1 background

This text has white color on #6BC7D1 background.