COLOR #6DAD7F

HEX: #6DAD7F
RGB: (109,173,127)

Color info

#6DAD7F contains mainly green and blue colors. Web safe color of #6DAD7F is #669966 (or #696).

RGB color model

#6DAD7F color RGB value is (109,173,127).

  • red value is 109;
  • green value is 173;
  • blue value is 127.
RGB:
(109,173,127)
(43%,68%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 173 of 255 = 68%
B 127 of 255 = 50%

109
173
127

R + G + B ~ 54%. #6DAD7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 173 + 127 = 409 (100%)
R 109 of 409 ~ 26.65%
G 173 of 409 ~ 42.3%
B 127 of 409 ~ 31.05%

%26.65
%42.3
%31.05

CMYK color model

#6DAD7F color CMYK value is (37,0,27,32).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(37,0,27,32)
C37M0Y27K32 
(37%,0%,27%,32%)
(0.37/0.00/0.27/0.32)	

CMYK percentages

%36.99
%0
%26.59
%32.16

Codes

Color #6DAD7F in popluar color models

6DAD7F
RGB109173127
HSL137°28.07%55.29%
HSB/HSV137°36.99%67.84%
CMYK36.99%0.00%26.59%
32.16%

Color #6DAD7F in popluar number systems.

HEX6DAD7F
Decimal109173127
Binary1101101101011011111111
Octal155255177

Shades and tints

Shades of #6DAD7F

#6DAD7F
(109,173,127)
#649E74
(100,158,116)
#5B8F69
(91,143,105)
#52805E
(82,128,94)
#497153
(73,113,83)
#406248
(64,98,72)
#37533D
(55,83,61)
#2E4432
(46,68,50)
#253527
(37,53,39)
#1C261C
(28,38,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #6DAD7F

#6DAD7F
(109,173,127)
#7AB48A
(122,180,138)
#87BB95
(135,187,149)
#94C2A0
(148,194,160)
#A1C9AB
(161,201,171)
#AED0B6
(174,208,182)
#BBD7C1
(187,215,193)
#C8DECC
(200,222,204)
#D5E5D7
(213,229,215)
#E2ECE2
(226,236,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAD7F color. Also use rgb(109,173,127) instead hex code.

Text Font Color

.myTextColor { color: #6DAD7F; }

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

This text font color is #6DAD7F.


Background Color

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

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

This div background color is #6DAD7F.


Border color

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

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

This div border color is #6DAD7F.


Opacity

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

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

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

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

This text has shadow with #6DAD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAD7F on black background.


Color preview on white background

This text has color #6DAD7F on white background.



Black color preview on #6DAD7F background

This text has black color on #6DAD7F background.


White color preview on #6DAD7F background

This text has white color on #6DAD7F background.