COLOR #6BDCC5

HEX: #6BDCC5
RGB: (107,220,197)

Color info

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

RGB color model

#6BDCC5 color RGB value is (107,220,197).

  • red value is 107;
  • green value is 220;
  • blue value is 197.
RGB:
(107,220,197)
(42%,86%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 220 of 255 = 86%
B 197 of 255 = 77%

107
220
197

R + G + B ~ 68%. #6BDCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 220 + 197 = 524 (100%)
R 107 of 524 ~ 20.42%
G 220 of 524 ~ 41.98%
B 197 of 524 ~ 37.6%

%20.42
%41.98
%37.6

CMYK color model

#6BDCC5 color CMYK value is (51,0,10,14).

  • cyan value is 51.36%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK:
(51,0,10,14)
C51M0Y10K14 
(51%,0%,10%,14%)
(0.51/0.00/0.10/0.14)	

CMYK percentages

%51.36
%0
%10.45
%13.73

Codes

Color #6BDCC5 in popluar color models

6BDCC5
RGB107220197
HSL168°61.75%64.12%
HSB/HSV168°51.36%86.27%
CMYK51.36%0.00%10.45%
13.73%

Color #6BDCC5 in popluar number systems.

HEX6BDCC5
Decimal107220197
Binary11010111101110011000101
Octal153334305

Shades and tints

Shades of #6BDCC5

#6BDCC5
(107,220,197)
#62C8B4
(98,200,180)
#59B4A3
(89,180,163)
#50A092
(80,160,146)
#478C81
(71,140,129)
#3E7870
(62,120,112)
#35645F
(53,100,95)
#2C504E
(44,80,78)
#233C3D
(35,60,61)
#1A282C
(26,40,44)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #6BDCC5

#6BDCC5
(107,220,197)
#78DFCA
(120,223,202)
#85E2CF
(133,226,207)
#92E5D4
(146,229,212)
#9FE8D9
(159,232,217)
#ACEBDE
(172,235,222)
#B9EEE3
(185,238,227)
#C6F1E8
(198,241,232)
#D3F4ED
(211,244,237)
#E0F7F2
(224,247,242)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BDCC5 color. Also use rgb(107,220,197) instead hex code.

Text Font Color

.myTextColor { color: #6BDCC5; }

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

This text font color is #6BDCC5.


Background Color

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

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

This div background color is #6BDCC5.


Border color

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

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

This div border color is #6BDCC5.


Opacity

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

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

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

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

This text has shadow with #6BDCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BDCC5 on black background.


Color preview on white background

This text has color #6BDCC5 on white background.



Black color preview on #6BDCC5 background

This text has black color on #6BDCC5 background.


White color preview on #6BDCC5 background

This text has white color on #6BDCC5 background.