COLOR #687B89

HEX: #687B89
RGB: (104,123,137)

Renk bilgisi

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

RGB renk modeli

#687B89 color RGB value is (104,123,137).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 137 of 255 = 54%

104
123
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 137 = 364 (100%)
R 104 of 364 ~ 28.57%
G 123 of 364 ~ 33.79%
B 137 of 364 ~ 37.64%

%28.57
%33.79
%37.64

CMYK RENK MODELİ

#687B89 rengi CMYK tonu (24,10,0,46).

  • camgöbeği tonu 24.09%
  • eflatun tonu 10.22%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(24,10,0,46)
C24M10Y0K46 
(24%,10%,0%,46%)
(0.24/0.10/0.00/0.46)	

CMYK yüzdeleri

%24.09
%10.22
%0
%46.27

Codes

Color #687B89 in popluar color models

687B89
RGB104123137
HSL205°13.69%47.25%
HSB/HSV205°24.09%53.73%
CMYK24.09%10.22%0.00%
46.27%

Color #687B89 in popluar number systems.

HEX687B89
Decimal104123137
Binary1101000111101110001001
Octal150173211

Shades and tints

Shades of #687B89

#687B89
(104,123,137)
#5F707D
(95,112,125)
#566571
(86,101,113)
#4D5A65
(77,90,101)
#444F59
(68,79,89)
#3B444D
(59,68,77)
#323941
(50,57,65)
#292E35
(41,46,53)
#202329
(32,35,41)
#17181D
(23,24,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #687B89

#687B89
(104,123,137)
#758793
(117,135,147)
#82939D
(130,147,157)
#8F9FA7
(143,159,167)
#9CABB1
(156,171,177)
#A9B7BB
(169,183,187)
#B6C3C5
(182,195,197)
#C3CFCF
(195,207,207)
#D0DBD9
(208,219,217)
#DDE7E3
(221,231,227)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B89; }

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

This text font color is #687B89.


Background Color

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

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

This div background color is #687B89.


Border color

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

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

This div border color is #687B89.


Opacity

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

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

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

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

This text has shadow with #687B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B89 on black background.


Color preview on white background

This text has color #687B89 on white background.



Black color preview on #687B89 background

This text has black color on #687B89 background.


White color preview on #687B89 background

This text has white color on #687B89 background.