COLOR #6DD5C1

HEX: #6DD5C1
RGB: (109,213,193)

Color info

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

RGB color model

#6DD5C1 color RGB value is (109,213,193).

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

RGB channels and saturation

R 109 of 255 = 43%
G 213 of 255 = 84%
B 193 of 255 = 76%

109
213
193

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

Portions of RGB colors in percentages

R + G + B =
109 + 213 + 193 = 515 (100%)
R 109 of 515 ~ 21.17%
G 213 of 515 ~ 41.36%
B 193 of 515 ~ 37.48%

%21.17
%41.36
%37.48

CMYK color model

#6DD5C1 color CMYK value is (49,0,9,16).

  • cyan value is 48.83%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(49,0,9,16)
C49M0Y9K16 
(49%,0%,9%,16%)
(0.49/0.00/0.09/0.16)	

CMYK percentages

%48.83
%0
%9.39
%16.47

Codes

Color #6DD5C1 in popluar color models

6DD5C1
RGB109213193
HSL168°55.32%63.14%
HSB/HSV168°48.83%83.53%
CMYK48.83%0.00%9.39%
16.47%

Color #6DD5C1 in popluar number systems.

HEX6DD5C1
Decimal109213193
Binary11011011101010111000001
Octal155325301

Shades and tints

Shades of #6DD5C1

#6DD5C1
(109,213,193)
#64C2B0
(100,194,176)
#5BAF9F
(91,175,159)
#529C8E
(82,156,142)
#49897D
(73,137,125)
#40766C
(64,118,108)
#37635B
(55,99,91)
#2E504A
(46,80,74)
#253D39
(37,61,57)
#1C2A28
(28,42,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #6DD5C1

#6DD5C1
(109,213,193)
#7AD8C6
(122,216,198)
#87DBCB
(135,219,203)
#94DED0
(148,222,208)
#A1E1D5
(161,225,213)
#AEE4DA
(174,228,218)
#BBE7DF
(187,231,223)
#C8EAE4
(200,234,228)
#D5EDE9
(213,237,233)
#E2F0EE
(226,240,238)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DD5C1; }

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

This text font color is #6DD5C1.


Background Color

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

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

This div background color is #6DD5C1.


Border color

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

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

This div border color is #6DD5C1.


Opacity

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

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

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

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

This text has shadow with #6DD5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD5C1 on black background.


Color preview on white background

This text has color #6DD5C1 on white background.



Black color preview on #6DD5C1 background

This text has black color on #6DD5C1 background.


White color preview on #6DD5C1 background

This text has white color on #6DD5C1 background.