COLOR #686D89

HEX: #686D89
RGB: (104,109,137)

Renk bilgisi

#686D89 contains red, green and blue colors in about the same proportion. #686D89 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#686D89 color RGB value is (104,109,137).

  • kırmız ton 104;
  • yeşil ton 109;
  • mavi ton 137.
RGB:
(104,109,137)
(41%,43%,54%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 137 of 255 = 54%

104
109
137

R + G + B ~ 46%. #686D89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 137 = 350 (100%)
R 104 of 350 ~ 29.71%
G 109 of 350 ~ 31.14%
B 137 of 350 ~ 39.14%

%29.71
%31.14
%39.14

CMYK RENK MODELİ

#686D89 rengi CMYK tonu (24,20,0,46).

  • camgöbeği tonu 24.09%
  • eflatun tonu 20.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(24,20,0,46)
C24M20Y0K46 
(24%,20%,0%,46%)
(0.24/0.20/0.00/0.46)	

CMYK yüzdeleri

%24.09
%20.44
%0
%46.27

Codes

Color #686D89 in popluar color models

686D89
RGB104109137
HSL231°13.69%47.25%
HSB/HSV231°24.09%53.73%
CMYK24.09%20.44%0.00%
46.27%

Color #686D89 in popluar number systems.

HEX686D89
Decimal104109137
Binary1101000110110110001001
Octal150155211

Shades and tints

Shades of #686D89

#686D89
(104,109,137)
#5F647D
(95,100,125)
#565B71
(86,91,113)
#4D5265
(77,82,101)
#444959
(68,73,89)
#3B404D
(59,64,77)
#323741
(50,55,65)
#292E35
(41,46,53)
#202529
(32,37,41)
#171C1D
(23,28,29)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #686D89

#686D89
(104,109,137)
#757A93
(117,122,147)
#82879D
(130,135,157)
#8F94A7
(143,148,167)
#9CA1B1
(156,161,177)
#A9AEBB
(169,174,187)
#B6BBC5
(182,187,197)
#C3C8CF
(195,200,207)
#D0D5D9
(208,213,217)
#DDE2E3
(221,226,227)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686D89 color. Also use rgb(104,109,137) instead hex code.

Text Font Color

.myTextColor { color: #686D89; }

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

This text font color is #686D89.


Background Color

.myBgColor { background-color: #686D89; }

<div style="background-color:#686D89">Inner text</div>

This div background color is #686D89.


Border color

.myBorderColor { border: 1px solid #686D89; }

<div style="border:3px solid #686D89">Div</div>

This div border color is #686D89.


Opacity

.myOpacity80 { color: #686D89; opacity: 0.8; }

<p style="color:#686D89;opacity:0.8;">80%</p>

Text with #686D89 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 #686D89;}

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

This text has shadow with #686D89 color.

.textShadow {text-shadow: 3px 3px 1px #686D89, 3px 3px 1px red;}

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

This text has shadow with #686D89 primary color and red secondary color.


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

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

This text has shadow with #686D89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D89 on black background.


Color preview on white background

This text has color #686D89 on white background.



Black color preview on #686D89 background

This text has black color on #686D89 background.


White color preview on #686D89 background

This text has white color on #686D89 background.