COLOR #6D8280

HEX: #6D8280
RGB: (109,130,128)

Renk bilgisi

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

RGB renk modeli

#6D8280 color RGB value is (109,130,128).

  • kırmız ton 109;
  • yeşil ton 130;
  • mavi ton 128.
RGB:
(109,130,128)
(43%,51%,50%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 130 of 255 = 51%
B 128 of 255 = 50%

109
130
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 130 + 128 = 367 (100%)
R 109 of 367 ~ 29.7%
G 130 of 367 ~ 35.42%
B 128 of 367 ~ 34.88%

%29.7
%35.42
%34.88

CMYK RENK MODELİ

#6D8280 rengi CMYK tonu (16,0,2,49).

  • camgöbeği tonu 16.15%
  • eflatun tonu 0.00%
  • sarı tonu 1.54%
  • ana renk tonu 49.02%
CMYK:
(16,0,2,49)
C16M0Y2K49 
(16%,0%,2%,49%)
(0.16/0.00/0.02/0.49)	

CMYK yüzdeleri

%16.15
%0
%1.54
%49.02

Codes

Color #6D8280 in popluar color models

6D8280
RGB109130128
HSL174°8.79%46.86%
HSB/HSV174°16.15%50.98%
CMYK16.15%0.00%1.54%
49.02%

Color #6D8280 in popluar number systems.

HEX6D8280
Decimal109130128
Binary11011011000001010000000
Octal155202200

Shades and tints

Shades of #6D8280

#6D8280
(109,130,128)
#647775
(100,119,117)
#5B6C6A
(91,108,106)
#52615F
(82,97,95)
#495654
(73,86,84)
#404B49
(64,75,73)
#37403E
(55,64,62)
#2E3533
(46,53,51)
#252A28
(37,42,40)
#1C1F1D
(28,31,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6D8280

#6D8280
(109,130,128)
#7A8D8B
(122,141,139)
#879896
(135,152,150)
#94A3A1
(148,163,161)
#A1AEAC
(161,174,172)
#AEB9B7
(174,185,183)
#BBC4C2
(187,196,194)
#C8CFCD
(200,207,205)
#D5DAD8
(213,218,216)
#E2E5E3
(226,229,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8280 color. Also use rgb(109,130,128) instead hex code.

Text Font Color

.myTextColor { color: #6D8280; }

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

This text font color is #6D8280.


Background Color

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

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

This div background color is #6D8280.


Border color

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

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

This div border color is #6D8280.


Opacity

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

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

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

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

This text has shadow with #6D8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8280 on black background.


Color preview on white background

This text has color #6D8280 on white background.



Black color preview on #6D8280 background

This text has black color on #6D8280 background.


White color preview on #6D8280 background

This text has white color on #6D8280 background.