COLOR #6BC596

HEX: #6BC596
RGB: (107,197,150)

Renk bilgisi

#6BC596 contains mainly green and blue colors. #6BC596 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6BC596 color RGB value is (107,197,150).

  • kırmız ton 107;
  • yeşil ton 197;
  • mavi ton 150.
RGB:
(107,197,150)
(42%,77%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 197 of 255 = 77%
B 150 of 255 = 59%

107
197
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 197 + 150 = 454 (100%)
R 107 of 454 ~ 23.57%
G 197 of 454 ~ 43.39%
B 150 of 454 ~ 33.04%

%23.57
%43.39
%33.04

CMYK RENK MODELİ

#6BC596 rengi CMYK tonu (46,0,24,23).

  • camgöbeği tonu 45.69%
  • eflatun tonu 0.00%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(46,0,24,23)
C46M0Y24K23 
(46%,0%,24%,23%)
(0.46/0.00/0.24/0.23)	

CMYK yüzdeleri

%45.69
%0
%23.86
%22.75

Codes

Color #6BC596 in popluar color models

6BC596
RGB107197150
HSL149°43.69%59.61%
HSB/HSV149°45.69%77.25%
CMYK45.69%0.00%23.86%
22.75%

Color #6BC596 in popluar number systems.

HEX6BC596
Decimal107197150
Binary11010111100010110010110
Octal153305226

Shades and tints

Shades of #6BC596

#6BC596
(107,197,150)
#62B489
(98,180,137)
#59A37C
(89,163,124)
#50926F
(80,146,111)
#478162
(71,129,98)
#3E7055
(62,112,85)
#355F48
(53,95,72)
#2C4E3B
(44,78,59)
#233D2E
(35,61,46)
#1A2C21
(26,44,33)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #6BC596

#6BC596
(107,197,150)
#78CA9F
(120,202,159)
#85CFA8
(133,207,168)
#92D4B1
(146,212,177)
#9FD9BA
(159,217,186)
#ACDEC3
(172,222,195)
#B9E3CC
(185,227,204)
#C6E8D5
(198,232,213)
#D3EDDE
(211,237,222)
#E0F2E7
(224,242,231)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC596 color. Also use rgb(107,197,150) instead hex code.

Text Font Color

.myTextColor { color: #6BC596; }

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

This text font color is #6BC596.


Background Color

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

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

This div background color is #6BC596.


Border color

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

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

This div border color is #6BC596.


Opacity

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

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

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

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

This text has shadow with #6BC596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC596 on black background.


Color preview on white background

This text has color #6BC596 on white background.



Black color preview on #6BC596 background

This text has black color on #6BC596 background.


White color preview on #6BC596 background

This text has white color on #6BC596 background.