COLOR #688488

HEX: #688488
RGB: (104,132,136)

Color info

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

RGB color model

#688488 color RGB value is (104,132,136).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 136 of 255 = 53%

104
132
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 136 = 372 (100%)
R 104 of 372 ~ 27.96%
G 132 of 372 ~ 35.48%
B 136 of 372 ~ 36.56%

%27.96
%35.48
%36.56

CMYK color model

#688488 color CMYK value is (24,3,0,47).

  • cyan value is 23.53%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,3,0,47)
C24M3Y0K47 
(24%,3%,0%,47%)
(0.24/0.03/0.00/0.47)	

CMYK percentages

%23.53
%2.94
%0
%46.67

Codes

Color #688488 in popluar color models

688488
RGB104132136
HSL188°13.33%47.06%
HSB/HSV188°23.53%53.33%
CMYK23.53%2.94%0.00%
46.67%

Color #688488 in popluar number systems.

HEX688488
Decimal104132136
Binary11010001000010010001000
Octal150204210

Shades and tints

Shades of #688488

#688488
(104,132,136)
#5F787C
(95,120,124)
#566C70
(86,108,112)
#4D6064
(77,96,100)
#445458
(68,84,88)
#3B484C
(59,72,76)
#323C40
(50,60,64)
#293034
(41,48,52)
#202428
(32,36,40)
#17181C
(23,24,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #688488

#688488
(104,132,136)
#758F92
(117,143,146)
#829A9C
(130,154,156)
#8FA5A6
(143,165,166)
#9CB0B0
(156,176,176)
#A9BBBA
(169,187,186)
#B6C6C4
(182,198,196)
#C3D1CE
(195,209,206)
#D0DCD8
(208,220,216)
#DDE7E2
(221,231,226)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688488; }

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

This text font color is #688488.


Background Color

.myBgColor { background-color: #688488; }

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

This div background color is #688488.


Border color

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

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

This div border color is #688488.


Opacity

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

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

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

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

This text has shadow with #688488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688488 on black background.


Color preview on white background

This text has color #688488 on white background.



Black color preview on #688488 background

This text has black color on #688488 background.


White color preview on #688488 background

This text has white color on #688488 background.