COLOR #686E7B

HEX: #686E7B
RGB: (104,110,123)

Renk bilgisi

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

RGB renk modeli

#686E7B color RGB value is (104,110,123).

  • kırmız ton 104;
  • yeşil ton 110;
  • mavi ton 123.
RGB:
(104,110,123)
(41%,43%,48%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 110 of 255 = 43%
B 123 of 255 = 48%

104
110
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 110 + 123 = 337 (100%)
R 104 of 337 ~ 30.86%
G 110 of 337 ~ 32.64%
B 123 of 337 ~ 36.5%

%30.86
%32.64
%36.5

CMYK RENK MODELİ

#686E7B rengi CMYK tonu (15,11,0,52).

  • camgöbeği tonu 15.45%
  • eflatun tonu 10.57%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(15,11,0,52)
C15M11Y0K52 
(15%,11%,0%,52%)
(0.15/0.11/0.00/0.52)	

CMYK yüzdeleri

%15.45
%10.57
%0
%51.76

Codes

Color #686E7B in popluar color models

686E7B
RGB104110123
HSL221°8.37%44.51%
HSB/HSV221°15.45%48.24%
CMYK15.45%10.57%0.00%
51.76%

Color #686E7B in popluar number systems.

HEX686E7B
Decimal104110123
Binary110100011011101111011
Octal150156173

Shades and tints

Shades of #686E7B

#686E7B
(104,110,123)
#5F6470
(95,100,112)
#565A65
(86,90,101)
#4D505A
(77,80,90)
#44464F
(68,70,79)
#3B3C44
(59,60,68)
#323239
(50,50,57)
#29282E
(41,40,46)
#201E23
(32,30,35)
#171418
(23,20,24)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #686E7B

#686E7B
(104,110,123)
#757B87
(117,123,135)
#828893
(130,136,147)
#8F959F
(143,149,159)
#9CA2AB
(156,162,171)
#A9AFB7
(169,175,183)
#B6BCC3
(182,188,195)
#C3C9CF
(195,201,207)
#D0D6DB
(208,214,219)
#DDE3E7
(221,227,231)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E7B color. Also use rgb(104,110,123) instead hex code.

Text Font Color

.myTextColor { color: #686E7B; }

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

This text font color is #686E7B.


Background Color

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

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

This div background color is #686E7B.


Border color

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

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

This div border color is #686E7B.


Opacity

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

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

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

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

This text has shadow with #686E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E7B on black background.


Color preview on white background

This text has color #686E7B on white background.



Black color preview on #686E7B background

This text has black color on #686E7B background.


White color preview on #686E7B background

This text has white color on #686E7B background.