COLOR #688E9A

HEX: #688E9A
RGB: (104,142,154)

Color info

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

RGB color model

#688E9A color RGB value is (104,142,154).

  • red value is 104;
  • green value is 142;
  • blue value is 154.
RGB:
(104,142,154)
(41%,56%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 154 of 255 = 60%

104
142
154

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

Portions of RGB colors in percentages

R + G + B =
104 + 142 + 154 = 400 (100%)
R 104 of 400 ~ 26%
G 142 of 400 ~ 35.5%
B 154 of 400 ~ 38.5%

%26
%35.5
%38.5

CMYK color model

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

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

CMYK percentages

%32.47
%7.79
%0
%39.61

Codes

Color #688E9A in popluar color models

688E9A
RGB104142154
HSL194°19.84%50.59%
HSB/HSV194°32.47%60.39%
CMYK32.47%7.79%0.00%
39.61%

Color #688E9A in popluar number systems.

HEX688E9A
Decimal104142154
Binary11010001000111010011010
Octal150216232

Shades and tints

Shades of #688E9A

#688E9A
(104,142,154)
#5F828C
(95,130,140)
#56767E
(86,118,126)
#4D6A70
(77,106,112)
#445E62
(68,94,98)
#3B5254
(59,82,84)
#324646
(50,70,70)
#293A38
(41,58,56)
#202E2A
(32,46,42)
#17221C
(23,34,28)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #688E9A

#688E9A
(104,142,154)
#7598A3
(117,152,163)
#82A2AC
(130,162,172)
#8FACB5
(143,172,181)
#9CB6BE
(156,182,190)
#A9C0C7
(169,192,199)
#B6CAD0
(182,202,208)
#C3D4D9
(195,212,217)
#D0DEE2
(208,222,226)
#DDE8EB
(221,232,235)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688E9A; }

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

This text font color is #688E9A.


Background Color

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

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

This div background color is #688E9A.


Border color

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

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

This div border color is #688E9A.


Opacity

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

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

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

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

This text has shadow with #688E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E9A on black background.


Color preview on white background

This text has color #688E9A on white background.



Black color preview on #688E9A background

This text has black color on #688E9A background.


White color preview on #688E9A background

This text has white color on #688E9A background.