COLOR #687F84

HEX: #687F84
RGB: (104,127,132)

Renk bilgisi

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

RGB renk modeli

#687F84 color RGB value is (104,127,132).

  • kırmız ton 104;
  • yeşil ton 127;
  • mavi ton 132.
RGB:
(104,127,132)
(41%,50%,52%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 127 of 255 = 50%
B 132 of 255 = 52%

104
127
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 127 + 132 = 363 (100%)
R 104 of 363 ~ 28.65%
G 127 of 363 ~ 34.99%
B 132 of 363 ~ 36.36%

%28.65
%34.99
%36.36

CMYK RENK MODELİ

#687F84 rengi CMYK tonu (21,4,0,48).

  • camgöbeği tonu 21.21%
  • eflatun tonu 3.79%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(21,4,0,48)
C21M4Y0K48 
(21%,4%,0%,48%)
(0.21/0.04/0.00/0.48)	

CMYK yüzdeleri

%21.21
%3.79
%0
%48.24

Codes

Color #687F84 in popluar color models

687F84
RGB104127132
HSL191°11.86%46.27%
HSB/HSV191°21.21%51.76%
CMYK21.21%3.79%0.00%
48.24%

Color #687F84 in popluar number systems.

HEX687F84
Decimal104127132
Binary1101000111111110000100
Octal150177204

Shades and tints

Shades of #687F84

#687F84
(104,127,132)
#5F7478
(95,116,120)
#56696C
(86,105,108)
#4D5E60
(77,94,96)
#445354
(68,83,84)
#3B4848
(59,72,72)
#323D3C
(50,61,60)
#293230
(41,50,48)
#202724
(32,39,36)
#171C18
(23,28,24)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #687F84

#687F84
(104,127,132)
#758A8F
(117,138,143)
#82959A
(130,149,154)
#8FA0A5
(143,160,165)
#9CABB0
(156,171,176)
#A9B6BB
(169,182,187)
#B6C1C6
(182,193,198)
#C3CCD1
(195,204,209)
#D0D7DC
(208,215,220)
#DDE2E7
(221,226,231)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687F84 color. Also use rgb(104,127,132) instead hex code.

Text Font Color

.myTextColor { color: #687F84; }

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

This text font color is #687F84.


Background Color

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

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

This div background color is #687F84.


Border color

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

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

This div border color is #687F84.


Opacity

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

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

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

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

This text has shadow with #687F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687F84 on black background.


Color preview on white background

This text has color #687F84 on white background.



Black color preview on #687F84 background

This text has black color on #687F84 background.


White color preview on #687F84 background

This text has white color on #687F84 background.