COLOR #686771

HEX: #686771
RGB: (104,103,113)

Renk bilgisi

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

RGB renk modeli

#686771 color RGB value is (104,103,113).

  • kırmız ton 104;
  • yeşil ton 103;
  • mavi ton 113.
RGB:
(104,103,113)
(41%,40%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 113 of 255 = 44%

104
103
113

R + G + B ~ 42%. #686771 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 113 = 320 (100%)
R 104 of 320 ~ 32.5%
G 103 of 320 ~ 32.19%
B 113 of 320 ~ 35.31%

%32.5
%32.19
%35.31

CMYK RENK MODELİ

#686771 rengi CMYK tonu (8,9,0,56).

  • camgöbeği tonu 7.96%
  • eflatun tonu 8.85%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(8,9,0,56)
C8M9Y0K56 
(8%,9%,0%,56%)
(0.08/0.09/0.00/0.56)	

CMYK yüzdeleri

%7.96
%8.85
%0
%55.69

Codes

Color #686771 in popluar color models

686771
RGB104103113
HSL246°4.63%42.35%
HSB/HSV246°8.85%44.31%
CMYK7.96%8.85%0.00%
55.69%

Color #686771 in popluar number systems.

HEX686771
Decimal104103113
Binary110100011001111110001
Octal150147161

Shades and tints

Shades of #686771

#686771
(104,103,113)
#5F5E67
(95,94,103)
#56555D
(86,85,93)
#4D4C53
(77,76,83)
#444349
(68,67,73)
#3B3A3F
(59,58,63)
#323135
(50,49,53)
#29282B
(41,40,43)
#201F21
(32,31,33)
#171617
(23,22,23)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #686771

#686771
(104,103,113)
#75747D
(117,116,125)
#828189
(130,129,137)
#8F8E95
(143,142,149)
#9C9BA1
(156,155,161)
#A9A8AD
(169,168,173)
#B6B5B9
(182,181,185)
#C3C2C5
(195,194,197)
#D0CFD1
(208,207,209)
#DDDCDD
(221,220,221)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686771 color. Also use rgb(104,103,113) instead hex code.

Text Font Color

.myTextColor { color: #686771; }

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

This text font color is #686771.


Background Color

.myBgColor { background-color: #686771; }

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

This div background color is #686771.


Border color

.myBorderColor { border: 1px solid #686771; }

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

This div border color is #686771.


Opacity

.myOpacity80 { color: #686771; opacity: 0.8; }

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

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

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

This text has shadow with #686771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686771 on black background.


Color preview on white background

This text has color #686771 on white background.



Black color preview on #686771 background

This text has black color on #686771 background.


White color preview on #686771 background

This text has white color on #686771 background.