COLOR #6D827E

HEX: #6D827E
RGB: (109,130,126)

Renk bilgisi

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

RGB renk modeli

#6D827E color RGB value is (109,130,126).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 130 of 255 = 51%
B 126 of 255 = 49%

109
130
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 130 + 126 = 365 (100%)
R 109 of 365 ~ 29.86%
G 130 of 365 ~ 35.62%
B 126 of 365 ~ 34.52%

%29.86
%35.62
%34.52

CMYK RENK MODELİ

#6D827E rengi CMYK tonu (16,0,3,49).

  • camgöbeği tonu 16.15%
  • eflatun tonu 0.00%
  • sarı tonu 3.08%
  • ana renk tonu 49.02%
CMYK:
(16,0,3,49)
C16M0Y3K49 
(16%,0%,3%,49%)
(0.16/0.00/0.03/0.49)	

CMYK yüzdeleri

%16.15
%0
%3.08
%49.02

Codes

Color #6D827E in popluar color models

6D827E
RGB109130126
HSL169°8.79%46.86%
HSB/HSV169°16.15%50.98%
CMYK16.15%0.00%3.08%
49.02%

Color #6D827E in popluar number systems.

HEX6D827E
Decimal109130126
Binary1101101100000101111110
Octal155202176

Shades and tints

Shades of #6D827E

#6D827E
(109,130,126)
#647773
(100,119,115)
#5B6C68
(91,108,104)
#52615D
(82,97,93)
#495652
(73,86,82)
#404B47
(64,75,71)
#37403C
(55,64,60)
#2E3531
(46,53,49)
#252A26
(37,42,38)
#1C1F1B
(28,31,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D827E

#6D827E
(109,130,126)
#7A8D89
(122,141,137)
#879894
(135,152,148)
#94A39F
(148,163,159)
#A1AEAA
(161,174,170)
#AEB9B5
(174,185,181)
#BBC4C0
(187,196,192)
#C8CFCB
(200,207,203)
#D5DAD6
(213,218,214)
#E2E5E1
(226,229,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D827E; }

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

This text font color is #6D827E.


Background Color

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

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

This div background color is #6D827E.


Border color

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

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

This div border color is #6D827E.


Opacity

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

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

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

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

This text has shadow with #6D827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D827E on black background.


Color preview on white background

This text has color #6D827E on white background.



Black color preview on #6D827E background

This text has black color on #6D827E background.


White color preview on #6D827E background

This text has white color on #6D827E background.