COLOR #688EAE

HEX: #688EAE RGB: (104,142,174)

Color info

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

RGB color model

#688EAE color RGB value is (104,142,174).

RGB: (104,142,174) (41%, 56%, 68%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 174 of 255 = 68%

104
142
174

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

Portions of RGB colors in percentages

R + G + B = 104 + 142 + 174 = 420 (100%)
R 104 of 420 ~ 24.76%
G 142 of 420 ~ 33.81%
B 174 of 420 ~ 41.43'%

%24.76
%33.81
%41.43

CMYK color model

#688EAE color CMYK value is (40,18,0,32).

  • cyan value is 40.23%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (40,18,0,32)
C40M18Y0K32 (40%, 18%, 0%, 32%)
(0.40 / 0.18 / 0.00 / 0.32)

CMYK percentages

%40.23
%18.39
%0
%31.76

Codes

Color #688EAE in popluar color models

68 8E AE
RGB 104 142 174
HSL 207° 30.17% 54.51%
HSB/HSV 207° 40.23% 68.24%
CMYK 40.23% 18.39% 0.00%
31.76%

Color #688EAE in popluar number systems.

HEX 68 8E AE
Decimal 104 142 174
Binary 1101000 10001110 10101110
Octal 150 216 256

Shades and tints

Shades of #688EAE

#688EAE
(104,142,174)
#5F829F
(95,130,159)
#567690
(86,118,144)
#4D6A81
(77,106,129)
#445E72
(68,94,114)
#3B5263
(59,82,99)
#324654
(50,70,84)
#293A45
(41,58,69)
#202E36
(32,46,54)
#172227
(23,34,39)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #688EAE

#688EAE
(104,142,174)
#7598B5
(117,152,181)
#82A2BC
(130,162,188)
#8FACC3
(143,172,195)
#9CB6CA
(156,182,202)
#A9C0D1
(169,192,209)
#B6CAD8
(182,202,216)
#C3D4DF
(195,212,223)
#D0DEE6
(208,222,230)
#DDE8ED
(221,232,237)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688EAE color. Also use rgb(104,142,174) instead hex code.

Text Font Color

.myTextColor { color: #688EAE; }

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

This text font color is #688EAE.

Background Color

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

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

This div background color is #688EAE.

Border color

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

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

This div border color is #688EAE.

Opacity

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

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

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

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

This text has shadow with #688EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688EAE.

Preview

Color preview on black background

This text has color #688EAE on black background.


Color preview on white background

This text has color #688EAE on white background.


Black color preview on #688EAE background

This text has black color on #688EAE background.


White color preview on #688EAE background

This text has white color on #688EAE background.


Related colors

Complementary color

Complementary color for #hex is #977151.


I love getcolorcode.com

Triadic colors

1 #AE688E and #8EAE68 with #688EAE are triadic colors.

2 #AE8E68 and #8E68AE with #688EAE are triadic colors.