COLOR #6D9786

HEX: #6D9786 RGB: (109,151,134)

Color info

#6D9786 contains red, green and blue colors in about the same proportion. Web safe color of #6D9786 is #669999 (or #699).

RGB color model

#6D9786 color RGB value is (109,151,134).

RGB: (109,151,134) (43%, 59%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 134 of 255 = 53%

109
151
134

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

Portions of RGB colors in percentages

R + G + B = 109 + 151 + 134 = 394 (100%)
R 109 of 394 ~ 27.66%
G 151 of 394 ~ 38.32%
B 134 of 394 ~ 34.01'%

%27.66
%38.32
%34.01

CMYK color model

#6D9786 color CMYK value is (28,0,11,41).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 40.78%

CMYK: (28,0,11,41)
C28M0Y11K41 (28%, 0%, 11%, 41%)
(0.28 / 0.00 / 0.11 / 0.41)

CMYK percentages

%27.81
%0
%11.26
%40.78

Codes

Color #6D9786 in popluar color models

6D 97 86
RGB 109 151 134
HSL 156° 16.80% 50.98%
HSB/HSV 156° 27.81% 59.22%
CMYK 27.81% 0.00% 11.26%
40.78%

Color #6D9786 in popluar number systems.

HEX 6D 97 86
Decimal 109 151 134
Binary 1101101 10010111 10000110
Octal 155 227 206

Shades and tints

Shades of #6D9786

#6D9786
(109,151,134)
#648A7A
(100,138,122)
#5B7D6E
(91,125,110)
#527062
(82,112,98)
#496356
(73,99,86)
#40564A
(64,86,74)
#37493E
(55,73,62)
#2E3C32
(46,60,50)
#252F26
(37,47,38)
#1C221A
(28,34,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #6D9786

#6D9786
(109,151,134)
#7AA091
(122,160,145)
#87A99C
(135,169,156)
#94B2A7
(148,178,167)
#A1BBB2
(161,187,178)
#AEC4BD
(174,196,189)
#BBCDC8
(187,205,200)
#C8D6D3
(200,214,211)
#D5DFDE
(213,223,222)
#E2E8E9
(226,232,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9786 color. Also use rgb(109,151,134) instead hex code.

Text Font Color

.myTextColor { color: #6D9786; }

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

This text font color is #6D9786.

Background Color

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

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

This div background color is #6D9786.

Border color

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

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

This div border color is #6D9786.

Opacity

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

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

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

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

This text has shadow with #6D9786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9786.

Preview

Color preview on black background

This text has color #6D9786 on black background.


Color preview on white background

This text has color #6D9786 on white background.


Black color preview on #6D9786 background

This text has black color on #6D9786 background.


White color preview on #6D9786 background

This text has white color on #6D9786 background.


Related colors

Complementary color

Complementary color for #hex is #926879.


I love getcolorcode.com

Triadic colors

1 #866D97 and #97866D with #6D9786 are triadic colors.

2 #86976D and #976D86 with #6D9786 are triadic colors.