COLOR #6C8B85

HEX: #6C8B85
RGB: (108,139,133)

Renk bilgisi

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

RGB renk modeli

#6C8B85 color RGB value is (108,139,133).

  • kırmız ton 108;
  • yeşil ton 139;
  • mavi ton 133.
RGB:
(108,139,133)
(42%,55%,52%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 139 of 255 = 55%
B 133 of 255 = 52%

108
139
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 139 + 133 = 380 (100%)
R 108 of 380 ~ 28.42%
G 139 of 380 ~ 36.58%
B 133 of 380 ~ 35%

%28.42
%36.58
%35

CMYK RENK MODELİ

#6C8B85 rengi CMYK tonu (22,0,4,45).

  • camgöbeği tonu 22.30%
  • eflatun tonu 0.00%
  • sarı tonu 4.32%
  • ana renk tonu 45.49%
CMYK:
(22,0,4,45)
C22M0Y4K45 
(22%,0%,4%,45%)
(0.22/0.00/0.04/0.45)	

CMYK yüzdeleri

%22.3
%0
%4.32
%45.49

Codes

Color #6C8B85 in popluar color models

6C8B85
RGB108139133
HSL168°12.55%48.43%
HSB/HSV168°22.30%54.51%
CMYK22.30%0.00%4.32%
45.49%

Color #6C8B85 in popluar number systems.

HEX6C8B85
Decimal108139133
Binary11011001000101110000101
Octal154213205

Shades and tints

Shades of #6C8B85

#6C8B85
(108,139,133)
#637F79
(99,127,121)
#5A736D
(90,115,109)
#516761
(81,103,97)
#485B55
(72,91,85)
#3F4F49
(63,79,73)
#36433D
(54,67,61)
#2D3731
(45,55,49)
#242B25
(36,43,37)
#1B1F19
(27,31,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #6C8B85

#6C8B85
(108,139,133)
#799590
(121,149,144)
#869F9B
(134,159,155)
#93A9A6
(147,169,166)
#A0B3B1
(160,179,177)
#ADBDBC
(173,189,188)
#BAC7C7
(186,199,199)
#C7D1D2
(199,209,210)
#D4DBDD
(212,219,221)
#E1E5E8
(225,229,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8B85 color. Also use rgb(108,139,133) instead hex code.

Text Font Color

.myTextColor { color: #6C8B85; }

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

This text font color is #6C8B85.


Background Color

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

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

This div background color is #6C8B85.


Border color

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

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

This div border color is #6C8B85.


Opacity

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

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

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

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

This text has shadow with #6C8B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8B85 on black background.


Color preview on white background

This text has color #6C8B85 on white background.



Black color preview on #6C8B85 background

This text has black color on #6C8B85 background.


White color preview on #6C8B85 background

This text has white color on #6C8B85 background.