COLOR #687EAB

HEX: #687EAB RGB: (104,126,171)

Color info

#687EAB contains mainly green and blue colors. Web safe color of #687EAB is #666699 (or #669).

RGB color model

#687EAB color RGB value is (104,126,171).

RGB: (104,126,171) (41%, 49%, 67%)

RGB channels and saturation

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

104
126
171

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

Portions of RGB colors in percentages

R + G + B = 104 + 126 + 171 = 401 (100%)
R 104 of 401 ~ 25.94%
G 126 of 401 ~ 31.42%
B 171 of 401 ~ 42.64'%

%25.94
%31.42
%42.64

CMYK color model

#687EAB color CMYK value is (39,26,0,33).

  • cyan value is 39.18%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (39,26,0,33)
C39M26Y0K33 (39%, 26%, 0%, 33%)
(0.39 / 0.26 / 0.00 / 0.33)

CMYK percentages

%39.18
%26.32
%0
%32.94

Codes

Color #687EAB in popluar color models

68 7E AB
RGB 104 126 171
HSL 220° 28.51% 53.92%
HSB/HSV 220° 39.18% 67.06%
CMYK 39.18% 26.32% 0.00%
32.94%

Color #687EAB in popluar number systems.

HEX 68 7E AB
Decimal 104 126 171
Binary 1101000 1111110 10101011
Octal 150 176 253

Shades and tints

Shades of #687EAB

#687EAB
(104,126,171)
#5F739C
(95,115,156)
#56688D
(86,104,141)
#4D5D7E
(77,93,126)
#44526F
(68,82,111)
#3B4760
(59,71,96)
#323C51
(50,60,81)
#293142
(41,49,66)
#202633
(32,38,51)
#171B24
(23,27,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #687EAB

#687EAB
(104,126,171)
#7589B2
(117,137,178)
#8294B9
(130,148,185)
#8F9FC0
(143,159,192)
#9CAAC7
(156,170,199)
#A9B5CE
(169,181,206)
#B6C0D5
(182,192,213)
#C3CBDC
(195,203,220)
#D0D6E3
(208,214,227)
#DDE1EA
(221,225,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687EAB; }

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

This text font color is #687EAB.

Background Color

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

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

This div background color is #687EAB.

Border color

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

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

This div border color is #687EAB.

Opacity

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

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

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

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

This text has shadow with #687EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687EAB.

Preview

Color preview on black background

This text has color #687EAB on black background.


Color preview on white background

This text has color #687EAB on white background.


Black color preview on #687EAB background

This text has black color on #687EAB background.


White color preview on #687EAB background

This text has white color on #687EAB background.


Related colors

Complementary color

Complementary color for #hex is #978154.


I love getcolorcode.com

Triadic colors

1 #AB687E and #7EAB68 with #687EAB are triadic colors.

2 #AB7E68 and #7E68AB with #687EAB are triadic colors.