COLOR #688AB2

HEX: #688AB2
RGB: (104,138,178)

Color info

#688AB2 contains mainly green and blue colors. Web safe color of #688AB2 is #669999 (or #699).

RGB color model

#688AB2 color RGB value is (104,138,178).

  • red value is 104;
  • green value is 138;
  • blue value is 178.
RGB:
(104,138,178)
(41%,54%,70%)

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 178 of 255 = 70%

104
138
178

R + G + B ~ 55%. #688AB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 138 + 178 = 420 (100%)
R 104 of 420 ~ 24.76%
G 138 of 420 ~ 32.86%
B 178 of 420 ~ 42.38%

%24.76
%32.86
%42.38

CMYK color model

#688AB2 color CMYK value is (42,22,0,30).

  • cyan value is 41.57%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(42,22,0,30)
C42M22Y0K30 
(42%,22%,0%,30%)
(0.42/0.22/0.00/0.30)	

CMYK percentages

%41.57
%22.47
%0
%30.2

Codes

Color #688AB2 in popluar color models

688AB2
RGB104138178
HSL212°32.46%55.29%
HSB/HSV212°41.57%69.80%
CMYK41.57%22.47%0.00%
30.20%

Color #688AB2 in popluar number systems.

HEX688AB2
Decimal104138178
Binary11010001000101010110010
Octal150212262

Shades and tints

Shades of #688AB2

#688AB2
(104,138,178)
#5F7EA2
(95,126,162)
#567292
(86,114,146)
#4D6682
(77,102,130)
#445A72
(68,90,114)
#3B4E62
(59,78,98)
#324252
(50,66,82)
#293642
(41,54,66)
#202A32
(32,42,50)
#171E22
(23,30,34)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #688AB2

#688AB2
(104,138,178)
#7594B9
(117,148,185)
#829EC0
(130,158,192)
#8FA8C7
(143,168,199)
#9CB2CE
(156,178,206)
#A9BCD5
(169,188,213)
#B6C6DC
(182,198,220)
#C3D0E3
(195,208,227)
#D0DAEA
(208,218,234)
#DDE4F1
(221,228,241)
#EAEEF8
(234,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688AB2 color. Also use rgb(104,138,178) instead hex code.

Text Font Color

.myTextColor { color: #688AB2; }

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

This text font color is #688AB2.


Background Color

.myBgColor { background-color: #688AB2; }

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

This div background color is #688AB2.


Border color

.myBorderColor { border: 1px solid #688AB2; }

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

This div border color is #688AB2.


Opacity

.myOpacity80 { color: #688AB2; opacity: 0.8; }

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

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

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

This text has shadow with #688AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688AB2 on black background.


Color preview on white background

This text has color #688AB2 on white background.



Black color preview on #688AB2 background

This text has black color on #688AB2 background.


White color preview on #688AB2 background

This text has white color on #688AB2 background.