COLOR #686482

HEX: #686482
RGB: (104,100,130)

Renk bilgisi

#686482 contains red, green and blue colors in about the same proportion. #686482 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#686482 color RGB value is (104,100,130).

  • kırmız ton 104;
  • yeşil ton 100;
  • mavi ton 130.
RGB:
(104,100,130)
(41%,39%,51%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 100 of 255 = 39%
B 130 of 255 = 51%

104
100
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 100 + 130 = 334 (100%)
R 104 of 334 ~ 31.14%
G 100 of 334 ~ 29.94%
B 130 of 334 ~ 38.92%

%31.14
%29.94
%38.92

CMYK RENK MODELİ

#686482 rengi CMYK tonu (20,23,0,49).

  • camgöbeği tonu 20.00%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(20,23,0,49)
C20M23Y0K49 
(20%,23%,0%,49%)
(0.20/0.23/0.00/0.49)	

CMYK yüzdeleri

%20
%23.08
%0
%49.02

Codes

Color #686482 in popluar color models

686482
RGB104100130
HSL248°13.04%45.10%
HSB/HSV248°23.08%50.98%
CMYK20.00%23.08%0.00%
49.02%

Color #686482 in popluar number systems.

HEX686482
Decimal104100130
Binary1101000110010010000010
Octal150144202

Shades and tints

Shades of #686482

#686482
(104,100,130)
#5F5B77
(95,91,119)
#56526C
(86,82,108)
#4D4961
(77,73,97)
#444056
(68,64,86)
#3B374B
(59,55,75)
#322E40
(50,46,64)
#292535
(41,37,53)
#201C2A
(32,28,42)
#17131F
(23,19,31)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #686482

#686482
(104,100,130)
#75728D
(117,114,141)
#828098
(130,128,152)
#8F8EA3
(143,142,163)
#9C9CAE
(156,156,174)
#A9AAB9
(169,170,185)
#B6B8C4
(182,184,196)
#C3C6CF
(195,198,207)
#D0D4DA
(208,212,218)
#DDE2E5
(221,226,229)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686482 color. Also use rgb(104,100,130) instead hex code.

Text Font Color

.myTextColor { color: #686482; }

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

This text font color is #686482.


Background Color

.myBgColor { background-color: #686482; }

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

This div background color is #686482.


Border color

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

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

This div border color is #686482.


Opacity

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

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

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

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

This text has shadow with #686482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686482 on black background.


Color preview on white background

This text has color #686482 on white background.



Black color preview on #686482 background

This text has black color on #686482 background.


White color preview on #686482 background

This text has white color on #686482 background.