COLOR #6CCFD1

HEX: #6CCFD1 RGB: (108,207,209)

Color info

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

RGB color model

#6CCFD1 color RGB value is (108,207,209).

RGB: (108,207,209) (42%, 81%, 82%)

RGB channels and saturation

R 108 of 255 = 42%
G 207 of 255 = 81%
B 209 of 255 = 82%

108
207
209

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

Portions of RGB colors in percentages

R + G + B = 108 + 207 + 209 = 524 (100%)
R 108 of 524 ~ 20.61%
G 207 of 524 ~ 39.5%
B 209 of 524 ~ 39.89'%

%20.61
%39.5
%39.89

CMYK color model

#6CCFD1 color CMYK value is (48,1,0,18).

  • cyan value is 48.33%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (48,1,0,18) C48M1Y0K18 (48%,1%,0%,18%) (0.48/0.01/0.00/0.18) 

CMYK percentages

%48.33
%0.96
%0
%18.04

Codes

Color #6CCFD1 in popluar color models

6C CF D1
RGB 108 207 209
HSL 181° 52.33% 62.16%
HSB/HSV 181° 48.33% 81.96%
CMYK 48.33% 0.96% 0.00%
18.04%

Color #6CCFD1 in popluar number systems.

HEX 6C CF D1
Decimal 108 207 209
Binary 1101100 11001111 11010001
Octal 154 317 321

Shades and tints

Shades of #6CCFD1

#6CCFD1
(108,207,209)
#63BDBE
(99,189,190)
#5AABAB
(90,171,171)
#519998
(81,153,152)
#488785
(72,135,133)
#3F7572
(63,117,114)
#36635F
(54,99,95)
#2D514C
(45,81,76)
#243F39
(36,63,57)
#1B2D26
(27,45,38)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #6CCFD1

#6CCFD1
(108,207,209)
#79D3D5
(121,211,213)
#86D7D9
(134,215,217)
#93DBDD
(147,219,221)
#A0DFE1
(160,223,225)
#ADE3E5
(173,227,229)
#BAE7E9
(186,231,233)
#C7EBED
(199,235,237)
#D4EFF1
(212,239,241)
#E1F3F5
(225,243,245)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCFD1 color. Also use rgb(108,207,209) instead hex code.

Text Font Color

.myTextColor { color: #6CCFD1; }

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

This text font color is #6CCFD1.

Background Color

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

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

This div background color is #6CCFD1.

Border color

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

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

This div border color is #6CCFD1.

Opacity

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

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

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

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

This text has shadow with #6CCFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCFD1.

Preview

Color preview on black background

This text has color #6CCFD1 on black background.


Color preview on white background

This text has color #6CCFD1 on white background.


Black color preview on #6CCFD1 background

This text has black color on #6CCFD1 background.


White color preview on #6CCFD1 background

This text has white color on #6CCFD1 background.


Related colors

Complementary color

Complementary color for #hex is #93302E.


I love getcolorcode.com

Triadic colors

1 #D16CCF and #CFD16C with #6CCFD1 are triadic colors.

2 #D1CF6C and #CF6CD1 with #6CCFD1 are triadic colors.