COLOR #6D8886

HEX: #6D8886
RGB: (109,136,134)

Renk bilgisi

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

RGB renk modeli

#6D8886 color RGB value is (109,136,134).

  • kırmız ton 109;
  • yeşil ton 136;
  • mavi ton 134.
RGB:
(109,136,134)
(43%,53%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 134 of 255 = 53%

109
136
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 134 = 379 (100%)
R 109 of 379 ~ 28.76%
G 136 of 379 ~ 35.88%
B 134 of 379 ~ 35.36%

%28.76
%35.88
%35.36

CMYK RENK MODELİ

#6D8886 rengi CMYK tonu (20,0,1,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 0.00%
  • sarı tonu 1.47%
  • ana renk tonu 46.67%
CMYK:
(20,0,1,47)
C20M0Y1K47 
(20%,0%,1%,47%)
(0.20/0.00/0.01/0.47)	

CMYK yüzdeleri

%19.85
%0
%1.47
%46.67

Codes

Color #6D8886 in popluar color models

6D8886
RGB109136134
HSL176°11.02%48.04%
HSB/HSV176°19.85%53.33%
CMYK19.85%0.00%1.47%
46.67%

Color #6D8886 in popluar number systems.

HEX6D8886
Decimal109136134
Binary11011011000100010000110
Octal155210206

Shades and tints

Shades of #6D8886

#6D8886
(109,136,134)
#647C7A
(100,124,122)
#5B706E
(91,112,110)
#526462
(82,100,98)
#495856
(73,88,86)
#404C4A
(64,76,74)
#37403E
(55,64,62)
#2E3432
(46,52,50)
#252826
(37,40,38)
#1C1C1A
(28,28,26)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6D8886

#6D8886
(109,136,134)
#7A9291
(122,146,145)
#879C9C
(135,156,156)
#94A6A7
(148,166,167)
#A1B0B2
(161,176,178)
#AEBABD
(174,186,189)
#BBC4C8
(187,196,200)
#C8CED3
(200,206,211)
#D5D8DE
(213,216,222)
#E2E2E9
(226,226,233)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8886 color. Also use rgb(109,136,134) instead hex code.

Text Font Color

.myTextColor { color: #6D8886; }

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

This text font color is #6D8886.


Background Color

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

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

This div background color is #6D8886.


Border color

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

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

This div border color is #6D8886.


Opacity

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

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

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

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

This text has shadow with #6D8886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8886 on black background.


Color preview on white background

This text has color #6D8886 on white background.



Black color preview on #6D8886 background

This text has black color on #6D8886 background.


White color preview on #6D8886 background

This text has white color on #6D8886 background.