COLOR #6D9A96

HEX: #6D9A96
RGB: (109,154,150)

Renk bilgisi

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

RGB renk modeli

#6D9A96 color RGB value is (109,154,150).

  • kırmız ton 109;
  • yeşil ton 154;
  • mavi ton 150.
RGB:
(109,154,150)
(43%,60%,59%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 154 of 255 = 60%
B 150 of 255 = 59%

109
154
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 154 + 150 = 413 (100%)
R 109 of 413 ~ 26.39%
G 154 of 413 ~ 37.29%
B 150 of 413 ~ 36.32%

%26.39
%37.29
%36.32

CMYK RENK MODELİ

#6D9A96 rengi CMYK tonu (29,0,3,40).

  • camgöbeği tonu 29.22%
  • eflatun tonu 0.00%
  • sarı tonu 2.60%
  • ana renk tonu 39.61%
CMYK:
(29,0,3,40)
C29M0Y3K40 
(29%,0%,3%,40%)
(0.29/0.00/0.03/0.40)	

CMYK yüzdeleri

%29.22
%0
%2.6
%39.61

Codes

Color #6D9A96 in popluar color models

6D9A96
RGB109154150
HSL175°18.22%51.57%
HSB/HSV175°29.22%60.39%
CMYK29.22%0.00%2.60%
39.61%

Color #6D9A96 in popluar number systems.

HEX6D9A96
Decimal109154150
Binary11011011001101010010110
Octal155232226

Shades and tints

Shades of #6D9A96

#6D9A96
(109,154,150)
#648C89
(100,140,137)
#5B7E7C
(91,126,124)
#52706F
(82,112,111)
#496262
(73,98,98)
#405455
(64,84,85)
#374648
(55,70,72)
#2E383B
(46,56,59)
#252A2E
(37,42,46)
#1C1C21
(28,28,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D9A96

#6D9A96
(109,154,150)
#7AA39F
(122,163,159)
#87ACA8
(135,172,168)
#94B5B1
(148,181,177)
#A1BEBA
(161,190,186)
#AEC7C3
(174,199,195)
#BBD0CC
(187,208,204)
#C8D9D5
(200,217,213)
#D5E2DE
(213,226,222)
#E2EBE7
(226,235,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9A96 color. Also use rgb(109,154,150) instead hex code.

Text Font Color

.myTextColor { color: #6D9A96; }

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

This text font color is #6D9A96.


Background Color

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

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

This div background color is #6D9A96.


Border color

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

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

This div border color is #6D9A96.


Opacity

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

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

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

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

This text has shadow with #6D9A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A96 on black background.


Color preview on white background

This text has color #6D9A96 on white background.



Black color preview on #6D9A96 background

This text has black color on #6D9A96 background.


White color preview on #6D9A96 background

This text has white color on #6D9A96 background.