COLOR #6A8386

HEX: #6A8386
RGB: (106,131,134)

Renk bilgisi

#6A8386 contains red, green and blue colors in about the same proportion. #6A8386 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6A8386 color RGB value is (106,131,134).

  • kırmız ton 106;
  • yeşil ton 131;
  • mavi ton 134.
RGB:
(106,131,134)
(42%,51%,53%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 131 of 255 = 51%
B 134 of 255 = 53%

106
131
134

R + G + B ~ 49%. #6A8386 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 131 + 134 = 371 (100%)
R 106 of 371 ~ 28.57%
G 131 of 371 ~ 35.31%
B 134 of 371 ~ 36.12%

%28.57
%35.31
%36.12

CMYK RENK MODELİ

#6A8386 rengi CMYK tonu (21,2,0,47).

  • camgöbeği tonu 20.90%
  • eflatun tonu 2.24%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(21,2,0,47)
C21M2Y0K47 
(21%,2%,0%,47%)
(0.21/0.02/0.00/0.47)	

CMYK yüzdeleri

%20.9
%2.24
%0
%47.45

Codes

Color #6A8386 in popluar color models

6A8386
RGB106131134
HSL186°11.67%47.06%
HSB/HSV186°20.90%52.55%
CMYK20.90%2.24%0.00%
47.45%

Color #6A8386 in popluar number systems.

HEX6A8386
Decimal106131134
Binary11010101000001110000110
Octal152203206

Shades and tints

Shades of #6A8386

#6A8386
(106,131,134)
#61787A
(97,120,122)
#586D6E
(88,109,110)
#4F6262
(79,98,98)
#465756
(70,87,86)
#3D4C4A
(61,76,74)
#34413E
(52,65,62)
#2B3632
(43,54,50)
#222B26
(34,43,38)
#19201A
(25,32,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6A8386

#6A8386
(106,131,134)
#778E91
(119,142,145)
#84999C
(132,153,156)
#91A4A7
(145,164,167)
#9EAFB2
(158,175,178)
#ABBABD
(171,186,189)
#B8C5C8
(184,197,200)
#C5D0D3
(197,208,211)
#D2DBDE
(210,219,222)
#DFE6E9
(223,230,233)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8386 color. Also use rgb(106,131,134) instead hex code.

Text Font Color

.myTextColor { color: #6A8386; }

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

This text font color is #6A8386.


Background Color

.myBgColor { background-color: #6A8386; }

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

This div background color is #6A8386.


Border color

.myBorderColor { border: 1px solid #6A8386; }

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

This div border color is #6A8386.


Opacity

.myOpacity80 { color: #6A8386; opacity: 0.8; }

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

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

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

This text has shadow with #6A8386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8386 on black background.


Color preview on white background

This text has color #6A8386 on white background.



Black color preview on #6A8386 background

This text has black color on #6A8386 background.


White color preview on #6A8386 background

This text has white color on #6A8386 background.