COLOR #6D9F86

HEX: #6D9F86
RGB: (109,159,134)

Renk bilgisi

#6D9F86 contains red, green and blue colors in about the same proportion. #6D9F86 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6D9F86 color RGB value is (109,159,134).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 159 of 255 = 62%
B 134 of 255 = 53%

109
159
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 159 + 134 = 402 (100%)
R 109 of 402 ~ 27.11%
G 159 of 402 ~ 39.55%
B 134 of 402 ~ 33.33%

%27.11
%39.55
%33.33

CMYK RENK MODELİ

#6D9F86 rengi CMYK tonu (31,0,16,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 0.00%
  • sarı tonu 15.72%
  • ana renk tonu 37.65%
CMYK:
(31,0,16,38)
C31M0Y16K38 
(31%,0%,16%,38%)
(0.31/0.00/0.16/0.38)	

CMYK yüzdeleri

%31.45
%0
%15.72
%37.65

Codes

Color #6D9F86 in popluar color models

6D9F86
RGB109159134
HSL150°20.66%52.55%
HSB/HSV150°31.45%62.35%
CMYK31.45%0.00%15.72%
37.65%

Color #6D9F86 in popluar number systems.

HEX6D9F86
Decimal109159134
Binary11011011001111110000110
Octal155237206

Shades and tints

Shades of #6D9F86

#6D9F86
(109,159,134)
#64917A
(100,145,122)
#5B836E
(91,131,110)
#527562
(82,117,98)
#496756
(73,103,86)
#40594A
(64,89,74)
#374B3E
(55,75,62)
#2E3D32
(46,61,50)
#252F26
(37,47,38)
#1C211A
(28,33,26)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D9F86

#6D9F86
(109,159,134)
#7AA791
(122,167,145)
#87AF9C
(135,175,156)
#94B7A7
(148,183,167)
#A1BFB2
(161,191,178)
#AEC7BD
(174,199,189)
#BBCFC8
(187,207,200)
#C8D7D3
(200,215,211)
#D5DFDE
(213,223,222)
#E2E7E9
(226,231,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9F86; }

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

This text font color is #6D9F86.


Background Color

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

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

This div background color is #6D9F86.


Border color

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

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

This div border color is #6D9F86.


Opacity

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

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

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

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

This text has shadow with #6D9F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9F86 on black background.


Color preview on white background

This text has color #6D9F86 on white background.



Black color preview on #6D9F86 background

This text has black color on #6D9F86 background.


White color preview on #6D9F86 background

This text has white color on #6D9F86 background.