COLOR #6DD1C2

HEX: #6DD1C2
RGB: (109,209,194)

Color info

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

RGB color model

#6DD1C2 color RGB value is (109,209,194).

  • red value is 109;
  • green value is 209;
  • blue value is 194.
RGB:
(109,209,194)
(43%,82%,76%)

RGB channels and saturation

R 109 of 255 = 43%
G 209 of 255 = 82%
B 194 of 255 = 76%

109
209
194

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

Portions of RGB colors in percentages

R + G + B =
109 + 209 + 194 = 512 (100%)
R 109 of 512 ~ 21.29%
G 209 of 512 ~ 40.82%
B 194 of 512 ~ 37.89%

%21.29
%40.82
%37.89

CMYK color model

#6DD1C2 color CMYK value is (48,0,7,18).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 18.04%
CMYK:
(48,0,7,18)
C48M0Y7K18 
(48%,0%,7%,18%)
(0.48/0.00/0.07/0.18)	

CMYK percentages

%47.85
%0
%7.18
%18.04

Codes

Color #6DD1C2 in popluar color models

6DD1C2
RGB109209194
HSL171°52.08%62.35%
HSB/HSV171°47.85%81.96%
CMYK47.85%0.00%7.18%
18.04%

Color #6DD1C2 in popluar number systems.

HEX6DD1C2
Decimal109209194
Binary11011011101000111000010
Octal155321302

Shades and tints

Shades of #6DD1C2

#6DD1C2
(109,209,194)
#64BEB1
(100,190,177)
#5BABA0
(91,171,160)
#52988F
(82,152,143)
#49857E
(73,133,126)
#40726D
(64,114,109)
#375F5C
(55,95,92)
#2E4C4B
(46,76,75)
#25393A
(37,57,58)
#1C2629
(28,38,41)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #6DD1C2

#6DD1C2
(109,209,194)
#7AD5C7
(122,213,199)
#87D9CC
(135,217,204)
#94DDD1
(148,221,209)
#A1E1D6
(161,225,214)
#AEE5DB
(174,229,219)
#BBE9E0
(187,233,224)
#C8EDE5
(200,237,229)
#D5F1EA
(213,241,234)
#E2F5EF
(226,245,239)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD1C2 color. Also use rgb(109,209,194) instead hex code.

Text Font Color

.myTextColor { color: #6DD1C2; }

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

This text font color is #6DD1C2.


Background Color

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

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

This div background color is #6DD1C2.


Border color

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

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

This div border color is #6DD1C2.


Opacity

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

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

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

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

This text has shadow with #6DD1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD1C2 on black background.


Color preview on white background

This text has color #6DD1C2 on white background.



Black color preview on #6DD1C2 background

This text has black color on #6DD1C2 background.


White color preview on #6DD1C2 background

This text has white color on #6DD1C2 background.