COLOR #6B8185

HEX: #6B8185
RGB: (107,129,133)

Renk bilgisi

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

RGB renk modeli

#6B8185 color RGB value is (107,129,133).

  • kırmız ton 107;
  • yeşil ton 129;
  • mavi ton 133.
RGB:
(107,129,133)
(42%,51%,52%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 129 of 255 = 51%
B 133 of 255 = 52%

107
129
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 129 + 133 = 369 (100%)
R 107 of 369 ~ 29%
G 129 of 369 ~ 34.96%
B 133 of 369 ~ 36.04%

%29
%34.96
%36.04

CMYK RENK MODELİ

#6B8185 rengi CMYK tonu (20,3,0,48).

  • camgöbeği tonu 19.55%
  • eflatun tonu 3.01%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(20,3,0,48)
C20M3Y0K48 
(20%,3%,0%,48%)
(0.20/0.03/0.00/0.48)	

CMYK yüzdeleri

%19.55
%3.01
%0
%47.84

Codes

Color #6B8185 in popluar color models

6B8185
RGB107129133
HSL189°10.83%47.06%
HSB/HSV189°19.55%52.16%
CMYK19.55%3.01%0.00%
47.84%

Color #6B8185 in popluar number systems.

HEX6B8185
Decimal107129133
Binary11010111000000110000101
Octal153201205

Shades and tints

Shades of #6B8185

#6B8185
(107,129,133)
#627679
(98,118,121)
#596B6D
(89,107,109)
#506061
(80,96,97)
#475555
(71,85,85)
#3E4A49
(62,74,73)
#353F3D
(53,63,61)
#2C3431
(44,52,49)
#232925
(35,41,37)
#1A1E19
(26,30,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #6B8185

#6B8185
(107,129,133)
#788C90
(120,140,144)
#85979B
(133,151,155)
#92A2A6
(146,162,166)
#9FADB1
(159,173,177)
#ACB8BC
(172,184,188)
#B9C3C7
(185,195,199)
#C6CED2
(198,206,210)
#D3D9DD
(211,217,221)
#E0E4E8
(224,228,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8185 color. Also use rgb(107,129,133) instead hex code.

Text Font Color

.myTextColor { color: #6B8185; }

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

This text font color is #6B8185.


Background Color

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

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

This div background color is #6B8185.


Border color

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

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

This div border color is #6B8185.


Opacity

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

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

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

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

This text has shadow with #6B8185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8185 on black background.


Color preview on white background

This text has color #6B8185 on white background.



Black color preview on #6B8185 background

This text has black color on #6B8185 background.


White color preview on #6B8185 background

This text has white color on #6B8185 background.