COLOR #688D9B

HEX: #688D9B
RGB: (104,141,155)

Color info

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

RGB color model

#688D9B color RGB value is (104,141,155).

  • red value is 104;
  • green value is 141;
  • blue value is 155.
RGB:
(104,141,155)
(41%,55%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 155 of 255 = 61%

104
141
155

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

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 155 = 400 (100%)
R 104 of 400 ~ 26%
G 141 of 400 ~ 35.25%
B 155 of 400 ~ 38.75%

%26
%35.25
%38.75

CMYK color model

#688D9B color CMYK value is (33,9,0,39).

  • cyan value is 32.90%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(33,9,0,39)
C33M9Y0K39 
(33%,9%,0%,39%)
(0.33/0.09/0.00/0.39)	

CMYK percentages

%32.9
%9.03
%0
%39.22

Codes

Color #688D9B in popluar color models

688D9B
RGB104141155
HSL196°20.32%50.78%
HSB/HSV196°32.90%60.78%
CMYK32.90%9.03%0.00%
39.22%

Color #688D9B in popluar number systems.

HEX688D9B
Decimal104141155
Binary11010001000110110011011
Octal150215233

Shades and tints

Shades of #688D9B

#688D9B
(104,141,155)
#5F818D
(95,129,141)
#56757F
(86,117,127)
#4D6971
(77,105,113)
#445D63
(68,93,99)
#3B5155
(59,81,85)
#324547
(50,69,71)
#293939
(41,57,57)
#202D2B
(32,45,43)
#17211D
(23,33,29)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #688D9B

#688D9B
(104,141,155)
#7597A4
(117,151,164)
#82A1AD
(130,161,173)
#8FABB6
(143,171,182)
#9CB5BF
(156,181,191)
#A9BFC8
(169,191,200)
#B6C9D1
(182,201,209)
#C3D3DA
(195,211,218)
#D0DDE3
(208,221,227)
#DDE7EC
(221,231,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688D9B color. Also use rgb(104,141,155) instead hex code.

Text Font Color

.myTextColor { color: #688D9B; }

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

This text font color is #688D9B.


Background Color

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

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

This div background color is #688D9B.


Border color

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

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

This div border color is #688D9B.


Opacity

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

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

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

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

This text has shadow with #688D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D9B on black background.


Color preview on white background

This text has color #688D9B on white background.



Black color preview on #688D9B background

This text has black color on #688D9B background.


White color preview on #688D9B background

This text has white color on #688D9B background.