COLOR #687A87

HEX: #687A87
RGB: (104,122,135)

Renk bilgisi

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

RGB renk modeli

#687A87 color RGB value is (104,122,135).

  • kırmız ton 104;
  • yeşil ton 122;
  • mavi ton 135.
RGB:
(104,122,135)
(41%,48%,53%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 122 of 255 = 48%
B 135 of 255 = 53%

104
122
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 122 + 135 = 361 (100%)
R 104 of 361 ~ 28.81%
G 122 of 361 ~ 33.8%
B 135 of 361 ~ 37.4%

%28.81
%33.8
%37.4

CMYK RENK MODELİ

#687A87 rengi CMYK tonu (23,10,0,47).

  • camgöbeği tonu 22.96%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(23,10,0,47)
C23M10Y0K47 
(23%,10%,0%,47%)
(0.23/0.10/0.00/0.47)	

CMYK yüzdeleri

%22.96
%9.63
%0
%47.06

Codes

Color #687A87 in popluar color models

687A87
RGB104122135
HSL205°12.97%46.86%
HSB/HSV205°22.96%52.94%
CMYK22.96%9.63%0.00%
47.06%

Color #687A87 in popluar number systems.

HEX687A87
Decimal104122135
Binary1101000111101010000111
Octal150172207

Shades and tints

Shades of #687A87

#687A87
(104,122,135)
#5F6F7B
(95,111,123)
#56646F
(86,100,111)
#4D5963
(77,89,99)
#444E57
(68,78,87)
#3B434B
(59,67,75)
#32383F
(50,56,63)
#292D33
(41,45,51)
#202227
(32,34,39)
#17171B
(23,23,27)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #687A87

#687A87
(104,122,135)
#758691
(117,134,145)
#82929B
(130,146,155)
#8F9EA5
(143,158,165)
#9CAAAF
(156,170,175)
#A9B6B9
(169,182,185)
#B6C2C3
(182,194,195)
#C3CECD
(195,206,205)
#D0DAD7
(208,218,215)
#DDE6E1
(221,230,225)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687A87 color. Also use rgb(104,122,135) instead hex code.

Text Font Color

.myTextColor { color: #687A87; }

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

This text font color is #687A87.


Background Color

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

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

This div background color is #687A87.


Border color

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

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

This div border color is #687A87.


Opacity

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

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

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

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

This text has shadow with #687A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687A87 on black background.


Color preview on white background

This text has color #687A87 on white background.



Black color preview on #687A87 background

This text has black color on #687A87 background.


White color preview on #687A87 background

This text has white color on #687A87 background.