COLOR #6DCAB0

HEX: #6DCAB0
RGB: (109,202,176)

Renk bilgisi

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

RGB renk modeli

#6DCAB0 color RGB value is (109,202,176).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 202 of 255 = 79%
B 176 of 255 = 69%

109
202
176

R + G + B ~ 64%. #6DCAB0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 202 + 176 = 487 (100%)
R 109 of 487 ~ 22.38%
G 202 of 487 ~ 41.48%
B 176 of 487 ~ 36.14%

%22.38
%41.48
%36.14

CMYK RENK MODELİ

#6DCAB0 rengi CMYK tonu (46,0,13,21).

  • camgöbeği tonu 46.04%
  • eflatun tonu 0.00%
  • sarı tonu 12.87%
  • ana renk tonu 20.78%
CMYK:
(46,0,13,21)
C46M0Y13K21 
(46%,0%,13%,21%)
(0.46/0.00/0.13/0.21)	

CMYK yüzdeleri

%46.04
%0
%12.87
%20.78

Codes

Color #6DCAB0 in popluar color models

6DCAB0
RGB109202176
HSL163°46.73%60.98%
HSB/HSV163°46.04%79.22%
CMYK46.04%0.00%12.87%
20.78%

Color #6DCAB0 in popluar number systems.

HEX6DCAB0
Decimal109202176
Binary11011011100101010110000
Octal155312260

Shades and tints

Shades of #6DCAB0

#6DCAB0
(109,202,176)
#64B8A0
(100,184,160)
#5BA690
(91,166,144)
#529480
(82,148,128)
#498270
(73,130,112)
#407060
(64,112,96)
#375E50
(55,94,80)
#2E4C40
(46,76,64)
#253A30
(37,58,48)
#1C2820
(28,40,32)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #6DCAB0

#6DCAB0
(109,202,176)
#7ACEB7
(122,206,183)
#87D2BE
(135,210,190)
#94D6C5
(148,214,197)
#A1DACC
(161,218,204)
#AEDED3
(174,222,211)
#BBE2DA
(187,226,218)
#C8E6E1
(200,230,225)
#D5EAE8
(213,234,232)
#E2EEEF
(226,238,239)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DCAB0; }

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

This text font color is #6DCAB0.


Background Color

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

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

This div background color is #6DCAB0.


Border color

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

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

This div border color is #6DCAB0.


Opacity

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

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

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

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

This text has shadow with #6DCAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCAB0 on black background.


Color preview on white background

This text has color #6DCAB0 on white background.



Black color preview on #6DCAB0 background

This text has black color on #6DCAB0 background.


White color preview on #6DCAB0 background

This text has white color on #6DCAB0 background.