COLOR #685D80

HEX: #685D80
RGB: (104,93,128)

Renk bilgisi

#685D80 contains red, green and blue colors in about the same proportion. #685D80 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#685D80 color RGB value is (104,93,128).

  • kırmız ton 104;
  • yeşil ton 93;
  • mavi ton 128.
RGB:
(104,93,128)
(41%,36%,50%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 93 of 255 = 36%
B 128 of 255 = 50%

104
93
128

R + G + B ~ 42%. #685D80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 93 + 128 = 325 (100%)
R 104 of 325 ~ 32%
G 93 of 325 ~ 28.62%
B 128 of 325 ~ 39.38%

%32
%28.62
%39.38

CMYK RENK MODELİ

#685D80 rengi CMYK tonu (19,27,0,50).

  • camgöbeği tonu 18.75%
  • eflatun tonu 27.34%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(19,27,0,50)
C19M27Y0K50 
(19%,27%,0%,50%)
(0.19/0.27/0.00/0.50)	

CMYK yüzdeleri

%18.75
%27.34
%0
%49.8

Codes

Color #685D80 in popluar color models

685D80
RGB10493128
HSL259°15.84%43.33%
HSB/HSV259°27.34%50.20%
CMYK18.75%27.34%0.00%
49.80%

Color #685D80 in popluar number systems.

HEX685D80
Decimal10493128
Binary1101000101110110000000
Octal150135200

Shades and tints

Shades of #685D80

#685D80
(104,93,128)
#5F5575
(95,85,117)
#564D6A
(86,77,106)
#4D455F
(77,69,95)
#443D54
(68,61,84)
#3B3549
(59,53,73)
#322D3E
(50,45,62)
#292533
(41,37,51)
#201D28
(32,29,40)
#17151D
(23,21,29)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #685D80

#685D80
(104,93,128)
#756B8B
(117,107,139)
#827996
(130,121,150)
#8F87A1
(143,135,161)
#9C95AC
(156,149,172)
#A9A3B7
(169,163,183)
#B6B1C2
(182,177,194)
#C3BFCD
(195,191,205)
#D0CDD8
(208,205,216)
#DDDBE3
(221,219,227)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685D80; }

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

This text font color is #685D80.


Background Color

.myBgColor { background-color: #685D80; }

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

This div background color is #685D80.


Border color

.myBorderColor { border: 1px solid #685D80; }

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

This div border color is #685D80.


Opacity

.myOpacity80 { color: #685D80; opacity: 0.8; }

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

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

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

This text has shadow with #685D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685D80 on black background.


Color preview on white background

This text has color #685D80 on white background.



Black color preview on #685D80 background

This text has black color on #685D80 background.


White color preview on #685D80 background

This text has white color on #685D80 background.