COLOR #686F8D

HEX: #686F8D
RGB: (104,111,141)

Renk bilgisi

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

RGB renk modeli

#686F8D color RGB value is (104,111,141).

  • kırmız ton 104;
  • yeşil ton 111;
  • mavi ton 141.
RGB:
(104,111,141)
(41%,44%,55%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 111 of 255 = 44%
B 141 of 255 = 55%

104
111
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 111 + 141 = 356 (100%)
R 104 of 356 ~ 29.21%
G 111 of 356 ~ 31.18%
B 141 of 356 ~ 39.61%

%29.21
%31.18
%39.61

CMYK RENK MODELİ

#686F8D rengi CMYK tonu (26,21,0,45).

  • camgöbeği tonu 26.24%
  • eflatun tonu 21.28%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(26,21,0,45)
C26M21Y0K45 
(26%,21%,0%,45%)
(0.26/0.21/0.00/0.45)	

CMYK yüzdeleri

%26.24
%21.28
%0
%44.71

Codes

Color #686F8D in popluar color models

686F8D
RGB104111141
HSL229°15.10%48.04%
HSB/HSV229°26.24%55.29%
CMYK26.24%21.28%0.00%
44.71%

Color #686F8D in popluar number systems.

HEX686F8D
Decimal104111141
Binary1101000110111110001101
Octal150157215

Shades and tints

Shades of #686F8D

#686F8D
(104,111,141)
#5F6581
(95,101,129)
#565B75
(86,91,117)
#4D5169
(77,81,105)
#44475D
(68,71,93)
#3B3D51
(59,61,81)
#323345
(50,51,69)
#292939
(41,41,57)
#201F2D
(32,31,45)
#171521
(23,21,33)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #686F8D

#686F8D
(104,111,141)
#757C97
(117,124,151)
#8289A1
(130,137,161)
#8F96AB
(143,150,171)
#9CA3B5
(156,163,181)
#A9B0BF
(169,176,191)
#B6BDC9
(182,189,201)
#C3CAD3
(195,202,211)
#D0D7DD
(208,215,221)
#DDE4E7
(221,228,231)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686F8D color. Also use rgb(104,111,141) instead hex code.

Text Font Color

.myTextColor { color: #686F8D; }

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

This text font color is #686F8D.


Background Color

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

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

This div background color is #686F8D.


Border color

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

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

This div border color is #686F8D.


Opacity

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

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

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

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

This text has shadow with #686F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686F8D on black background.


Color preview on white background

This text has color #686F8D on white background.



Black color preview on #686F8D background

This text has black color on #686F8D background.


White color preview on #686F8D background

This text has white color on #686F8D background.