COLOR #6ADB8E

HEX: #6ADB8E
RGB: (106,219,142)

Renk bilgisi

#6ADB8E contains mainly green color. #6ADB8E ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6ADB8E color RGB value is (106,219,142).

  • kırmız ton 106;
  • yeşil ton 219;
  • mavi ton 142.
RGB:
(106,219,142)
(42%,86%,56%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 219 of 255 = 86%
B 142 of 255 = 56%

106
219
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 219 + 142 = 467 (100%)
R 106 of 467 ~ 22.7%
G 219 of 467 ~ 46.9%
B 142 of 467 ~ 30.41%

%22.7
%46.9
%30.41

CMYK RENK MODELİ

#6ADB8E rengi CMYK tonu (52,0,35,14).

  • camgöbeği tonu 51.60%
  • eflatun tonu 0.00%
  • sarı tonu 35.16%
  • ana renk tonu 14.12%
CMYK:
(52,0,35,14)
C52M0Y35K14 
(52%,0%,35%,14%)
(0.52/0.00/0.35/0.14)	

CMYK yüzdeleri

%51.6
%0
%35.16
%14.12

Codes

Color #6ADB8E in popluar color models

6ADB8E
RGB106219142
HSL139°61.08%63.73%
HSB/HSV139°51.60%85.88%
CMYK51.60%0.00%35.16%
14.12%

Color #6ADB8E in popluar number systems.

HEX6ADB8E
Decimal106219142
Binary11010101101101110001110
Octal152333216

Shades and tints

Shades of #6ADB8E

#6ADB8E
(106,219,142)
#61C882
(97,200,130)
#58B576
(88,181,118)
#4FA26A
(79,162,106)
#468F5E
(70,143,94)
#3D7C52
(61,124,82)
#346946
(52,105,70)
#2B563A
(43,86,58)
#22432E
(34,67,46)
#193022
(25,48,34)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #6ADB8E

#6ADB8E
(106,219,142)
#77DE98
(119,222,152)
#84E1A2
(132,225,162)
#91E4AC
(145,228,172)
#9EE7B6
(158,231,182)
#ABEAC0
(171,234,192)
#B8EDCA
(184,237,202)
#C5F0D4
(197,240,212)
#D2F3DE
(210,243,222)
#DFF6E8
(223,246,232)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADB8E color. Also use rgb(106,219,142) instead hex code.

Text Font Color

.myTextColor { color: #6ADB8E; }

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

This text font color is #6ADB8E.


Background Color

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

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

This div background color is #6ADB8E.


Border color

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

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

This div border color is #6ADB8E.


Opacity

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

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

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

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

This text has shadow with #6ADB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADB8E on black background.


Color preview on white background

This text has color #6ADB8E on white background.



Black color preview on #6ADB8E background

This text has black color on #6ADB8E background.


White color preview on #6ADB8E background

This text has white color on #6ADB8E background.