COLOR #6ADA7E

HEX: #6ADA7E
RGB: (106,218,126)

Renk bilgisi

#6ADA7E contains mainly green color. #6ADA7E ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6ADA7E color RGB value is (106,218,126).

  • kırmız ton 106;
  • yeşil ton 218;
  • mavi ton 126.
RGB:
(106,218,126)
(42%,85%,49%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 218 of 255 = 85%
B 126 of 255 = 49%

106
218
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 218 + 126 = 450 (100%)
R 106 of 450 ~ 23.56%
G 218 of 450 ~ 48.44%
B 126 of 450 ~ 28%

%23.56
%48.44
%28

CMYK RENK MODELİ

#6ADA7E rengi CMYK tonu (51,0,42,15).

  • camgöbeği tonu 51.38%
  • eflatun tonu 0.00%
  • sarı tonu 42.20%
  • ana renk tonu 14.51%
CMYK:
(51,0,42,15)
C51M0Y42K15 
(51%,0%,42%,15%)
(0.51/0.00/0.42/0.15)	

CMYK yüzdeleri

%51.38
%0
%42.2
%14.51

Codes

Color #6ADA7E in popluar color models

6ADA7E
RGB106218126
HSL131°60.22%63.53%
HSB/HSV131°51.38%85.49%
CMYK51.38%0.00%42.20%
14.51%

Color #6ADA7E in popluar number systems.

HEX6ADA7E
Decimal106218126
Binary1101010110110101111110
Octal152332176

Shades and tints

Shades of #6ADA7E

#6ADA7E
(106,218,126)
#61C773
(97,199,115)
#58B468
(88,180,104)
#4FA15D
(79,161,93)
#468E52
(70,142,82)
#3D7B47
(61,123,71)
#34683C
(52,104,60)
#2B5531
(43,85,49)
#224226
(34,66,38)
#192F1B
(25,47,27)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #6ADA7E

#6ADA7E
(106,218,126)
#77DD89
(119,221,137)
#84E094
(132,224,148)
#91E39F
(145,227,159)
#9EE6AA
(158,230,170)
#ABE9B5
(171,233,181)
#B8ECC0
(184,236,192)
#C5EFCB
(197,239,203)
#D2F2D6
(210,242,214)
#DFF5E1
(223,245,225)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADA7E color. Also use rgb(106,218,126) instead hex code.

Text Font Color

.myTextColor { color: #6ADA7E; }

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

This text font color is #6ADA7E.


Background Color

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

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

This div background color is #6ADA7E.


Border color

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

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

This div border color is #6ADA7E.


Opacity

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

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

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

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

This text has shadow with #6ADA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADA7E on black background.


Color preview on white background

This text has color #6ADA7E on white background.



Black color preview on #6ADA7E background

This text has black color on #6ADA7E background.


White color preview on #6ADA7E background

This text has white color on #6ADA7E background.