COLOR #688A8D

HEX: #688A8D RGB: (104,138,141)

Color info

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

RGB color model

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

RGB: (104,138,141) (41%, 54%, 55%)

RGB channels and saturation

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

104
138
141

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

Portions of RGB colors in percentages

R + G + B = 104 + 138 + 141 = 383 (100%)
R 104 of 383 ~ 27.15%
G 138 of 383 ~ 36.03%
B 141 of 383 ~ 36.81'%

%27.15
%36.03
%36.81

CMYK color model

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

  • cyan value is 26.24%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (26,2,0,45)
C26M2Y0K45 (26%, 2%, 0%, 45%)
(0.26 / 0.02 / 0.00 / 0.45)

CMYK percentages

%26.24
%2.13
%0
%44.71

Codes

Color #688A8D in popluar color models

68 8A 8D
RGB 104 138 141
HSL 185° 15.10% 48.04%
HSB/HSV 185° 26.24% 55.29%
CMYK 26.24% 2.13% 0.00%
44.71%

Color #688A8D in popluar number systems.

HEX 68 8A 8D
Decimal 104 138 141
Binary 1101000 10001010 10001101
Octal 150 212 215

Shades and tints

Shades of #688A8D

#688A8D
(104,138,141)
#5F7E81
(95,126,129)
#567275
(86,114,117)
#4D6669
(77,102,105)
#445A5D
(68,90,93)
#3B4E51
(59,78,81)
#324245
(50,66,69)
#293639
(41,54,57)
#202A2D
(32,42,45)
#171E21
(23,30,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #688A8D

#688A8D
(104,138,141)
#759497
(117,148,151)
#829EA1
(130,158,161)
#8FA8AB
(143,168,171)
#9CB2B5
(156,178,181)
#A9BCBF
(169,188,191)
#B6C6C9
(182,198,201)
#C3D0D3
(195,208,211)
#D0DADD
(208,218,221)
#DDE4E7
(221,228,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688A8D; }

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

This text font color is #688A8D.

Background Color

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

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

This div background color is #688A8D.

Border color

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

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

This div border color is #688A8D.

Opacity

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

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

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

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

This text has shadow with #688A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688A8D.

Preview

Color preview on black background

This text has color #688A8D on black background.


Color preview on white background

This text has color #688A8D on white background.


Black color preview on #688A8D background

This text has black color on #688A8D background.


White color preview on #688A8D background

This text has white color on #688A8D background.


Related colors

Complementary color

Complementary color for #hex is #977572.


I love getcolorcode.com

Triadic colors

1 #8D688A and #8A8D68 with #688A8D are triadic colors.

2 #8D8A68 and #8A688D with #688A8D are triadic colors.