COLOR #6DC686

HEX: #6DC686
RGB: (109,198,134)

Renk bilgisi

#6DC686 contains mainly green color. #6DC686 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6DC686 color RGB value is (109,198,134).

  • kırmız ton 109;
  • yeşil ton 198;
  • mavi ton 134.
RGB:
(109,198,134)
(43%,78%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 198 of 255 = 78%
B 134 of 255 = 53%

109
198
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 198 + 134 = 441 (100%)
R 109 of 441 ~ 24.72%
G 198 of 441 ~ 44.9%
B 134 of 441 ~ 30.39%

%24.72
%44.9
%30.39

CMYK RENK MODELİ

#6DC686 rengi CMYK tonu (45,0,32,22).

  • camgöbeği tonu 44.95%
  • eflatun tonu 0.00%
  • sarı tonu 32.32%
  • ana renk tonu 22.35%
CMYK:
(45,0,32,22)
C45M0Y32K22 
(45%,0%,32%,22%)
(0.45/0.00/0.32/0.22)	

CMYK yüzdeleri

%44.95
%0
%32.32
%22.35

Codes

Color #6DC686 in popluar color models

6DC686
RGB109198134
HSL137°43.84%60.20%
HSB/HSV137°44.95%77.65%
CMYK44.95%0.00%32.32%
22.35%

Color #6DC686 in popluar number systems.

HEX6DC686
Decimal109198134
Binary11011011100011010000110
Octal155306206

Shades and tints

Shades of #6DC686

#6DC686
(109,198,134)
#64B47A
(100,180,122)
#5BA26E
(91,162,110)
#529062
(82,144,98)
#497E56
(73,126,86)
#406C4A
(64,108,74)
#375A3E
(55,90,62)
#2E4832
(46,72,50)
#253626
(37,54,38)
#1C241A
(28,36,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6DC686

#6DC686
(109,198,134)
#7ACB91
(122,203,145)
#87D09C
(135,208,156)
#94D5A7
(148,213,167)
#A1DAB2
(161,218,178)
#AEDFBD
(174,223,189)
#BBE4C8
(187,228,200)
#C8E9D3
(200,233,211)
#D5EEDE
(213,238,222)
#E2F3E9
(226,243,233)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC686; }

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

This text font color is #6DC686.


Background Color

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

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

This div background color is #6DC686.


Border color

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

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

This div border color is #6DC686.


Opacity

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

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

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

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

This text has shadow with #6DC686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC686 on black background.


Color preview on white background

This text has color #6DC686 on white background.



Black color preview on #6DC686 background

This text has black color on #6DC686 background.


White color preview on #6DC686 background

This text has white color on #6DC686 background.