COLOR #6DB9AD

HEX: #6DB9AD
RGB: (109,185,173)

Renk bilgisi

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

RGB renk modeli

#6DB9AD color RGB value is (109,185,173).

  • kırmız ton 109;
  • yeşil ton 185;
  • mavi ton 173.
RGB:
(109,185,173)
(43%,73%,68%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 185 of 255 = 73%
B 173 of 255 = 68%

109
185
173

R + G + B ~ 61%. #6DB9AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 185 + 173 = 467 (100%)
R 109 of 467 ~ 23.34%
G 185 of 467 ~ 39.61%
B 173 of 467 ~ 37.04%

%23.34
%39.61
%37.04

CMYK RENK MODELİ

#6DB9AD rengi CMYK tonu (41,0,6,27).

  • camgöbeği tonu 41.08%
  • eflatun tonu 0.00%
  • sarı tonu 6.49%
  • ana renk tonu 27.45%
CMYK:
(41,0,6,27)
C41M0Y6K27 
(41%,0%,6%,27%)
(0.41/0.00/0.06/0.27)	

CMYK yüzdeleri

%41.08
%0
%6.49
%27.45

Codes

Color #6DB9AD in popluar color models

6DB9AD
RGB109185173
HSL171°35.19%57.65%
HSB/HSV171°41.08%72.55%
CMYK41.08%0.00%6.49%
27.45%

Color #6DB9AD in popluar number systems.

HEX6DB9AD
Decimal109185173
Binary11011011011100110101101
Octal155271255

Shades and tints

Shades of #6DB9AD

#6DB9AD
(109,185,173)
#64A99E
(100,169,158)
#5B998F
(91,153,143)
#528980
(82,137,128)
#497971
(73,121,113)
#406962
(64,105,98)
#375953
(55,89,83)
#2E4944
(46,73,68)
#253935
(37,57,53)
#1C2926
(28,41,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #6DB9AD

#6DB9AD
(109,185,173)
#7ABFB4
(122,191,180)
#87C5BB
(135,197,187)
#94CBC2
(148,203,194)
#A1D1C9
(161,209,201)
#AED7D0
(174,215,208)
#BBDDD7
(187,221,215)
#C8E3DE
(200,227,222)
#D5E9E5
(213,233,229)
#E2EFEC
(226,239,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB9AD color. Also use rgb(109,185,173) instead hex code.

Text Font Color

.myTextColor { color: #6DB9AD; }

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

This text font color is #6DB9AD.


Background Color

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

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

This div background color is #6DB9AD.


Border color

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

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

This div border color is #6DB9AD.


Opacity

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

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

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

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

This text has shadow with #6DB9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB9AD on black background.


Color preview on white background

This text has color #6DB9AD on white background.



Black color preview on #6DB9AD background

This text has black color on #6DB9AD background.


White color preview on #6DB9AD background

This text has white color on #6DB9AD background.