COLOR #6DC986

HEX: #6DC986
RGB: (109,201,134)

Renk bilgisi

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

RGB renk modeli

#6DC986 color RGB value is (109,201,134).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 201 of 255 = 79%
B 134 of 255 = 53%

109
201
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 201 + 134 = 444 (100%)
R 109 of 444 ~ 24.55%
G 201 of 444 ~ 45.27%
B 134 of 444 ~ 30.18%

%24.55
%45.27
%30.18

CMYK RENK MODELİ

#6DC986 rengi CMYK tonu (46,0,33,21).

  • camgöbeği tonu 45.77%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 21.18%
CMYK:
(46,0,33,21)
C46M0Y33K21 
(46%,0%,33%,21%)
(0.46/0.00/0.33/0.21)	

CMYK yüzdeleri

%45.77
%0
%33.33
%21.18

Codes

Color #6DC986 in popluar color models

6DC986
RGB109201134
HSL136°46.00%60.78%
HSB/HSV136°45.77%78.82%
CMYK45.77%0.00%33.33%
21.18%

Color #6DC986 in popluar number systems.

HEX6DC986
Decimal109201134
Binary11011011100100110000110
Octal155311206

Shades and tints

Shades of #6DC986

#6DC986
(109,201,134)
#64B77A
(100,183,122)
#5BA56E
(91,165,110)
#529362
(82,147,98)
#498156
(73,129,86)
#406F4A
(64,111,74)
#375D3E
(55,93,62)
#2E4B32
(46,75,50)
#253926
(37,57,38)
#1C271A
(28,39,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #6DC986

#6DC986
(109,201,134)
#7ACD91
(122,205,145)
#87D19C
(135,209,156)
#94D5A7
(148,213,167)
#A1D9B2
(161,217,178)
#AEDDBD
(174,221,189)
#BBE1C8
(187,225,200)
#C8E5D3
(200,229,211)
#D5E9DE
(213,233,222)
#E2EDE9
(226,237,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC986; }

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

This text font color is #6DC986.


Background Color

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

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

This div background color is #6DC986.


Border color

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

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

This div border color is #6DC986.


Opacity

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

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

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

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

This text has shadow with #6DC986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC986 on black background.


Color preview on white background

This text has color #6DC986 on white background.



Black color preview on #6DC986 background

This text has black color on #6DC986 background.


White color preview on #6DC986 background

This text has white color on #6DC986 background.