COLOR #6D8487

HEX: #6D8487
RGB: (109,132,135)

Renk bilgisi

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

RGB renk modeli

#6D8487 color RGB value is (109,132,135).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 132 of 255 = 52%
B 135 of 255 = 53%

109
132
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 132 + 135 = 376 (100%)
R 109 of 376 ~ 28.99%
G 132 of 376 ~ 35.11%
B 135 of 376 ~ 35.9%

%28.99
%35.11
%35.9

CMYK RENK MODELİ

#6D8487 rengi CMYK tonu (19,2,0,47).

  • camgöbeği tonu 19.26%
  • eflatun tonu 2.22%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(19,2,0,47)
C19M2Y0K47 
(19%,2%,0%,47%)
(0.19/0.02/0.00/0.47)	

CMYK yüzdeleri

%19.26
%2.22
%0
%47.06

Codes

Color #6D8487 in popluar color models

6D8487
RGB109132135
HSL187°10.66%47.84%
HSB/HSV187°19.26%52.94%
CMYK19.26%2.22%0.00%
47.06%

Color #6D8487 in popluar number systems.

HEX6D8487
Decimal109132135
Binary11011011000010010000111
Octal155204207

Shades and tints

Shades of #6D8487

#6D8487
(109,132,135)
#64787B
(100,120,123)
#5B6C6F
(91,108,111)
#526063
(82,96,99)
#495457
(73,84,87)
#40484B
(64,72,75)
#373C3F
(55,60,63)
#2E3033
(46,48,51)
#252427
(37,36,39)
#1C181B
(28,24,27)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D8487

#6D8487
(109,132,135)
#7A8F91
(122,143,145)
#879A9B
(135,154,155)
#94A5A5
(148,165,165)
#A1B0AF
(161,176,175)
#AEBBB9
(174,187,185)
#BBC6C3
(187,198,195)
#C8D1CD
(200,209,205)
#D5DCD7
(213,220,215)
#E2E7E1
(226,231,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8487 color. Also use rgb(109,132,135) instead hex code.

Text Font Color

.myTextColor { color: #6D8487; }

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

This text font color is #6D8487.


Background Color

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

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

This div background color is #6D8487.


Border color

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

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

This div border color is #6D8487.


Opacity

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

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

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

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

This text has shadow with #6D8487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8487 on black background.


Color preview on white background

This text has color #6D8487 on white background.



Black color preview on #6D8487 background

This text has black color on #6D8487 background.


White color preview on #6D8487 background

This text has white color on #6D8487 background.