COLOR #687687

HEX: #687687
RGB: (104,118,135)

Renk bilgisi

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

RGB renk modeli

#687687 color RGB value is (104,118,135).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 118 of 255 = 46%
B 135 of 255 = 53%

104
118
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 118 + 135 = 357 (100%)
R 104 of 357 ~ 29.13%
G 118 of 357 ~ 33.05%
B 135 of 357 ~ 37.82%

%29.13
%33.05
%37.82

CMYK RENK MODELİ

#687687 rengi CMYK tonu (23,13,0,47).

  • camgöbeği tonu 22.96%
  • eflatun tonu 12.59%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(23,13,0,47)
C23M13Y0K47 
(23%,13%,0%,47%)
(0.23/0.13/0.00/0.47)	

CMYK yüzdeleri

%22.96
%12.59
%0
%47.06

Codes

Color #687687 in popluar color models

687687
RGB104118135
HSL213°12.97%46.86%
HSB/HSV213°22.96%52.94%
CMYK22.96%12.59%0.00%
47.06%

Color #687687 in popluar number systems.

HEX687687
Decimal104118135
Binary1101000111011010000111
Octal150166207

Shades and tints

Shades of #687687

#687687
(104,118,135)
#5F6C7B
(95,108,123)
#56626F
(86,98,111)
#4D5863
(77,88,99)
#444E57
(68,78,87)
#3B444B
(59,68,75)
#323A3F
(50,58,63)
#293033
(41,48,51)
#202627
(32,38,39)
#171C1B
(23,28,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #687687

#687687
(104,118,135)
#758291
(117,130,145)
#828E9B
(130,142,155)
#8F9AA5
(143,154,165)
#9CA6AF
(156,166,175)
#A9B2B9
(169,178,185)
#B6BEC3
(182,190,195)
#C3CACD
(195,202,205)
#D0D6D7
(208,214,215)
#DDE2E1
(221,226,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687687; }

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

This text font color is #687687.


Background Color

.myBgColor { background-color: #687687; }

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

This div background color is #687687.


Border color

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

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

This div border color is #687687.


Opacity

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

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

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

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

This text has shadow with #687687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687687 on black background.


Color preview on white background

This text has color #687687 on white background.



Black color preview on #687687 background

This text has black color on #687687 background.


White color preview on #687687 background

This text has white color on #687687 background.