COLOR #6CD5D7

HEX: #6CD5D7
RGB: (108,213,215)

Color info

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

RGB color model

#6CD5D7 color RGB value is (108,213,215).

  • red value is 108;
  • green value is 213;
  • blue value is 215.
RGB:
(108,213,215)
(42%,84%,84%)

RGB channels and saturation

R 108 of 255 = 42%
G 213 of 255 = 84%
B 215 of 255 = 84%

108
213
215

R + G + B ~ 70%. #6CD5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 213 + 215 = 536 (100%)
R 108 of 536 ~ 20.15%
G 213 of 536 ~ 39.74%
B 215 of 536 ~ 40.11%

%20.15
%39.74
%40.11

CMYK color model

#6CD5D7 color CMYK value is (50,1,0,16).

  • cyan value is 49.77%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(50,1,0,16)
C50M1Y0K16 
(50%,1%,0%,16%)
(0.50/0.01/0.00/0.16)	

CMYK percentages

%49.77
%0.93
%0
%15.69

Codes

Color #6CD5D7 in popluar color models

6CD5D7
RGB108213215
HSL181°57.22%63.33%
HSB/HSV181°49.77%84.31%
CMYK49.77%0.93%0.00%
15.69%

Color #6CD5D7 in popluar number systems.

HEX6CD5D7
Decimal108213215
Binary11011001101010111010111
Octal154325327

Shades and tints

Shades of #6CD5D7

#6CD5D7
(108,213,215)
#63C2C4
(99,194,196)
#5AAFB1
(90,175,177)
#519C9E
(81,156,158)
#48898B
(72,137,139)
#3F7678
(63,118,120)
#366365
(54,99,101)
#2D5052
(45,80,82)
#243D3F
(36,61,63)
#1B2A2C
(27,42,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #6CD5D7

#6CD5D7
(108,213,215)
#79D8DA
(121,216,218)
#86DBDD
(134,219,221)
#93DEE0
(147,222,224)
#A0E1E3
(160,225,227)
#ADE4E6
(173,228,230)
#BAE7E9
(186,231,233)
#C7EAEC
(199,234,236)
#D4EDEF
(212,237,239)
#E1F0F2
(225,240,242)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD5D7 color. Also use rgb(108,213,215) instead hex code.

Text Font Color

.myTextColor { color: #6CD5D7; }

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

This text font color is #6CD5D7.


Background Color

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

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

This div background color is #6CD5D7.


Border color

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

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

This div border color is #6CD5D7.


Opacity

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

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

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

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

This text has shadow with #6CD5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD5D7 on black background.


Color preview on white background

This text has color #6CD5D7 on white background.



Black color preview on #6CD5D7 background

This text has black color on #6CD5D7 background.


White color preview on #6CD5D7 background

This text has white color on #6CD5D7 background.