COLOR #688880

HEX: #688880 RGB: (104,136,128)

Color info

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

RGB color model

#688880 color RGB value is (104,136,128).

RGB: (104,136,128) (41%, 53%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 128 of 255 = 50%

104
136
128

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

Portions of RGB colors in percentages

R + G + B = 104 + 136 + 128 = 368 (100%)
R 104 of 368 ~ 28.26%
G 136 of 368 ~ 36.96%
B 128 of 368 ~ 34.78'%

%28.26
%36.96
%34.78

CMYK color model

#688880 color CMYK value is (24,0,6,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%

CMYK: (24,0,6,47)
C24M0Y6K47 (24%, 0%, 6%, 47%)
(0.24 / 0.00 / 0.06 / 0.47)

CMYK percentages

%23.53
%0
%5.88
%46.67

Codes

Color #688880 in popluar color models

68 88 80
RGB 104 136 128
HSL 165° 13.33% 47.06%
HSB/HSV 165° 23.53% 53.33%
CMYK 23.53% 0.00% 5.88%
46.67%

Color #688880 in popluar number systems.

HEX 68 88 80
Decimal 104 136 128
Binary 1101000 10001000 10000000
Octal 150 210 200

Shades and tints

Shades of #688880

#688880
(104,136,128)
#5F7C75
(95,124,117)
#56706A
(86,112,106)
#4D645F
(77,100,95)
#445854
(68,88,84)
#3B4C49
(59,76,73)
#32403E
(50,64,62)
#293433
(41,52,51)
#202828
(32,40,40)
#171C1D
(23,28,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #688880

#688880
(104,136,128)
#75928B
(117,146,139)
#829C96
(130,156,150)
#8FA6A1
(143,166,161)
#9CB0AC
(156,176,172)
#A9BAB7
(169,186,183)
#B6C4C2
(182,196,194)
#C3CECD
(195,206,205)
#D0D8D8
(208,216,216)
#DDE2E3
(221,226,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688880; }

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

This text font color is #688880.

Background Color

.myBgColor { background-color: #688880; }

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

This div background color is #688880.

Border color

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

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

This div border color is #688880.

Opacity

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

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

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

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

This text has shadow with #688880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688880.

Preview

Color preview on black background

This text has color #688880 on black background.


Color preview on white background

This text has color #688880 on white background.


Black color preview on #688880 background

This text has black color on #688880 background.


White color preview on #688880 background

This text has white color on #688880 background.


Related colors

Complementary color

Complementary color for #hex is #97777F.


I love getcolorcode.com

Triadic colors

1 #806888 and #888068 with #688880 are triadic colors.

2 #808868 and #886880 with #688880 are triadic colors.