COLOR #6C9687

HEX: #6C9687
RGB: (108,150,135)

Renk bilgisi

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

RGB renk modeli

#6C9687 color RGB value is (108,150,135).

  • kırmız ton 108;
  • yeşil ton 150;
  • mavi ton 135.
RGB:
(108,150,135)
(42%,59%,53%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 150 of 255 = 59%
B 135 of 255 = 53%

108
150
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 150 + 135 = 393 (100%)
R 108 of 393 ~ 27.48%
G 150 of 393 ~ 38.17%
B 135 of 393 ~ 34.35%

%27.48
%38.17
%34.35

CMYK RENK MODELİ

#6C9687 rengi CMYK tonu (28,0,10,41).

  • camgöbeği tonu 28.00%
  • eflatun tonu 0.00%
  • sarı tonu 10.00%
  • ana renk tonu 41.18%
CMYK:
(28,0,10,41)
C28M0Y10K41 
(28%,0%,10%,41%)
(0.28/0.00/0.10/0.41)	

CMYK yüzdeleri

%28
%0
%10
%41.18

Codes

Color #6C9687 in popluar color models

6C9687
RGB108150135
HSL159°16.67%50.59%
HSB/HSV159°28.00%58.82%
CMYK28.00%0.00%10.00%
41.18%

Color #6C9687 in popluar number systems.

HEX6C9687
Decimal108150135
Binary11011001001011010000111
Octal154226207

Shades and tints

Shades of #6C9687

#6C9687
(108,150,135)
#63897B
(99,137,123)
#5A7C6F
(90,124,111)
#516F63
(81,111,99)
#486257
(72,98,87)
#3F554B
(63,85,75)
#36483F
(54,72,63)
#2D3B33
(45,59,51)
#242E27
(36,46,39)
#1B211B
(27,33,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6C9687

#6C9687
(108,150,135)
#799F91
(121,159,145)
#86A89B
(134,168,155)
#93B1A5
(147,177,165)
#A0BAAF
(160,186,175)
#ADC3B9
(173,195,185)
#BACCC3
(186,204,195)
#C7D5CD
(199,213,205)
#D4DED7
(212,222,215)
#E1E7E1
(225,231,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9687 color. Also use rgb(108,150,135) instead hex code.

Text Font Color

.myTextColor { color: #6C9687; }

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

This text font color is #6C9687.


Background Color

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

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

This div background color is #6C9687.


Border color

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

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

This div border color is #6C9687.


Opacity

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

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

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

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

This text has shadow with #6C9687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9687 on black background.


Color preview on white background

This text has color #6C9687 on white background.



Black color preview on #6C9687 background

This text has black color on #6C9687 background.


White color preview on #6C9687 background

This text has white color on #6C9687 background.