COLOR #687B8E

HEX: #687B8E
RGB: (104,123,142)

Renk bilgisi

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

RGB renk modeli

#687B8E color RGB value is (104,123,142).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 142 of 255 = 56%

104
123
142

R + G + B ~ 48%. #687B8E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 142 = 369 (100%)
R 104 of 369 ~ 28.18%
G 123 of 369 ~ 33.33%
B 142 of 369 ~ 38.48%

%28.18
%33.33
%38.48

CMYK RENK MODELİ

#687B8E rengi CMYK tonu (27,13,0,44).

  • camgöbeği tonu 26.76%
  • eflatun tonu 13.38%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(27,13,0,44)
C27M13Y0K44 
(27%,13%,0%,44%)
(0.27/0.13/0.00/0.44)	

CMYK yüzdeleri

%26.76
%13.38
%0
%44.31

Codes

Color #687B8E in popluar color models

687B8E
RGB104123142
HSL210°15.45%48.24%
HSB/HSV210°26.76%55.69%
CMYK26.76%13.38%0.00%
44.31%

Color #687B8E in popluar number systems.

HEX687B8E
Decimal104123142
Binary1101000111101110001110
Octal150173216

Shades and tints

Shades of #687B8E

#687B8E
(104,123,142)
#5F7082
(95,112,130)
#566576
(86,101,118)
#4D5A6A
(77,90,106)
#444F5E
(68,79,94)
#3B4452
(59,68,82)
#323946
(50,57,70)
#292E3A
(41,46,58)
#20232E
(32,35,46)
#171822
(23,24,34)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #687B8E

#687B8E
(104,123,142)
#758798
(117,135,152)
#8293A2
(130,147,162)
#8F9FAC
(143,159,172)
#9CABB6
(156,171,182)
#A9B7C0
(169,183,192)
#B6C3CA
(182,195,202)
#C3CFD4
(195,207,212)
#D0DBDE
(208,219,222)
#DDE7E8
(221,231,232)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B8E color. Also use rgb(104,123,142) instead hex code.

Text Font Color

.myTextColor { color: #687B8E; }

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

This text font color is #687B8E.


Background Color

.myBgColor { background-color: #687B8E; }

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

This div background color is #687B8E.


Border color

.myBorderColor { border: 1px solid #687B8E; }

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

This div border color is #687B8E.


Opacity

.myOpacity80 { color: #687B8E; opacity: 0.8; }

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

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

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

This text has shadow with #687B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B8E on black background.


Color preview on white background

This text has color #687B8E on white background.



Black color preview on #687B8E background

This text has black color on #687B8E background.


White color preview on #687B8E background

This text has white color on #687B8E background.