COLOR #6DD49C

HEX: #6DD49C
RGB: (109,212,156)

Color info

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

RGB color model

#6DD49C color RGB value is (109,212,156).

  • red value is 109;
  • green value is 212;
  • blue value is 156.
RGB:
(109,212,156)
(43%,83%,61%)

RGB channels and saturation

R 109 of 255 = 43%
G 212 of 255 = 83%
B 156 of 255 = 61%

109
212
156

R + G + B ~ 62%. #6DD49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 212 + 156 = 477 (100%)
R 109 of 477 ~ 22.85%
G 212 of 477 ~ 44.44%
B 156 of 477 ~ 32.7%

%22.85
%44.44
%32.7

CMYK color model

#6DD49C color CMYK value is (49,0,26,17).

  • cyan value is 48.58%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(49,0,26,17)
C49M0Y26K17 
(49%,0%,26%,17%)
(0.49/0.00/0.26/0.17)	

CMYK percentages

%48.58
%0
%26.42
%16.86

Codes

Color #6DD49C in popluar color models

6DD49C
RGB109212156
HSL147°54.50%62.94%
HSB/HSV147°48.58%83.14%
CMYK48.58%0.00%26.42%
16.86%

Color #6DD49C in popluar number systems.

HEX6DD49C
Decimal109212156
Binary11011011101010010011100
Octal155324234

Shades and tints

Shades of #6DD49C

#6DD49C
(109,212,156)
#64C18E
(100,193,142)
#5BAE80
(91,174,128)
#529B72
(82,155,114)
#498864
(73,136,100)
#407556
(64,117,86)
#376248
(55,98,72)
#2E4F3A
(46,79,58)
#253C2C
(37,60,44)
#1C291E
(28,41,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #6DD49C

#6DD49C
(109,212,156)
#7AD7A5
(122,215,165)
#87DAAE
(135,218,174)
#94DDB7
(148,221,183)
#A1E0C0
(161,224,192)
#AEE3C9
(174,227,201)
#BBE6D2
(187,230,210)
#C8E9DB
(200,233,219)
#D5ECE4
(213,236,228)
#E2EFED
(226,239,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD49C color. Also use rgb(109,212,156) instead hex code.

Text Font Color

.myTextColor { color: #6DD49C; }

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

This text font color is #6DD49C.


Background Color

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

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

This div background color is #6DD49C.


Border color

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

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

This div border color is #6DD49C.


Opacity

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

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

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

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

This text has shadow with #6DD49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD49C on black background.


Color preview on white background

This text has color #6DD49C on white background.



Black color preview on #6DD49C background

This text has black color on #6DD49C background.


White color preview on #6DD49C background

This text has white color on #6DD49C background.