COLOR #687887

HEX: #687887
RGB: (104,120,135)

Renk bilgisi

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

RGB renk modeli

#687887 color RGB value is (104,120,135).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 120 of 255 = 47%
B 135 of 255 = 53%

104
120
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 120 + 135 = 359 (100%)
R 104 of 359 ~ 28.97%
G 120 of 359 ~ 33.43%
B 135 of 359 ~ 37.6%

%28.97
%33.43
%37.6

CMYK RENK MODELİ

#687887 rengi CMYK tonu (23,11,0,47).

  • camgöbeği tonu 22.96%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(23,11,0,47)
C23M11Y0K47 
(23%,11%,0%,47%)
(0.23/0.11/0.00/0.47)	

CMYK yüzdeleri

%22.96
%11.11
%0
%47.06

Codes

Color #687887 in popluar color models

687887
RGB104120135
HSL209°12.97%46.86%
HSB/HSV209°22.96%52.94%
CMYK22.96%11.11%0.00%
47.06%

Color #687887 in popluar number systems.

HEX687887
Decimal104120135
Binary1101000111100010000111
Octal150170207

Shades and tints

Shades of #687887

#687887
(104,120,135)
#5F6E7B
(95,110,123)
#56646F
(86,100,111)
#4D5A63
(77,90,99)
#445057
(68,80,87)
#3B464B
(59,70,75)
#323C3F
(50,60,63)
#293233
(41,50,51)
#202827
(32,40,39)
#171E1B
(23,30,27)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #687887

#687887
(104,120,135)
#758491
(117,132,145)
#82909B
(130,144,155)
#8F9CA5
(143,156,165)
#9CA8AF
(156,168,175)
#A9B4B9
(169,180,185)
#B6C0C3
(182,192,195)
#C3CCCD
(195,204,205)
#D0D8D7
(208,216,215)
#DDE4E1
(221,228,225)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687887; }

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

This text font color is #687887.


Background Color

.myBgColor { background-color: #687887; }

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

This div background color is #687887.


Border color

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

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

This div border color is #687887.


Opacity

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

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

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

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

This text has shadow with #687887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687887 on black background.


Color preview on white background

This text has color #687887 on white background.



Black color preview on #687887 background

This text has black color on #687887 background.


White color preview on #687887 background

This text has white color on #687887 background.