COLOR #687989

HEX: #687989
RGB: (104,121,137)

Renk bilgisi

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

RGB renk modeli

#687989 color RGB value is (104,121,137).

  • kırmız ton 104;
  • yeşil ton 121;
  • mavi ton 137.
RGB:
(104,121,137)
(41%,47%,54%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 121 of 255 = 47%
B 137 of 255 = 54%

104
121
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 121 + 137 = 362 (100%)
R 104 of 362 ~ 28.73%
G 121 of 362 ~ 33.43%
B 137 of 362 ~ 37.85%

%28.73
%33.43
%37.85

CMYK RENK MODELİ

#687989 rengi CMYK tonu (24,12,0,46).

  • camgöbeği tonu 24.09%
  • eflatun tonu 11.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(24,12,0,46)
C24M12Y0K46 
(24%,12%,0%,46%)
(0.24/0.12/0.00/0.46)	

CMYK yüzdeleri

%24.09
%11.68
%0
%46.27

Codes

Color #687989 in popluar color models

687989
RGB104121137
HSL209°13.69%47.25%
HSB/HSV209°24.09%53.73%
CMYK24.09%11.68%0.00%
46.27%

Color #687989 in popluar number systems.

HEX687989
Decimal104121137
Binary1101000111100110001001
Octal150171211

Shades and tints

Shades of #687989

#687989
(104,121,137)
#5F6E7D
(95,110,125)
#566371
(86,99,113)
#4D5865
(77,88,101)
#444D59
(68,77,89)
#3B424D
(59,66,77)
#323741
(50,55,65)
#292C35
(41,44,53)
#202129
(32,33,41)
#17161D
(23,22,29)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #687989

#687989
(104,121,137)
#758593
(117,133,147)
#82919D
(130,145,157)
#8F9DA7
(143,157,167)
#9CA9B1
(156,169,177)
#A9B5BB
(169,181,187)
#B6C1C5
(182,193,197)
#C3CDCF
(195,205,207)
#D0D9D9
(208,217,217)
#DDE5E3
(221,229,227)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687989 color. Also use rgb(104,121,137) instead hex code.

Text Font Color

.myTextColor { color: #687989; }

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

This text font color is #687989.


Background Color

.myBgColor { background-color: #687989; }

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

This div background color is #687989.


Border color

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

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

This div border color is #687989.


Opacity

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

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

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

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

This text has shadow with #687989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687989 on black background.


Color preview on white background

This text has color #687989 on white background.



Black color preview on #687989 background

This text has black color on #687989 background.


White color preview on #687989 background

This text has white color on #687989 background.