COLOR #6D9F97

HEX: #6D9F97
RGB: (109,159,151)

Renk bilgisi

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

RGB renk modeli

#6D9F97 color RGB value is (109,159,151).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 159 of 255 = 62%
B 151 of 255 = 59%

109
159
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 159 + 151 = 419 (100%)
R 109 of 419 ~ 26.01%
G 159 of 419 ~ 37.95%
B 151 of 419 ~ 36.04%

%26.01
%37.95
%36.04

CMYK RENK MODELİ

#6D9F97 rengi CMYK tonu (31,0,5,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 0.00%
  • sarı tonu 5.03%
  • ana renk tonu 37.65%
CMYK:
(31,0,5,38)
C31M0Y5K38 
(31%,0%,5%,38%)
(0.31/0.00/0.05/0.38)	

CMYK yüzdeleri

%31.45
%0
%5.03
%37.65

Codes

Color #6D9F97 in popluar color models

6D9F97
RGB109159151
HSL170°20.66%52.55%
HSB/HSV170°31.45%62.35%
CMYK31.45%0.00%5.03%
37.65%

Color #6D9F97 in popluar number systems.

HEX6D9F97
Decimal109159151
Binary11011011001111110010111
Octal155237227

Shades and tints

Shades of #6D9F97

#6D9F97
(109,159,151)
#64918A
(100,145,138)
#5B837D
(91,131,125)
#527570
(82,117,112)
#496763
(73,103,99)
#405956
(64,89,86)
#374B49
(55,75,73)
#2E3D3C
(46,61,60)
#252F2F
(37,47,47)
#1C2122
(28,33,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #6D9F97

#6D9F97
(109,159,151)
#7AA7A0
(122,167,160)
#87AFA9
(135,175,169)
#94B7B2
(148,183,178)
#A1BFBB
(161,191,187)
#AEC7C4
(174,199,196)
#BBCFCD
(187,207,205)
#C8D7D6
(200,215,214)
#D5DFDF
(213,223,223)
#E2E7E8
(226,231,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9F97; }

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

This text font color is #6D9F97.


Background Color

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

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

This div background color is #6D9F97.


Border color

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

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

This div border color is #6D9F97.


Opacity

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

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

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

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

This text has shadow with #6D9F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9F97 on black background.


Color preview on white background

This text has color #6D9F97 on white background.



Black color preview on #6D9F97 background

This text has black color on #6D9F97 background.


White color preview on #6D9F97 background

This text has white color on #6D9F97 background.