COLOR #688C98

HEX: #688C98
RGB: (104,140,152)

Color info

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

RGB color model

#688C98 color RGB value is (104,140,152).

  • red value is 104;
  • green value is 140;
  • blue value is 152.
RGB:
(104,140,152)
(41%,55%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 140 of 255 = 55%
B 152 of 255 = 60%

104
140
152

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

Portions of RGB colors in percentages

R + G + B =
104 + 140 + 152 = 396 (100%)
R 104 of 396 ~ 26.26%
G 140 of 396 ~ 35.35%
B 152 of 396 ~ 38.38%

%26.26
%35.35
%38.38

CMYK color model

#688C98 color CMYK value is (32,8,0,40).

  • cyan value is 31.58%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(32,8,0,40)
C32M8Y0K40 
(32%,8%,0%,40%)
(0.32/0.08/0.00/0.40)	

CMYK percentages

%31.58
%7.89
%0
%40.39

Codes

Color #688C98 in popluar color models

688C98
RGB104140152
HSL195°18.90%50.20%
HSB/HSV195°31.58%59.61%
CMYK31.58%7.89%0.00%
40.39%

Color #688C98 in popluar number systems.

HEX688C98
Decimal104140152
Binary11010001000110010011000
Octal150214230

Shades and tints

Shades of #688C98

#688C98
(104,140,152)
#5F808B
(95,128,139)
#56747E
(86,116,126)
#4D6871
(77,104,113)
#445C64
(68,92,100)
#3B5057
(59,80,87)
#32444A
(50,68,74)
#29383D
(41,56,61)
#202C30
(32,44,48)
#172023
(23,32,35)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #688C98

#688C98
(104,140,152)
#7596A1
(117,150,161)
#82A0AA
(130,160,170)
#8FAAB3
(143,170,179)
#9CB4BC
(156,180,188)
#A9BEC5
(169,190,197)
#B6C8CE
(182,200,206)
#C3D2D7
(195,210,215)
#D0DCE0
(208,220,224)
#DDE6E9
(221,230,233)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688C98 color. Also use rgb(104,140,152) instead hex code.

Text Font Color

.myTextColor { color: #688C98; }

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

This text font color is #688C98.


Background Color

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

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

This div background color is #688C98.


Border color

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

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

This div border color is #688C98.


Opacity

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

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

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

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

This text has shadow with #688C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688C98 on black background.


Color preview on white background

This text has color #688C98 on white background.



Black color preview on #688C98 background

This text has black color on #688C98 background.


White color preview on #688C98 background

This text has white color on #688C98 background.