COLOR #6DD7CC

HEX: #6DD7CC
RGB: (109,215,204)

Color info

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

RGB color model

#6DD7CC color RGB value is (109,215,204).

  • red value is 109;
  • green value is 215;
  • blue value is 204.
RGB:
(109,215,204)
(43%,84%,80%)

RGB channels and saturation

R 109 of 255 = 43%
G 215 of 255 = 84%
B 204 of 255 = 80%

109
215
204

R + G + B ~ 69%. #6DD7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 215 + 204 = 528 (100%)
R 109 of 528 ~ 20.64%
G 215 of 528 ~ 40.72%
B 204 of 528 ~ 38.64%

%20.64
%40.72
%38.64

CMYK color model

#6DD7CC color CMYK value is (49,0,5,16).

  • cyan value is 49.30%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(49,0,5,16)
C49M0Y5K16 
(49%,0%,5%,16%)
(0.49/0.00/0.05/0.16)	

CMYK percentages

%49.3
%0
%5.12
%15.69

Codes

Color #6DD7CC in popluar color models

6DD7CC
RGB109215204
HSL174°56.99%63.53%
HSB/HSV174°49.30%84.31%
CMYK49.30%0.00%5.12%
15.69%

Color #6DD7CC in popluar number systems.

HEX6DD7CC
Decimal109215204
Binary11011011101011111001100
Octal155327314

Shades and tints

Shades of #6DD7CC

#6DD7CC
(109,215,204)
#64C4BA
(100,196,186)
#5BB1A8
(91,177,168)
#529E96
(82,158,150)
#498B84
(73,139,132)
#407872
(64,120,114)
#376560
(55,101,96)
#2E524E
(46,82,78)
#253F3C
(37,63,60)
#1C2C2A
(28,44,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #6DD7CC

#6DD7CC
(109,215,204)
#7ADAD0
(122,218,208)
#87DDD4
(135,221,212)
#94E0D8
(148,224,216)
#A1E3DC
(161,227,220)
#AEE6E0
(174,230,224)
#BBE9E4
(187,233,228)
#C8ECE8
(200,236,232)
#D5EFEC
(213,239,236)
#E2F2F0
(226,242,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD7CC color. Also use rgb(109,215,204) instead hex code.

Text Font Color

.myTextColor { color: #6DD7CC; }

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

This text font color is #6DD7CC.


Background Color

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

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

This div background color is #6DD7CC.


Border color

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

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

This div border color is #6DD7CC.


Opacity

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

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

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

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

This text has shadow with #6DD7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD7CC on black background.


Color preview on white background

This text has color #6DD7CC on white background.



Black color preview on #6DD7CC background

This text has black color on #6DD7CC background.


White color preview on #6DD7CC background

This text has white color on #6DD7CC background.