COLOR #6DEECD

HEX: #6DEECD
RGB: (109,238,205)

Color info

#6DEECD contains mainly green and blue colors. Web safe color of #6DEECD is #66FFCC (or #6FC).

RGB color model

#6DEECD color RGB value is (109,238,205).

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

RGB channels and saturation

R 109 of 255 = 43%
G 238 of 255 = 93%
B 205 of 255 = 80%

109
238
205

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

Portions of RGB colors in percentages

R + G + B =
109 + 238 + 205 = 552 (100%)
R 109 of 552 ~ 19.75%
G 238 of 552 ~ 43.12%
B 205 of 552 ~ 37.14%

%19.75
%43.12
%37.14

CMYK color model

#6DEECD color CMYK value is (54,0,14,7).

  • cyan value is 54.20%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(54,0,14,7)
C54M0Y14K7 
(54%,0%,14%,7%)
(0.54/0.00/0.14/0.07)	

CMYK percentages

%54.2
%0
%13.87
%6.67

Codes

Color #6DEECD in popluar color models

6DEECD
RGB109238205
HSL165°79.14%68.04%
HSB/HSV165°54.20%93.33%
CMYK54.20%0.00%13.87%
6.67%

Color #6DEECD in popluar number systems.

HEX6DEECD
Decimal109238205
Binary11011011110111011001101
Octal155356315

Shades and tints

Shades of #6DEECD

#6DEECD
(109,238,205)
#64D9BB
(100,217,187)
#5BC4A9
(91,196,169)
#52AF97
(82,175,151)
#499A85
(73,154,133)
#408573
(64,133,115)
#377061
(55,112,97)
#2E5B4F
(46,91,79)
#25463D
(37,70,61)
#1C312B
(28,49,43)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #6DEECD

#6DEECD
(109,238,205)
#7AEFD1
(122,239,209)
#87F0D5
(135,240,213)
#94F1D9
(148,241,217)
#A1F2DD
(161,242,221)
#AEF3E1
(174,243,225)
#BBF4E5
(187,244,229)
#C8F5E9
(200,245,233)
#D5F6ED
(213,246,237)
#E2F7F1
(226,247,241)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DEECD; }

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

This text font color is #6DEECD.


Background Color

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

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

This div background color is #6DEECD.


Border color

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

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

This div border color is #6DEECD.


Opacity

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

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

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

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

This text has shadow with #6DEECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEECD on black background.


Color preview on white background

This text has color #6DEECD on white background.



Black color preview on #6DEECD background

This text has black color on #6DEECD background.


White color preview on #6DEECD background

This text has white color on #6DEECD background.