COLOR #687896

HEX: #687896
RGB: (104,120,150)

Renk bilgisi

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

RGB renk modeli

#687896 color RGB value is (104,120,150).

  • kırmız ton 104;
  • yeşil ton 120;
  • mavi ton 150.
RGB:
(104,120,150)
(41%,47%,59%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 120 of 255 = 47%
B 150 of 255 = 59%

104
120
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 120 + 150 = 374 (100%)
R 104 of 374 ~ 27.81%
G 120 of 374 ~ 32.09%
B 150 of 374 ~ 40.11%

%27.81
%32.09
%40.11

CMYK RENK MODELİ

#687896 rengi CMYK tonu (31,20,0,41).

  • camgöbeği tonu 30.67%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(31,20,0,41)
C31M20Y0K41 
(31%,20%,0%,41%)
(0.31/0.20/0.00/0.41)	

CMYK yüzdeleri

%30.67
%20
%0
%41.18

Codes

Color #687896 in popluar color models

687896
RGB104120150
HSL219°18.11%49.80%
HSB/HSV219°30.67%58.82%
CMYK30.67%20.00%0.00%
41.18%

Color #687896 in popluar number systems.

HEX687896
Decimal104120150
Binary1101000111100010010110
Octal150170226

Shades and tints

Shades of #687896

#687896
(104,120,150)
#5F6E89
(95,110,137)
#56647C
(86,100,124)
#4D5A6F
(77,90,111)
#445062
(68,80,98)
#3B4655
(59,70,85)
#323C48
(50,60,72)
#29323B
(41,50,59)
#20282E
(32,40,46)
#171E21
(23,30,33)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #687896

#687896
(104,120,150)
#75849F
(117,132,159)
#8290A8
(130,144,168)
#8F9CB1
(143,156,177)
#9CA8BA
(156,168,186)
#A9B4C3
(169,180,195)
#B6C0CC
(182,192,204)
#C3CCD5
(195,204,213)
#D0D8DE
(208,216,222)
#DDE4E7
(221,228,231)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687896 color. Also use rgb(104,120,150) instead hex code.

Text Font Color

.myTextColor { color: #687896; }

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

This text font color is #687896.


Background Color

.myBgColor { background-color: #687896; }

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

This div background color is #687896.


Border color

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

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

This div border color is #687896.


Opacity

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

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

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

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

This text has shadow with #687896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687896 on black background.


Color preview on white background

This text has color #687896 on white background.



Black color preview on #687896 background

This text has black color on #687896 background.


White color preview on #687896 background

This text has white color on #687896 background.