COLOR #6DE0C8

HEX: #6DE0C8
RGB: (109,224,200)

Color info

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

RGB color model

#6DE0C8 color RGB value is (109,224,200).

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

RGB channels and saturation

R 109 of 255 = 43%
G 224 of 255 = 88%
B 200 of 255 = 78%

109
224
200

R + G + B ~ 70%. #6DE0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 224 + 200 = 533 (100%)
R 109 of 533 ~ 20.45%
G 224 of 533 ~ 42.03%
B 200 of 533 ~ 37.52%

%20.45
%42.03
%37.52

CMYK color model

#6DE0C8 color CMYK value is (51,0,11,12).

  • cyan value is 51.34%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(51,0,11,12)
C51M0Y11K12 
(51%,0%,11%,12%)
(0.51/0.00/0.11/0.12)	

CMYK percentages

%51.34
%0
%10.71
%12.16

Codes

Color #6DE0C8 in popluar color models

6DE0C8
RGB109224200
HSL167°64.97%65.29%
HSB/HSV167°51.34%87.84%
CMYK51.34%0.00%10.71%
12.16%

Color #6DE0C8 in popluar number systems.

HEX6DE0C8
Decimal109224200
Binary11011011110000011001000
Octal155340310

Shades and tints

Shades of #6DE0C8

#6DE0C8
(109,224,200)
#64CCB6
(100,204,182)
#5BB8A4
(91,184,164)
#52A492
(82,164,146)
#499080
(73,144,128)
#407C6E
(64,124,110)
#37685C
(55,104,92)
#2E544A
(46,84,74)
#254038
(37,64,56)
#1C2C26
(28,44,38)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #6DE0C8

#6DE0C8
(109,224,200)
#7AE2CD
(122,226,205)
#87E4D2
(135,228,210)
#94E6D7
(148,230,215)
#A1E8DC
(161,232,220)
#AEEAE1
(174,234,225)
#BBECE6
(187,236,230)
#C8EEEB
(200,238,235)
#D5F0F0
(213,240,240)
#E2F2F5
(226,242,245)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE0C8; }

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

This text font color is #6DE0C8.


Background Color

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

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

This div background color is #6DE0C8.


Border color

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

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

This div border color is #6DE0C8.


Opacity

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

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

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

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

This text has shadow with #6DE0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE0C8 on black background.


Color preview on white background

This text has color #6DE0C8 on white background.



Black color preview on #6DE0C8 background

This text has black color on #6DE0C8 background.


White color preview on #6DE0C8 background

This text has white color on #6DE0C8 background.