COLOR #688E7F

HEX: #688E7F
RGB: (104,142,127)

Color info

#688E7F contains red, green and blue colors in about the same proportion. Web safe color of #688E7F is #669966 (or #696).

RGB color model

#688E7F color RGB value is (104,142,127).

  • red value is 104;
  • green value is 142;
  • blue value is 127.
RGB:
(104,142,127)
(41%,56%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 127 of 255 = 50%

104
142
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 142 + 127 = 373 (100%)
R 104 of 373 ~ 27.88%
G 142 of 373 ~ 38.07%
B 127 of 373 ~ 34.05%

%27.88
%38.07
%34.05

CMYK color model

#688E7F color CMYK value is (27,0,11,44).

  • cyan value is 26.76%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(27,0,11,44)
C27M0Y11K44 
(27%,0%,11%,44%)
(0.27/0.00/0.11/0.44)	

CMYK percentages

%26.76
%0
%10.56
%44.31

Codes

Color #688E7F in popluar color models

688E7F
RGB104142127
HSL156°15.45%48.24%
HSB/HSV156°26.76%55.69%
CMYK26.76%0.00%10.56%
44.31%

Color #688E7F in popluar number systems.

HEX688E7F
Decimal104142127
Binary1101000100011101111111
Octal150216177

Shades and tints

Shades of #688E7F

#688E7F
(104,142,127)
#5F8274
(95,130,116)
#567669
(86,118,105)
#4D6A5E
(77,106,94)
#445E53
(68,94,83)
#3B5248
(59,82,72)
#32463D
(50,70,61)
#293A32
(41,58,50)
#202E27
(32,46,39)
#17221C
(23,34,28)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #688E7F

#688E7F
(104,142,127)
#75988A
(117,152,138)
#82A295
(130,162,149)
#8FACA0
(143,172,160)
#9CB6AB
(156,182,171)
#A9C0B6
(169,192,182)
#B6CAC1
(182,202,193)
#C3D4CC
(195,212,204)
#D0DED7
(208,222,215)
#DDE8E2
(221,232,226)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688E7F; }

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

This text font color is #688E7F.


Background Color

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

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

This div background color is #688E7F.


Border color

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

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

This div border color is #688E7F.


Opacity

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

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

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

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

This text has shadow with #688E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E7F on black background.


Color preview on white background

This text has color #688E7F on white background.



Black color preview on #688E7F background

This text has black color on #688E7F background.


White color preview on #688E7F background

This text has white color on #688E7F background.