COLOR #687EAA

HEX: #687EAA
RGB: (104,126,170)

Renk bilgisi

#687EAA contains mainly green and blue colors. #687EAA ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#687EAA color RGB value is (104,126,170).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 170 of 255 = 67%

104
126
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 170 = 400 (100%)
R 104 of 400 ~ 26%
G 126 of 400 ~ 31.5%
B 170 of 400 ~ 42.5%

%26
%31.5
%42.5

CMYK RENK MODELİ

#687EAA rengi CMYK tonu (39,26,0,33).

  • camgöbeği tonu 38.82%
  • eflatun tonu 25.88%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(39,26,0,33)
C39M26Y0K33 
(39%,26%,0%,33%)
(0.39/0.26/0.00/0.33)	

CMYK yüzdeleri

%38.82
%25.88
%0
%33.33

Codes

Color #687EAA in popluar color models

687EAA
RGB104126170
HSL220°27.97%53.73%
HSB/HSV220°38.82%66.67%
CMYK38.82%25.88%0.00%
33.33%

Color #687EAA in popluar number systems.

HEX687EAA
Decimal104126170
Binary1101000111111010101010
Octal150176252

Shades and tints

Shades of #687EAA

#687EAA
(104,126,170)
#5F739B
(95,115,155)
#56688C
(86,104,140)
#4D5D7D
(77,93,125)
#44526E
(68,82,110)
#3B475F
(59,71,95)
#323C50
(50,60,80)
#293141
(41,49,65)
#202632
(32,38,50)
#171B23
(23,27,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #687EAA

#687EAA
(104,126,170)
#7589B1
(117,137,177)
#8294B8
(130,148,184)
#8F9FBF
(143,159,191)
#9CAAC6
(156,170,198)
#A9B5CD
(169,181,205)
#B6C0D4
(182,192,212)
#C3CBDB
(195,203,219)
#D0D6E2
(208,214,226)
#DDE1E9
(221,225,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687EAA; }

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

This text font color is #687EAA.


Background Color

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

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

This div background color is #687EAA.


Border color

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

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

This div border color is #687EAA.


Opacity

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

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

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

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

This text has shadow with #687EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687EAA on black background.


Color preview on white background

This text has color #687EAA on white background.



Black color preview on #687EAA background

This text has black color on #687EAA background.


White color preview on #687EAA background

This text has white color on #687EAA background.