COLOR #687080

HEX: #687080
RGB: (104,112,128)

Renk bilgisi

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

RGB renk modeli

#687080 color RGB value is (104,112,128).

  • kırmız ton 104;
  • yeşil ton 112;
  • mavi ton 128.
RGB:
(104,112,128)
(41%,44%,50%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 112 of 255 = 44%
B 128 of 255 = 50%

104
112
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 112 + 128 = 344 (100%)
R 104 of 344 ~ 30.23%
G 112 of 344 ~ 32.56%
B 128 of 344 ~ 37.21%

%30.23
%32.56
%37.21

CMYK RENK MODELİ

#687080 rengi CMYK tonu (19,13,0,50).

  • camgöbeği tonu 18.75%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(19,13,0,50)
C19M13Y0K50 
(19%,13%,0%,50%)
(0.19/0.13/0.00/0.50)	

CMYK yüzdeleri

%18.75
%12.5
%0
%49.8

Codes

Color #687080 in popluar color models

687080
RGB104112128
HSL220°10.34%45.49%
HSB/HSV220°18.75%50.20%
CMYK18.75%12.50%0.00%
49.80%

Color #687080 in popluar number systems.

HEX687080
Decimal104112128
Binary1101000111000010000000
Octal150160200

Shades and tints

Shades of #687080

#687080
(104,112,128)
#5F6675
(95,102,117)
#565C6A
(86,92,106)
#4D525F
(77,82,95)
#444854
(68,72,84)
#3B3E49
(59,62,73)
#32343E
(50,52,62)
#292A33
(41,42,51)
#202028
(32,32,40)
#17161D
(23,22,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #687080

#687080
(104,112,128)
#757D8B
(117,125,139)
#828A96
(130,138,150)
#8F97A1
(143,151,161)
#9CA4AC
(156,164,172)
#A9B1B7
(169,177,183)
#B6BEC2
(182,190,194)
#C3CBCD
(195,203,205)
#D0D8D8
(208,216,216)
#DDE5E3
(221,229,227)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687080 color. Also use rgb(104,112,128) instead hex code.

Text Font Color

.myTextColor { color: #687080; }

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

This text font color is #687080.


Background Color

.myBgColor { background-color: #687080; }

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

This div background color is #687080.


Border color

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

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

This div border color is #687080.


Opacity

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

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

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

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

This text has shadow with #687080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687080 on black background.


Color preview on white background

This text has color #687080 on white background.



Black color preview on #687080 background

This text has black color on #687080 background.


White color preview on #687080 background

This text has white color on #687080 background.