HEX: #688688
RGB: (104,134,136)
#688688 contains red, green and blue colors in about the same proportion. Web safe color of #688688 is #669999 (or #699).
#688688 color RGB value is (104,134,136).
RGB: (104,134,136)
(41%, 53%, 53%)
R 104 of 255 = 41%
G 134 of 255 = 53%
B 136 of 255 = 53%
R + G + B ~ 49%. #688688 is middle color (not dark and not light).
R + G + B = 104 + 134 + 136 = 374 (100%)
R 104 of 374 ~ 27.81%
G 134 of 374 ~ 35.83%
B 136 of 374 ~ 36.36'%
#688688 color CMYK value is (24,1,0,47).
CMYK: (24,1,0,47)
C24M1Y0K47 (24%, 1%, 0%, 47%)
(0.24 / 0.01 / 0.00 / 0.47)
Color #688688 in popluar color models
68 | 86 | 88 | |
---|---|---|---|
RGB | 104 | 134 | 136 |
HSL | 184° | 13.33% | 47.06% |
HSB/HSV | 184° | 23.53% | 53.33% |
CMYK | 23.53% | 1.47% | 0.00% |
46.67% |
Color #688688 in popluar number systems.
HEX | 68 | 86 | 88 |
Decimal | 104 | 134 | 136 |
Binary | 1101000 | 10000110 | 10001000 |
Octal | 150 | 206 | 210 |
Shades of #688688
Tints of #688688
Examples of css and html codes for elements with #688688 color. Also use rgb(104,134,136) instead hex code.
.myTextColor { color: #688688; }
<p style="color:#688688">This sample text font color is #688688.</p>
This text font color is #688688.
.myBgColor { background-color: #688688; }
<div style="background-color:#688688">Inner text</div>
This div background color is #688688.
.myBorderColor { border: 1px solid #688688; }
<div style="border:3px solid #688688">Div</div>
This div border color is #688688.
.myOpacity80 { color: #688688; opacity: 0.8; }
<p style="color:#688688;opacity:0.8;">80%</p>
Text with #688688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688688;}
<p style="text-shadow: 3px 3px 1px #688688">Text here.</p>
This text has shadow with #688688 color.
.textShadow {text-shadow: 3px 3px 1px #688688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688688, 5px 5px 20px red">Text here.</p>
This text has shadow with #688688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688688, Direction=45, Strength=4)">Text</p>
This text has shadow with #688688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688688;
-webkit-box-shadow: 1px 1px 3px 2px #688688;
box-shadow: 1px 1px 3px 2px #688688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688688; -webkit-box-shadow: 1px 1px 3px 2px #688688; box-shadow:1px 1px 3px 2px #688688;">
Div content here
</div>
This text has color #688688 on black background.
This text has color #688688 on white background.
This text has black color on #688688 background.
This text has white color on #688688 background.
Complementary color for #hex is #977977.