COLOR #687E9D

HEX: #687E9D
RGB: (104,126,157)

Renk bilgisi

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

RGB renk modeli

#687E9D color RGB value is (104,126,157).

  • kırmız ton 104;
  • yeşil ton 126;
  • mavi ton 157.
RGB:
(104,126,157)
(41%,49%,62%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 157 of 255 = 62%

104
126
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 157 = 387 (100%)
R 104 of 387 ~ 26.87%
G 126 of 387 ~ 32.56%
B 157 of 387 ~ 40.57%

%26.87
%32.56
%40.57

CMYK RENK MODELİ

#687E9D rengi CMYK tonu (34,20,0,38).

  • camgöbeği tonu 33.76%
  • eflatun tonu 19.75%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(34,20,0,38)
C34M20Y0K38 
(34%,20%,0%,38%)
(0.34/0.20/0.00/0.38)	

CMYK yüzdeleri

%33.76
%19.75
%0
%38.43

Codes

Color #687E9D in popluar color models

687E9D
RGB104126157
HSL215°21.29%51.18%
HSB/HSV215°33.76%61.57%
CMYK33.76%19.75%0.00%
38.43%

Color #687E9D in popluar number systems.

HEX687E9D
Decimal104126157
Binary1101000111111010011101
Octal150176235

Shades and tints

Shades of #687E9D

#687E9D
(104,126,157)
#5F738F
(95,115,143)
#566881
(86,104,129)
#4D5D73
(77,93,115)
#445265
(68,82,101)
#3B4757
(59,71,87)
#323C49
(50,60,73)
#29313B
(41,49,59)
#20262D
(32,38,45)
#171B1F
(23,27,31)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #687E9D

#687E9D
(104,126,157)
#7589A5
(117,137,165)
#8294AD
(130,148,173)
#8F9FB5
(143,159,181)
#9CAABD
(156,170,189)
#A9B5C5
(169,181,197)
#B6C0CD
(182,192,205)
#C3CBD5
(195,203,213)
#D0D6DD
(208,214,221)
#DDE1E5
(221,225,229)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E9D color. Also use rgb(104,126,157) instead hex code.

Text Font Color

.myTextColor { color: #687E9D; }

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

This text font color is #687E9D.


Background Color

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

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

This div background color is #687E9D.


Border color

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

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

This div border color is #687E9D.


Opacity

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

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

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

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

This text has shadow with #687E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E9D on black background.


Color preview on white background

This text has color #687E9D on white background.



Black color preview on #687E9D background

This text has black color on #687E9D background.


White color preview on #687E9D background

This text has white color on #687E9D background.