COLOR #6DCDAD

HEX: #6DCDAD
RGB: (109,205,173)

Color info

#6DCDAD contains mainly green and blue colors. Web safe color of #6DCDAD is #66CC99 (or #6C9).

RGB color model

#6DCDAD color RGB value is (109,205,173).

  • red value is 109;
  • green value is 205;
  • blue value is 173.
RGB:
(109,205,173)
(43%,80%,68%)

RGB channels and saturation

R 109 of 255 = 43%
G 205 of 255 = 80%
B 173 of 255 = 68%

109
205
173

R + G + B ~ 64%. #6DCDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 205 + 173 = 487 (100%)
R 109 of 487 ~ 22.38%
G 205 of 487 ~ 42.09%
B 173 of 487 ~ 35.52%

%22.38
%42.09
%35.52

CMYK color model

#6DCDAD color CMYK value is (47,0,16,20).

  • cyan value is 46.83%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(47,0,16,20)
C47M0Y16K20 
(47%,0%,16%,20%)
(0.47/0.00/0.16/0.20)	

CMYK percentages

%46.83
%0
%15.61
%19.61

Codes

Color #6DCDAD in popluar color models

6DCDAD
RGB109205173
HSL160°48.98%61.57%
HSB/HSV160°46.83%80.39%
CMYK46.83%0.00%15.61%
19.61%

Color #6DCDAD in popluar number systems.

HEX6DCDAD
Decimal109205173
Binary11011011100110110101101
Octal155315255

Shades and tints

Shades of #6DCDAD

#6DCDAD
(109,205,173)
#64BB9E
(100,187,158)
#5BA98F
(91,169,143)
#529780
(82,151,128)
#498571
(73,133,113)
#407362
(64,115,98)
#376153
(55,97,83)
#2E4F44
(46,79,68)
#253D35
(37,61,53)
#1C2B26
(28,43,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #6DCDAD

#6DCDAD
(109,205,173)
#7AD1B4
(122,209,180)
#87D5BB
(135,213,187)
#94D9C2
(148,217,194)
#A1DDC9
(161,221,201)
#AEE1D0
(174,225,208)
#BBE5D7
(187,229,215)
#C8E9DE
(200,233,222)
#D5EDE5
(213,237,229)
#E2F1EC
(226,241,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCDAD color. Also use rgb(109,205,173) instead hex code.

Text Font Color

.myTextColor { color: #6DCDAD; }

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

This text font color is #6DCDAD.


Background Color

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

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

This div background color is #6DCDAD.


Border color

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

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

This div border color is #6DCDAD.


Opacity

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

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

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

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

This text has shadow with #6DCDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCDAD on black background.


Color preview on white background

This text has color #6DCDAD on white background.



Black color preview on #6DCDAD background

This text has black color on #6DCDAD background.


White color preview on #6DCDAD background

This text has white color on #6DCDAD background.