COLOR #686386

HEX: #686386
RGB: (104,99,134)

Color info

#686386 contains red, green and blue colors in about the same proportion. Web safe color of #686386 is #666699 (or #669).

RGB color model

#686386 color RGB value is (104,99,134).

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

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 134 of 255 = 53%

104
99
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 134 = 337 (100%)
R 104 of 337 ~ 30.86%
G 99 of 337 ~ 29.38%
B 134 of 337 ~ 39.76%

%30.86
%29.38
%39.76

CMYK color model

#686386 color CMYK value is (22,26,0,47).

  • cyan value is 22.39%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,26,0,47)
C22M26Y0K47 
(22%,26%,0%,47%)
(0.22/0.26/0.00/0.47)	

CMYK percentages

%22.39
%26.12
%0
%47.45

Codes

Color #686386 in popluar color models

686386
RGB10499134
HSL249°15.02%45.69%
HSB/HSV249°26.12%52.55%
CMYK22.39%26.12%0.00%
47.45%

Color #686386 in popluar number systems.

HEX686386
Decimal10499134
Binary1101000110001110000110
Octal150143206

Shades and tints

Shades of #686386

#686386
(104,99,134)
#5F5A7A
(95,90,122)
#56516E
(86,81,110)
#4D4862
(77,72,98)
#443F56
(68,63,86)
#3B364A
(59,54,74)
#322D3E
(50,45,62)
#292432
(41,36,50)
#201B26
(32,27,38)
#17121A
(23,18,26)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #686386

#686386
(104,99,134)
#757191
(117,113,145)
#827F9C
(130,127,156)
#8F8DA7
(143,141,167)
#9C9BB2
(156,155,178)
#A9A9BD
(169,169,189)
#B6B7C8
(182,183,200)
#C3C5D3
(195,197,211)
#D0D3DE
(208,211,222)
#DDE1E9
(221,225,233)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686386; }

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

This text font color is #686386.


Background Color

.myBgColor { background-color: #686386; }

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

This div background color is #686386.


Border color

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

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

This div border color is #686386.


Opacity

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

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

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

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

This text has shadow with #686386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686386 on black background.


Color preview on white background

This text has color #686386 on white background.



Black color preview on #686386 background

This text has black color on #686386 background.


White color preview on #686386 background

This text has white color on #686386 background.