COLOR #6D9D82

HEX: #6D9D82
RGB: (109,157,130)

Renk bilgisi

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

RGB renk modeli

#6D9D82 color RGB value is (109,157,130).

  • kırmız ton 109;
  • yeşil ton 157;
  • mavi ton 130.
RGB:
(109,157,130)
(43%,62%,51%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 130 of 255 = 51%

109
157
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 130 = 396 (100%)
R 109 of 396 ~ 27.53%
G 157 of 396 ~ 39.65%
B 130 of 396 ~ 32.83%

%27.53
%39.65
%32.83

CMYK RENK MODELİ

#6D9D82 rengi CMYK tonu (31,0,17,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 0.00%
  • sarı tonu 17.20%
  • ana renk tonu 38.43%
CMYK:
(31,0,17,38)
C31M0Y17K38 
(31%,0%,17%,38%)
(0.31/0.00/0.17/0.38)	

CMYK yüzdeleri

%30.57
%0
%17.2
%38.43

Codes

Color #6D9D82 in popluar color models

6D9D82
RGB109157130
HSL146°19.67%52.16%
HSB/HSV146°30.57%61.57%
CMYK30.57%0.00%17.20%
38.43%

Color #6D9D82 in popluar number systems.

HEX6D9D82
Decimal109157130
Binary11011011001110110000010
Octal155235202

Shades and tints

Shades of #6D9D82

#6D9D82
(109,157,130)
#648F77
(100,143,119)
#5B816C
(91,129,108)
#527361
(82,115,97)
#496556
(73,101,86)
#40574B
(64,87,75)
#374940
(55,73,64)
#2E3B35
(46,59,53)
#252D2A
(37,45,42)
#1C1F1F
(28,31,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6D9D82

#6D9D82
(109,157,130)
#7AA58D
(122,165,141)
#87AD98
(135,173,152)
#94B5A3
(148,181,163)
#A1BDAE
(161,189,174)
#AEC5B9
(174,197,185)
#BBCDC4
(187,205,196)
#C8D5CF
(200,213,207)
#D5DDDA
(213,221,218)
#E2E5E5
(226,229,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9D82 color. Also use rgb(109,157,130) instead hex code.

Text Font Color

.myTextColor { color: #6D9D82; }

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

This text font color is #6D9D82.


Background Color

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

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

This div background color is #6D9D82.


Border color

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

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

This div border color is #6D9D82.


Opacity

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

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

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

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

This text has shadow with #6D9D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D82 on black background.


Color preview on white background

This text has color #6D9D82 on white background.



Black color preview on #6D9D82 background

This text has black color on #6D9D82 background.


White color preview on #6D9D82 background

This text has white color on #6D9D82 background.