COLOR #688A90

HEX: #688A90
RGB: (104,138,144)

Color info

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

RGB color model

#688A90 color RGB value is (104,138,144).

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

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 144 of 255 = 56%

104
138
144

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

Portions of RGB colors in percentages

R + G + B =
104 + 138 + 144 = 386 (100%)
R 104 of 386 ~ 26.94%
G 138 of 386 ~ 35.75%
B 144 of 386 ~ 37.31%

%26.94
%35.75
%37.31

CMYK color model

#688A90 color CMYK value is (28,4,0,44).

  • cyan value is 27.78%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,4,0,44)
C28M4Y0K44 
(28%,4%,0%,44%)
(0.28/0.04/0.00/0.44)	

CMYK percentages

%27.78
%4.17
%0
%43.53

Codes

Color #688A90 in popluar color models

688A90
RGB104138144
HSL189°16.13%48.63%
HSB/HSV189°27.78%56.47%
CMYK27.78%4.17%0.00%
43.53%

Color #688A90 in popluar number systems.

HEX688A90
Decimal104138144
Binary11010001000101010010000
Octal150212220

Shades and tints

Shades of #688A90

#688A90
(104,138,144)
#5F7E83
(95,126,131)
#567276
(86,114,118)
#4D6669
(77,102,105)
#445A5C
(68,90,92)
#3B4E4F
(59,78,79)
#324242
(50,66,66)
#293635
(41,54,53)
#202A28
(32,42,40)
#171E1B
(23,30,27)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #688A90

#688A90
(104,138,144)
#75949A
(117,148,154)
#829EA4
(130,158,164)
#8FA8AE
(143,168,174)
#9CB2B8
(156,178,184)
#A9BCC2
(169,188,194)
#B6C6CC
(182,198,204)
#C3D0D6
(195,208,214)
#D0DAE0
(208,218,224)
#DDE4EA
(221,228,234)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688A90; }

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

This text font color is #688A90.


Background Color

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

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

This div background color is #688A90.


Border color

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

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

This div border color is #688A90.


Opacity

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

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

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

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

This text has shadow with #688A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688A90 on black background.


Color preview on white background

This text has color #688A90 on white background.



Black color preview on #688A90 background

This text has black color on #688A90 background.


White color preview on #688A90 background

This text has white color on #688A90 background.