COLOR #688797

HEX: #688797
RGB: (104,135,151)

Color info

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

RGB color model

#688797 color RGB value is (104,135,151).

  • red value is 104;
  • green value is 135;
  • blue value is 151.
RGB:
(104,135,151)
(41%,53%,59%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 151 of 255 = 59%

104
135
151

R + G + B ~ 51%. #688797 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 151 = 390 (100%)
R 104 of 390 ~ 26.67%
G 135 of 390 ~ 34.62%
B 151 of 390 ~ 38.72%

%26.67
%34.62
%38.72

CMYK color model

#688797 color CMYK value is (31,11,0,41).

  • cyan value is 31.13%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(31,11,0,41)
C31M11Y0K41 
(31%,11%,0%,41%)
(0.31/0.11/0.00/0.41)	

CMYK percentages

%31.13
%10.6
%0
%40.78

Codes

Color #688797 in popluar color models

688797
RGB104135151
HSL200°18.43%50.00%
HSB/HSV200°31.13%59.22%
CMYK31.13%10.60%0.00%
40.78%

Color #688797 in popluar number systems.

HEX688797
Decimal104135151
Binary11010001000011110010111
Octal150207227

Shades and tints

Shades of #688797

#688797
(104,135,151)
#5F7B8A
(95,123,138)
#566F7D
(86,111,125)
#4D6370
(77,99,112)
#445763
(68,87,99)
#3B4B56
(59,75,86)
#323F49
(50,63,73)
#29333C
(41,51,60)
#20272F
(32,39,47)
#171B22
(23,27,34)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #688797

#688797
(104,135,151)
#7591A0
(117,145,160)
#829BA9
(130,155,169)
#8FA5B2
(143,165,178)
#9CAFBB
(156,175,187)
#A9B9C4
(169,185,196)
#B6C3CD
(182,195,205)
#C3CDD6
(195,205,214)
#D0D7DF
(208,215,223)
#DDE1E8
(221,225,232)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688797 color. Also use rgb(104,135,151) instead hex code.

Text Font Color

.myTextColor { color: #688797; }

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

This text font color is #688797.


Background Color

.myBgColor { background-color: #688797; }

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

This div background color is #688797.


Border color

.myBorderColor { border: 1px solid #688797; }

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

This div border color is #688797.


Opacity

.myOpacity80 { color: #688797; opacity: 0.8; }

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

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

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

This text has shadow with #688797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688797 on black background.


Color preview on white background

This text has color #688797 on white background.



Black color preview on #688797 background

This text has black color on #688797 background.


White color preview on #688797 background

This text has white color on #688797 background.