COLOR #687E90

HEX: #687E90
RGB: (104,126,144)

Renk bilgisi

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

RGB renk modeli

#687E90 color RGB value is (104,126,144).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 144 of 255 = 56%

104
126
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 144 = 374 (100%)
R 104 of 374 ~ 27.81%
G 126 of 374 ~ 33.69%
B 144 of 374 ~ 38.5%

%27.81
%33.69
%38.5

CMYK RENK MODELİ

#687E90 rengi CMYK tonu (28,13,0,44).

  • camgöbeği tonu 27.78%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(28,13,0,44)
C28M13Y0K44 
(28%,13%,0%,44%)
(0.28/0.13/0.00/0.44)	

CMYK yüzdeleri

%27.78
%12.5
%0
%43.53

Codes

Color #687E90 in popluar color models

687E90
RGB104126144
HSL207°16.13%48.63%
HSB/HSV207°27.78%56.47%
CMYK27.78%12.50%0.00%
43.53%

Color #687E90 in popluar number systems.

HEX687E90
Decimal104126144
Binary1101000111111010010000
Octal150176220

Shades and tints

Shades of #687E90

#687E90
(104,126,144)
#5F7383
(95,115,131)
#566876
(86,104,118)
#4D5D69
(77,93,105)
#44525C
(68,82,92)
#3B474F
(59,71,79)
#323C42
(50,60,66)
#293135
(41,49,53)
#202628
(32,38,40)
#171B1B
(23,27,27)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #687E90

#687E90
(104,126,144)
#75899A
(117,137,154)
#8294A4
(130,148,164)
#8F9FAE
(143,159,174)
#9CAAB8
(156,170,184)
#A9B5C2
(169,181,194)
#B6C0CC
(182,192,204)
#C3CBD6
(195,203,214)
#D0D6E0
(208,214,224)
#DDE1EA
(221,225,234)
#EAECF4
(234,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E90; }

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

This text font color is #687E90.


Background Color

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

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

This div background color is #687E90.


Border color

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

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

This div border color is #687E90.


Opacity

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

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

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

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

This text has shadow with #687E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E90 on black background.


Color preview on white background

This text has color #687E90 on white background.



Black color preview on #687E90 background

This text has black color on #687E90 background.


White color preview on #687E90 background

This text has white color on #687E90 background.