COLOR #688D8D

HEX: #688D8D
RGB: (104,141,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
141
141

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

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 141 = 386 (100%)
R 104 of 386 ~ 26.94%
G 141 of 386 ~ 36.53%
B 141 of 386 ~ 36.53%

%26.94
%36.53
%36.53

CMYK color model

#688D8D color CMYK value is (26,0,0,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(26,0,0,45)
C26M0Y0K45 
(26%,0%,0%,45%)
(0.26/0.00/0.00/0.45)	

CMYK percentages

%26.24
%0
%0
%44.71

Codes

Color #688D8D in popluar color models

688D8D
RGB104141141
HSL180°15.10%48.04%
HSB/HSV180°26.24%55.29%
CMYK26.24%0.00%0.00%
44.71%

Color #688D8D in popluar number systems.

HEX688D8D
Decimal104141141
Binary11010001000110110001101
Octal150215215

Shades and tints

Shades of #688D8D

#688D8D
(104,141,141)
#5F8181
(95,129,129)
#567575
(86,117,117)
#4D6969
(77,105,105)
#445D5D
(68,93,93)
#3B5151
(59,81,81)
#324545
(50,69,69)
#293939
(41,57,57)
#202D2D
(32,45,45)
#172121
(23,33,33)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #688D8D

#688D8D
(104,141,141)
#759797
(117,151,151)
#82A1A1
(130,161,161)
#8FABAB
(143,171,171)
#9CB5B5
(156,181,181)
#A9BFBF
(169,191,191)
#B6C9C9
(182,201,201)
#C3D3D3
(195,211,211)
#D0DDDD
(208,221,221)
#DDE7E7
(221,231,231)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688D8D; }

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

This text font color is #688D8D.


Background Color

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

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

This div background color is #688D8D.


Border color

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

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

This div border color is #688D8D.


Opacity

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

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

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

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

This text has shadow with #688D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D8D on black background.


Color preview on white background

This text has color #688D8D on white background.



Black color preview on #688D8D background

This text has black color on #688D8D background.


White color preview on #688D8D background

This text has white color on #688D8D background.