COLOR #6DD2C1

HEX: #6DD2C1
RGB: (109,210,193)

Color info

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

RGB color model

#6DD2C1 color RGB value is (109,210,193).

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

RGB channels and saturation

R 109 of 255 = 43%
G 210 of 255 = 82%
B 193 of 255 = 76%

109
210
193

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

Portions of RGB colors in percentages

R + G + B =
109 + 210 + 193 = 512 (100%)
R 109 of 512 ~ 21.29%
G 210 of 512 ~ 41.02%
B 193 of 512 ~ 37.7%

%21.29
%41.02
%37.7

CMYK color model

#6DD2C1 color CMYK value is (48,0,8,18).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 17.65%
CMYK:
(48,0,8,18)
C48M0Y8K18 
(48%,0%,8%,18%)
(0.48/0.00/0.08/0.18)	

CMYK percentages

%48.1
%0
%8.1
%17.65

Codes

Color #6DD2C1 in popluar color models

6DD2C1
RGB109210193
HSL170°52.88%62.55%
HSB/HSV170°48.10%82.35%
CMYK48.10%0.00%8.10%
17.65%

Color #6DD2C1 in popluar number systems.

HEX6DD2C1
Decimal109210193
Binary11011011101001011000001
Octal155322301

Shades and tints

Shades of #6DD2C1

#6DD2C1
(109,210,193)
#64BFB0
(100,191,176)
#5BAC9F
(91,172,159)
#52998E
(82,153,142)
#49867D
(73,134,125)
#40736C
(64,115,108)
#37605B
(55,96,91)
#2E4D4A
(46,77,74)
#253A39
(37,58,57)
#1C2728
(28,39,40)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #6DD2C1

#6DD2C1
(109,210,193)
#7AD6C6
(122,214,198)
#87DACB
(135,218,203)
#94DED0
(148,222,208)
#A1E2D5
(161,226,213)
#AEE6DA
(174,230,218)
#BBEADF
(187,234,223)
#C8EEE4
(200,238,228)
#D5F2E9
(213,242,233)
#E2F6EE
(226,246,238)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD2C1 color. Also use rgb(109,210,193) instead hex code.

Text Font Color

.myTextColor { color: #6DD2C1; }

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

This text font color is #6DD2C1.


Background Color

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

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

This div background color is #6DD2C1.


Border color

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

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

This div border color is #6DD2C1.


Opacity

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

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

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

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

This text has shadow with #6DD2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD2C1 on black background.


Color preview on white background

This text has color #6DD2C1 on white background.



Black color preview on #6DD2C1 background

This text has black color on #6DD2C1 background.


White color preview on #6DD2C1 background

This text has white color on #6DD2C1 background.