COLOR #688A9D

HEX: #688A9D
RGB: (104,138,157)

Color info

#688A9D contains red, green and blue colors in about the same proportion. Web safe color of #688A9D is #669999 (or #699).

RGB color model

#688A9D color RGB value is (104,138,157).

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

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 157 of 255 = 62%

104
138
157

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

Portions of RGB colors in percentages

R + G + B =
104 + 138 + 157 = 399 (100%)
R 104 of 399 ~ 26.07%
G 138 of 399 ~ 34.59%
B 157 of 399 ~ 39.35%

%26.07
%34.59
%39.35

CMYK color model

#688A9D color CMYK value is (34,12,0,38).

  • cyan value is 33.76%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(34,12,0,38)
C34M12Y0K38 
(34%,12%,0%,38%)
(0.34/0.12/0.00/0.38)	

CMYK percentages

%33.76
%12.1
%0
%38.43

Codes

Color #688A9D in popluar color models

688A9D
RGB104138157
HSL202°21.29%51.18%
HSB/HSV202°33.76%61.57%
CMYK33.76%12.10%0.00%
38.43%

Color #688A9D in popluar number systems.

HEX688A9D
Decimal104138157
Binary11010001000101010011101
Octal150212235

Shades and tints

Shades of #688A9D

#688A9D
(104,138,157)
#5F7E8F
(95,126,143)
#567281
(86,114,129)
#4D6673
(77,102,115)
#445A65
(68,90,101)
#3B4E57
(59,78,87)
#324249
(50,66,73)
#29363B
(41,54,59)
#202A2D
(32,42,45)
#171E1F
(23,30,31)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #688A9D

#688A9D
(104,138,157)
#7594A5
(117,148,165)
#829EAD
(130,158,173)
#8FA8B5
(143,168,181)
#9CB2BD
(156,178,189)
#A9BCC5
(169,188,197)
#B6C6CD
(182,198,205)
#C3D0D5
(195,208,213)
#D0DADD
(208,218,221)
#DDE4E5
(221,228,229)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688A9D; }

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

This text font color is #688A9D.


Background Color

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

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

This div background color is #688A9D.


Border color

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

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

This div border color is #688A9D.


Opacity

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

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

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

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

This text has shadow with #688A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688A9D on black background.


Color preview on white background

This text has color #688A9D on white background.



Black color preview on #688A9D background

This text has black color on #688A9D background.


White color preview on #688A9D background

This text has white color on #688A9D background.