COLOR #6C8A97

HEX: #6C8A97
RGB: (108,138,151)

Renk bilgisi

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

RGB renk modeli

#6C8A97 color RGB value is (108,138,151).

  • kırmız ton 108;
  • yeşil ton 138;
  • mavi ton 151.
RGB:
(108,138,151)
(42%,54%,59%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 138 of 255 = 54%
B 151 of 255 = 59%

108
138
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 138 + 151 = 397 (100%)
R 108 of 397 ~ 27.2%
G 138 of 397 ~ 34.76%
B 151 of 397 ~ 38.04%

%27.2
%34.76
%38.04

CMYK RENK MODELİ

#6C8A97 rengi CMYK tonu (28,9,0,41).

  • camgöbeği tonu 28.48%
  • eflatun tonu 8.61%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(28,9,0,41)
C28M9Y0K41 
(28%,9%,0%,41%)
(0.28/0.09/0.00/0.41)	

CMYK yüzdeleri

%28.48
%8.61
%0
%40.78

Codes

Color #6C8A97 in popluar color models

6C8A97
RGB108138151
HSL198°17.13%50.78%
HSB/HSV198°28.48%59.22%
CMYK28.48%8.61%0.00%
40.78%

Color #6C8A97 in popluar number systems.

HEX6C8A97
Decimal108138151
Binary11011001000101010010111
Octal154212227

Shades and tints

Shades of #6C8A97

#6C8A97
(108,138,151)
#637E8A
(99,126,138)
#5A727D
(90,114,125)
#516670
(81,102,112)
#485A63
(72,90,99)
#3F4E56
(63,78,86)
#364249
(54,66,73)
#2D363C
(45,54,60)
#242A2F
(36,42,47)
#1B1E22
(27,30,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #6C8A97

#6C8A97
(108,138,151)
#7994A0
(121,148,160)
#869EA9
(134,158,169)
#93A8B2
(147,168,178)
#A0B2BB
(160,178,187)
#ADBCC4
(173,188,196)
#BAC6CD
(186,198,205)
#C7D0D6
(199,208,214)
#D4DADF
(212,218,223)
#E1E4E8
(225,228,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8A97 color. Also use rgb(108,138,151) instead hex code.

Text Font Color

.myTextColor { color: #6C8A97; }

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

This text font color is #6C8A97.


Background Color

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

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

This div background color is #6C8A97.


Border color

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

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

This div border color is #6C8A97.


Opacity

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

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

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

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

This text has shadow with #6C8A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8A97 on black background.


Color preview on white background

This text has color #6C8A97 on white background.



Black color preview on #6C8A97 background

This text has black color on #6C8A97 background.


White color preview on #6C8A97 background

This text has white color on #6C8A97 background.