COLOR #688788

HEX: #688788
RGB: (104,135,136)

Color info

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

RGB color model

#688788 color RGB value is (104,135,136).

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

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 136 of 255 = 53%

104
135
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 136 = 375 (100%)
R 104 of 375 ~ 27.73%
G 135 of 375 ~ 36%
B 136 of 375 ~ 36.27%

%27.73
%36
%36.27

CMYK color model

#688788 color CMYK value is (24,1,0,47).

  • cyan value is 23.53%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,1,0,47)
C24M1Y0K47 
(24%,1%,0%,47%)
(0.24/0.01/0.00/0.47)	

CMYK percentages

%23.53
%0.74
%0
%46.67

Codes

Color #688788 in popluar color models

688788
RGB104135136
HSL182°13.33%47.06%
HSB/HSV182°23.53%53.33%
CMYK23.53%0.74%0.00%
46.67%

Color #688788 in popluar number systems.

HEX688788
Decimal104135136
Binary11010001000011110001000
Octal150207210

Shades and tints

Shades of #688788

#688788
(104,135,136)
#5F7B7C
(95,123,124)
#566F70
(86,111,112)
#4D6364
(77,99,100)
#445758
(68,87,88)
#3B4B4C
(59,75,76)
#323F40
(50,63,64)
#293334
(41,51,52)
#202728
(32,39,40)
#171B1C
(23,27,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #688788

#688788
(104,135,136)
#759192
(117,145,146)
#829B9C
(130,155,156)
#8FA5A6
(143,165,166)
#9CAFB0
(156,175,176)
#A9B9BA
(169,185,186)
#B6C3C4
(182,195,196)
#C3CDCE
(195,205,206)
#D0D7D8
(208,215,216)
#DDE1E2
(221,225,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688788; }

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

This text font color is #688788.


Background Color

.myBgColor { background-color: #688788; }

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

This div background color is #688788.


Border color

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

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

This div border color is #688788.


Opacity

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

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

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

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

This text has shadow with #688788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688788 on black background.


Color preview on white background

This text has color #688788 on white background.



Black color preview on #688788 background

This text has black color on #688788 background.


White color preview on #688788 background

This text has white color on #688788 background.