COLOR #6DD7E0

HEX: #6DD7E0
RGB: (109,215,224)

Color info

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

RGB color model

#6DD7E0 color RGB value is (109,215,224).

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

RGB channels and saturation

R 109 of 255 = 43%
G 215 of 255 = 84%
B 224 of 255 = 88%

109
215
224

R + G + B ~ 72%. #6DD7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 215 + 224 = 548 (100%)
R 109 of 548 ~ 19.89%
G 215 of 548 ~ 39.23%
B 224 of 548 ~ 40.88%

%19.89
%39.23
%40.88

CMYK color model

#6DD7E0 color CMYK value is (51,4,0,12).

  • cyan value is 51.34%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(51,4,0,12)
C51M4Y0K12 
(51%,4%,0%,12%)
(0.51/0.04/0.00/0.12)	

CMYK percentages

%51.34
%4.02
%0
%12.16

Codes

Color #6DD7E0 in popluar color models

6DD7E0
RGB109215224
HSL185°64.97%65.29%
HSB/HSV185°51.34%87.84%
CMYK51.34%4.02%0.00%
12.16%

Color #6DD7E0 in popluar number systems.

HEX6DD7E0
Decimal109215224
Binary11011011101011111100000
Octal155327340

Shades and tints

Shades of #6DD7E0

#6DD7E0
(109,215,224)
#64C4CC
(100,196,204)
#5BB1B8
(91,177,184)
#529EA4
(82,158,164)
#498B90
(73,139,144)
#40787C
(64,120,124)
#376568
(55,101,104)
#2E5254
(46,82,84)
#253F40
(37,63,64)
#1C2C2C
(28,44,44)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #6DD7E0

#6DD7E0
(109,215,224)
#7ADAE2
(122,218,226)
#87DDE4
(135,221,228)
#94E0E6
(148,224,230)
#A1E3E8
(161,227,232)
#AEE6EA
(174,230,234)
#BBE9EC
(187,233,236)
#C8ECEE
(200,236,238)
#D5EFF0
(213,239,240)
#E2F2F2
(226,242,242)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DD7E0; }

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

This text font color is #6DD7E0.


Background Color

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

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

This div background color is #6DD7E0.


Border color

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

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

This div border color is #6DD7E0.


Opacity

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

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

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

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

This text has shadow with #6DD7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD7E0 on black background.


Color preview on white background

This text has color #6DD7E0 on white background.



Black color preview on #6DD7E0 background

This text has black color on #6DD7E0 background.


White color preview on #6DD7E0 background

This text has white color on #6DD7E0 background.