COLOR #688186

HEX: #688186
RGB: (104,129,134)

Color info

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

RGB color model

#688186 color RGB value is (104,129,134).

  • red value is 104;
  • green value is 129;
  • blue value is 134.
RGB:
(104,129,134)
(41%,51%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 134 of 255 = 53%

104
129
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 134 = 367 (100%)
R 104 of 367 ~ 28.34%
G 129 of 367 ~ 35.15%
B 134 of 367 ~ 36.51%

%28.34
%35.15
%36.51

CMYK color model

#688186 color CMYK value is (22,4,0,47).

  • cyan value is 22.39%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,4,0,47)
C22M4Y0K47 
(22%,4%,0%,47%)
(0.22/0.04/0.00/0.47)	

CMYK percentages

%22.39
%3.73
%0
%47.45

Codes

Color #688186 in popluar color models

688186
RGB104129134
HSL190°12.61%46.67%
HSB/HSV190°22.39%52.55%
CMYK22.39%3.73%0.00%
47.45%

Color #688186 in popluar number systems.

HEX688186
Decimal104129134
Binary11010001000000110000110
Octal150201206

Shades and tints

Shades of #688186

#688186
(104,129,134)
#5F767A
(95,118,122)
#566B6E
(86,107,110)
#4D6062
(77,96,98)
#445556
(68,85,86)
#3B4A4A
(59,74,74)
#323F3E
(50,63,62)
#293432
(41,52,50)
#202926
(32,41,38)
#171E1A
(23,30,26)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #688186

#688186
(104,129,134)
#758C91
(117,140,145)
#82979C
(130,151,156)
#8FA2A7
(143,162,167)
#9CADB2
(156,173,178)
#A9B8BD
(169,184,189)
#B6C3C8
(182,195,200)
#C3CED3
(195,206,211)
#D0D9DE
(208,217,222)
#DDE4E9
(221,228,233)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688186 color. Also use rgb(104,129,134) instead hex code.

Text Font Color

.myTextColor { color: #688186; }

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

This text font color is #688186.


Background Color

.myBgColor { background-color: #688186; }

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

This div background color is #688186.


Border color

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

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

This div border color is #688186.


Opacity

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

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

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

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

This text has shadow with #688186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688186 on black background.


Color preview on white background

This text has color #688186 on white background.



Black color preview on #688186 background

This text has black color on #688186 background.


White color preview on #688186 background

This text has white color on #688186 background.