COLOR #6D9A87

HEX: #6D9A87
RGB: (109,154,135)

Renk bilgisi

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

RGB renk modeli

#6D9A87 color RGB value is (109,154,135).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 154 of 255 = 60%
B 135 of 255 = 53%

109
154
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 154 + 135 = 398 (100%)
R 109 of 398 ~ 27.39%
G 154 of 398 ~ 38.69%
B 135 of 398 ~ 33.92%

%27.39
%38.69
%33.92

CMYK RENK MODELİ

#6D9A87 rengi CMYK tonu (29,0,12,40).

  • camgöbeği tonu 29.22%
  • eflatun tonu 0.00%
  • sarı tonu 12.34%
  • ana renk tonu 39.61%
CMYK:
(29,0,12,40)
C29M0Y12K40 
(29%,0%,12%,40%)
(0.29/0.00/0.12/0.40)	

CMYK yüzdeleri

%29.22
%0
%12.34
%39.61

Codes

Color #6D9A87 in popluar color models

6D9A87
RGB109154135
HSL155°18.22%51.57%
HSB/HSV155°29.22%60.39%
CMYK29.22%0.00%12.34%
39.61%

Color #6D9A87 in popluar number systems.

HEX6D9A87
Decimal109154135
Binary11011011001101010000111
Octal155232207

Shades and tints

Shades of #6D9A87

#6D9A87
(109,154,135)
#648C7B
(100,140,123)
#5B7E6F
(91,126,111)
#527063
(82,112,99)
#496257
(73,98,87)
#40544B
(64,84,75)
#37463F
(55,70,63)
#2E3833
(46,56,51)
#252A27
(37,42,39)
#1C1C1B
(28,28,27)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D9A87

#6D9A87
(109,154,135)
#7AA391
(122,163,145)
#87AC9B
(135,172,155)
#94B5A5
(148,181,165)
#A1BEAF
(161,190,175)
#AEC7B9
(174,199,185)
#BBD0C3
(187,208,195)
#C8D9CD
(200,217,205)
#D5E2D7
(213,226,215)
#E2EBE1
(226,235,225)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9A87; }

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

This text font color is #6D9A87.


Background Color

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

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

This div background color is #6D9A87.


Border color

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

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

This div border color is #6D9A87.


Opacity

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

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

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

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

This text has shadow with #6D9A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A87 on black background.


Color preview on white background

This text has color #6D9A87 on white background.



Black color preview on #6D9A87 background

This text has black color on #6D9A87 background.


White color preview on #6D9A87 background

This text has white color on #6D9A87 background.