COLOR #686978

HEX: #686978
RGB: (104,105,120)

Renk bilgisi

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

RGB renk modeli

#686978 color RGB value is (104,105,120).

  • kırmız ton 104;
  • yeşil ton 105;
  • mavi ton 120.
RGB:
(104,105,120)
(41%,41%,47%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 105 of 255 = 41%
B 120 of 255 = 47%

104
105
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 105 + 120 = 329 (100%)
R 104 of 329 ~ 31.61%
G 105 of 329 ~ 31.91%
B 120 of 329 ~ 36.47%

%31.61
%31.91
%36.47

CMYK RENK MODELİ

#686978 rengi CMYK tonu (13,13,0,53).

  • camgöbeği tonu 13.33%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(13,13,0,53)
C13M13Y0K53 
(13%,13%,0%,53%)
(0.13/0.13/0.00/0.53)	

CMYK yüzdeleri

%13.33
%12.5
%0
%52.94

Codes

Color #686978 in popluar color models

686978
RGB104105120
HSL236°7.14%43.92%
HSB/HSV236°13.33%47.06%
CMYK13.33%12.50%0.00%
52.94%

Color #686978 in popluar number systems.

HEX686978
Decimal104105120
Binary110100011010011111000
Octal150151170

Shades and tints

Shades of #686978

#686978
(104,105,120)
#5F606E
(95,96,110)
#565764
(86,87,100)
#4D4E5A
(77,78,90)
#444550
(68,69,80)
#3B3C46
(59,60,70)
#32333C
(50,51,60)
#292A32
(41,42,50)
#202128
(32,33,40)
#17181E
(23,24,30)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #686978

#686978
(104,105,120)
#757684
(117,118,132)
#828390
(130,131,144)
#8F909C
(143,144,156)
#9C9DA8
(156,157,168)
#A9AAB4
(169,170,180)
#B6B7C0
(182,183,192)
#C3C4CC
(195,196,204)
#D0D1D8
(208,209,216)
#DDDEE4
(221,222,228)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686978 color. Also use rgb(104,105,120) instead hex code.

Text Font Color

.myTextColor { color: #686978; }

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

This text font color is #686978.


Background Color

.myBgColor { background-color: #686978; }

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

This div background color is #686978.


Border color

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

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

This div border color is #686978.


Opacity

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

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

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

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

This text has shadow with #686978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686978 on black background.


Color preview on white background

This text has color #686978 on white background.



Black color preview on #686978 background

This text has black color on #686978 background.


White color preview on #686978 background

This text has white color on #686978 background.