COLOR #6D9E87

HEX: #6D9E87
RGB: (109,158,135)

Renk bilgisi

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

RGB renk modeli

#6D9E87 color RGB value is (109,158,135).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 158 of 255 = 62%
B 135 of 255 = 53%

109
158
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 158 + 135 = 402 (100%)
R 109 of 402 ~ 27.11%
G 158 of 402 ~ 39.3%
B 135 of 402 ~ 33.58%

%27.11
%39.3
%33.58

CMYK RENK MODELİ

#6D9E87 rengi CMYK tonu (31,0,15,38).

  • camgöbeği tonu 31.01%
  • eflatun tonu 0.00%
  • sarı tonu 14.56%
  • ana renk tonu 38.04%
CMYK:
(31,0,15,38)
C31M0Y15K38 
(31%,0%,15%,38%)
(0.31/0.00/0.15/0.38)	

CMYK yüzdeleri

%31.01
%0
%14.56
%38.04

Codes

Color #6D9E87 in popluar color models

6D9E87
RGB109158135
HSL152°20.16%52.35%
HSB/HSV152°31.01%61.96%
CMYK31.01%0.00%14.56%
38.04%

Color #6D9E87 in popluar number systems.

HEX6D9E87
Decimal109158135
Binary11011011001111010000111
Octal155236207

Shades and tints

Shades of #6D9E87

#6D9E87
(109,158,135)
#64907B
(100,144,123)
#5B826F
(91,130,111)
#527463
(82,116,99)
#496657
(73,102,87)
#40584B
(64,88,75)
#374A3F
(55,74,63)
#2E3C33
(46,60,51)
#252E27
(37,46,39)
#1C201B
(28,32,27)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D9E87

#6D9E87
(109,158,135)
#7AA691
(122,166,145)
#87AE9B
(135,174,155)
#94B6A5
(148,182,165)
#A1BEAF
(161,190,175)
#AEC6B9
(174,198,185)
#BBCEC3
(187,206,195)
#C8D6CD
(200,214,205)
#D5DED7
(213,222,215)
#E2E6E1
(226,230,225)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9E87; }

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

This text font color is #6D9E87.


Background Color

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

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

This div background color is #6D9E87.


Border color

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

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

This div border color is #6D9E87.


Opacity

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

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

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

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

This text has shadow with #6D9E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9E87 on black background.


Color preview on white background

This text has color #6D9E87 on white background.



Black color preview on #6D9E87 background

This text has black color on #6D9E87 background.


White color preview on #6D9E87 background

This text has white color on #6D9E87 background.