COLOR #687C82

HEX: #687C82
RGB: (104,124,130)

Renk bilgisi

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

RGB renk modeli

#687C82 color RGB value is (104,124,130).

  • kırmız ton 104;
  • yeşil ton 124;
  • mavi ton 130.
RGB:
(104,124,130)
(41%,49%,51%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 124 of 255 = 49%
B 130 of 255 = 51%

104
124
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 124 + 130 = 358 (100%)
R 104 of 358 ~ 29.05%
G 124 of 358 ~ 34.64%
B 130 of 358 ~ 36.31%

%29.05
%34.64
%36.31

CMYK RENK MODELİ

#687C82 rengi CMYK tonu (20,5,0,49).

  • camgöbeği tonu 20.00%
  • eflatun tonu 4.62%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(20,5,0,49)
C20M5Y0K49 
(20%,5%,0%,49%)
(0.20/0.05/0.00/0.49)	

CMYK yüzdeleri

%20
%4.62
%0
%49.02

Codes

Color #687C82 in popluar color models

687C82
RGB104124130
HSL194°11.11%45.88%
HSB/HSV194°20.00%50.98%
CMYK20.00%4.62%0.00%
49.02%

Color #687C82 in popluar number systems.

HEX687C82
Decimal104124130
Binary1101000111110010000010
Octal150174202

Shades and tints

Shades of #687C82

#687C82
(104,124,130)
#5F7177
(95,113,119)
#56666C
(86,102,108)
#4D5B61
(77,91,97)
#445056
(68,80,86)
#3B454B
(59,69,75)
#323A40
(50,58,64)
#292F35
(41,47,53)
#20242A
(32,36,42)
#17191F
(23,25,31)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #687C82

#687C82
(104,124,130)
#75878D
(117,135,141)
#829298
(130,146,152)
#8F9DA3
(143,157,163)
#9CA8AE
(156,168,174)
#A9B3B9
(169,179,185)
#B6BEC4
(182,190,196)
#C3C9CF
(195,201,207)
#D0D4DA
(208,212,218)
#DDDFE5
(221,223,229)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687C82 color. Also use rgb(104,124,130) instead hex code.

Text Font Color

.myTextColor { color: #687C82; }

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

This text font color is #687C82.


Background Color

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

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

This div background color is #687C82.


Border color

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

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

This div border color is #687C82.


Opacity

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

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

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

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

This text has shadow with #687C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C82 on black background.


Color preview on white background

This text has color #687C82 on white background.



Black color preview on #687C82 background

This text has black color on #687C82 background.


White color preview on #687C82 background

This text has white color on #687C82 background.