COLOR #6DB196

HEX: #6DB196
RGB: (109,177,150)

Renk bilgisi

#6DB196 contains mainly green and blue colors. #6DB196 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6DB196 color RGB value is (109,177,150).

  • kırmız ton 109;
  • yeşil ton 177;
  • mavi ton 150.
RGB:
(109,177,150)
(43%,69%,59%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 177 of 255 = 69%
B 150 of 255 = 59%

109
177
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 177 + 150 = 436 (100%)
R 109 of 436 ~ 25%
G 177 of 436 ~ 40.6%
B 150 of 436 ~ 34.4%

%25
%40.6
%34.4

CMYK RENK MODELİ

#6DB196 rengi CMYK tonu (38,0,15,31).

  • camgöbeği tonu 38.42%
  • eflatun tonu 0.00%
  • sarı tonu 15.25%
  • ana renk tonu 30.59%
CMYK:
(38,0,15,31)
C38M0Y15K31 
(38%,0%,15%,31%)
(0.38/0.00/0.15/0.31)	

CMYK yüzdeleri

%38.42
%0
%15.25
%30.59

Codes

Color #6DB196 in popluar color models

6DB196
RGB109177150
HSL156°30.36%56.08%
HSB/HSV156°38.42%69.41%
CMYK38.42%0.00%15.25%
30.59%

Color #6DB196 in popluar number systems.

HEX6DB196
Decimal109177150
Binary11011011011000110010110
Octal155261226

Shades and tints

Shades of #6DB196

#6DB196
(109,177,150)
#64A189
(100,161,137)
#5B917C
(91,145,124)
#52816F
(82,129,111)
#497162
(73,113,98)
#406155
(64,97,85)
#375148
(55,81,72)
#2E413B
(46,65,59)
#25312E
(37,49,46)
#1C2121
(28,33,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6DB196

#6DB196
(109,177,150)
#7AB89F
(122,184,159)
#87BFA8
(135,191,168)
#94C6B1
(148,198,177)
#A1CDBA
(161,205,186)
#AED4C3
(174,212,195)
#BBDBCC
(187,219,204)
#C8E2D5
(200,226,213)
#D5E9DE
(213,233,222)
#E2F0E7
(226,240,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB196 color. Also use rgb(109,177,150) instead hex code.

Text Font Color

.myTextColor { color: #6DB196; }

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

This text font color is #6DB196.


Background Color

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

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

This div background color is #6DB196.


Border color

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

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

This div border color is #6DB196.


Opacity

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

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

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

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

This text has shadow with #6DB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB196 on black background.


Color preview on white background

This text has color #6DB196 on white background.



Black color preview on #6DB196 background

This text has black color on #6DB196 background.


White color preview on #6DB196 background

This text has white color on #6DB196 background.