COLOR #6DB09F

HEX: #6DB09F
RGB: (109,176,159)

Renk bilgisi

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

RGB renk modeli

#6DB09F color RGB value is (109,176,159).

  • kırmız ton 109;
  • yeşil ton 176;
  • mavi ton 159.
RGB:
(109,176,159)
(43%,69%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 176 of 255 = 69%
B 159 of 255 = 62%

109
176
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 176 + 159 = 444 (100%)
R 109 of 444 ~ 24.55%
G 176 of 444 ~ 39.64%
B 159 of 444 ~ 35.81%

%24.55
%39.64
%35.81

CMYK RENK MODELİ

#6DB09F rengi CMYK tonu (38,0,10,31).

  • camgöbeği tonu 38.07%
  • eflatun tonu 0.00%
  • sarı tonu 9.66%
  • ana renk tonu 30.98%
CMYK:
(38,0,10,31)
C38M0Y10K31 
(38%,0%,10%,31%)
(0.38/0.00/0.10/0.31)	

CMYK yüzdeleri

%38.07
%0
%9.66
%30.98

Codes

Color #6DB09F in popluar color models

6DB09F
RGB109176159
HSL165°29.78%55.88%
HSB/HSV165°38.07%69.02%
CMYK38.07%0.00%9.66%
30.98%

Color #6DB09F in popluar number systems.

HEX6DB09F
Decimal109176159
Binary11011011011000010011111
Octal155260237

Shades and tints

Shades of #6DB09F

#6DB09F
(109,176,159)
#64A091
(100,160,145)
#5B9083
(91,144,131)
#528075
(82,128,117)
#497067
(73,112,103)
#406059
(64,96,89)
#37504B
(55,80,75)
#2E403D
(46,64,61)
#25302F
(37,48,47)
#1C2021
(28,32,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6DB09F

#6DB09F
(109,176,159)
#7AB7A7
(122,183,167)
#87BEAF
(135,190,175)
#94C5B7
(148,197,183)
#A1CCBF
(161,204,191)
#AED3C7
(174,211,199)
#BBDACF
(187,218,207)
#C8E1D7
(200,225,215)
#D5E8DF
(213,232,223)
#E2EFE7
(226,239,231)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB09F color. Also use rgb(109,176,159) instead hex code.

Text Font Color

.myTextColor { color: #6DB09F; }

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

This text font color is #6DB09F.


Background Color

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

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

This div background color is #6DB09F.


Border color

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

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

This div border color is #6DB09F.


Opacity

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

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

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

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

This text has shadow with #6DB09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB09F on black background.


Color preview on white background

This text has color #6DB09F on white background.



Black color preview on #6DB09F background

This text has black color on #6DB09F background.


White color preview on #6DB09F background

This text has white color on #6DB09F background.