COLOR #686D88

HEX: #686D88
RGB: (104,109,136)

Renk bilgisi

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

RGB renk modeli

#686D88 color RGB value is (104,109,136).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 136 of 255 = 53%

104
109
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 136 = 349 (100%)
R 104 of 349 ~ 29.8%
G 109 of 349 ~ 31.23%
B 136 of 349 ~ 38.97%

%29.8
%31.23
%38.97

CMYK RENK MODELİ

#686D88 rengi CMYK tonu (24,20,0,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 19.85%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(24,20,0,47)
C24M20Y0K47 
(24%,20%,0%,47%)
(0.24/0.20/0.00/0.47)	

CMYK yüzdeleri

%23.53
%19.85
%0
%46.67

Codes

Color #686D88 in popluar color models

686D88
RGB104109136
HSL231°13.33%47.06%
HSB/HSV231°23.53%53.33%
CMYK23.53%19.85%0.00%
46.67%

Color #686D88 in popluar number systems.

HEX686D88
Decimal104109136
Binary1101000110110110001000
Octal150155210

Shades and tints

Shades of #686D88

#686D88
(104,109,136)
#5F647C
(95,100,124)
#565B70
(86,91,112)
#4D5264
(77,82,100)
#444958
(68,73,88)
#3B404C
(59,64,76)
#323740
(50,55,64)
#292E34
(41,46,52)
#202528
(32,37,40)
#171C1C
(23,28,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #686D88

#686D88
(104,109,136)
#757A92
(117,122,146)
#82879C
(130,135,156)
#8F94A6
(143,148,166)
#9CA1B0
(156,161,176)
#A9AEBA
(169,174,186)
#B6BBC4
(182,187,196)
#C3C8CE
(195,200,206)
#D0D5D8
(208,213,216)
#DDE2E2
(221,226,226)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D88; }

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

This text font color is #686D88.


Background Color

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

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

This div background color is #686D88.


Border color

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

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

This div border color is #686D88.


Opacity

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

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

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

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

This text has shadow with #686D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D88 on black background.


Color preview on white background

This text has color #686D88 on white background.



Black color preview on #686D88 background

This text has black color on #686D88 background.


White color preview on #686D88 background

This text has white color on #686D88 background.