COLOR #686271

HEX: #686271
RGB: (104,98,113)

Renk bilgisi

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

RGB renk modeli

#686271 color RGB value is (104,98,113).

  • kırmız ton 104;
  • yeşil ton 98;
  • mavi ton 113.
RGB:
(104,98,113)
(41%,38%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 98 of 255 = 38%
B 113 of 255 = 44%

104
98
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 98 + 113 = 315 (100%)
R 104 of 315 ~ 33.02%
G 98 of 315 ~ 31.11%
B 113 of 315 ~ 35.87%

%33.02
%31.11
%35.87

CMYK RENK MODELİ

#686271 rengi CMYK tonu (8,13,0,56).

  • camgöbeği tonu 7.96%
  • eflatun tonu 13.27%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(8,13,0,56)
C8M13Y0K56 
(8%,13%,0%,56%)
(0.08/0.13/0.00/0.56)	

CMYK yüzdeleri

%7.96
%13.27
%0
%55.69

Codes

Color #686271 in popluar color models

686271
RGB10498113
HSL264°7.11%41.37%
HSB/HSV264°13.27%44.31%
CMYK7.96%13.27%0.00%
55.69%

Color #686271 in popluar number systems.

HEX686271
Decimal10498113
Binary110100011000101110001
Octal150142161

Shades and tints

Shades of #686271

#686271
(104,98,113)
#5F5A67
(95,90,103)
#56525D
(86,82,93)
#4D4A53
(77,74,83)
#444249
(68,66,73)
#3B3A3F
(59,58,63)
#323235
(50,50,53)
#292A2B
(41,42,43)
#202221
(32,34,33)
#171A17
(23,26,23)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #686271

#686271
(104,98,113)
#75707D
(117,112,125)
#827E89
(130,126,137)
#8F8C95
(143,140,149)
#9C9AA1
(156,154,161)
#A9A8AD
(169,168,173)
#B6B6B9
(182,182,185)
#C3C4C5
(195,196,197)
#D0D2D1
(208,210,209)
#DDE0DD
(221,224,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686271 color. Also use rgb(104,98,113) instead hex code.

Text Font Color

.myTextColor { color: #686271; }

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

This text font color is #686271.


Background Color

.myBgColor { background-color: #686271; }

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

This div background color is #686271.


Border color

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

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

This div border color is #686271.


Opacity

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

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

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

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

This text has shadow with #686271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686271 on black background.


Color preview on white background

This text has color #686271 on white background.



Black color preview on #686271 background

This text has black color on #686271 background.


White color preview on #686271 background

This text has white color on #686271 background.