COLOR #6ADF87

HEX: #6ADF87
RGB: (106,223,135)

Renk bilgisi

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

RGB renk modeli

#6ADF87 color RGB value is (106,223,135).

  • kırmız ton 106;
  • yeşil ton 223;
  • mavi ton 135.
RGB:
(106,223,135)
(42%,87%,53%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 223 of 255 = 87%
B 135 of 255 = 53%

106
223
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 223 + 135 = 464 (100%)
R 106 of 464 ~ 22.84%
G 223 of 464 ~ 48.06%
B 135 of 464 ~ 29.09%

%22.84
%48.06
%29.09

CMYK RENK MODELİ

#6ADF87 rengi CMYK tonu (52,0,39,13).

  • camgöbeği tonu 52.47%
  • eflatun tonu 0.00%
  • sarı tonu 39.46%
  • ana renk tonu 12.55%
CMYK:
(52,0,39,13)
C52M0Y39K13 
(52%,0%,39%,13%)
(0.52/0.00/0.39/0.13)	

CMYK yüzdeleri

%52.47
%0
%39.46
%12.55

Codes

Color #6ADF87 in popluar color models

6ADF87
RGB106223135
HSL135°64.64%64.51%
HSB/HSV135°52.47%87.45%
CMYK52.47%0.00%39.46%
12.55%

Color #6ADF87 in popluar number systems.

HEX6ADF87
Decimal106223135
Binary11010101101111110000111
Octal152337207

Shades and tints

Shades of #6ADF87

#6ADF87
(106,223,135)
#61CB7B
(97,203,123)
#58B76F
(88,183,111)
#4FA363
(79,163,99)
#468F57
(70,143,87)
#3D7B4B
(61,123,75)
#34673F
(52,103,63)
#2B5333
(43,83,51)
#223F27
(34,63,39)
#192B1B
(25,43,27)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #6ADF87

#6ADF87
(106,223,135)
#77E191
(119,225,145)
#84E39B
(132,227,155)
#91E5A5
(145,229,165)
#9EE7AF
(158,231,175)
#ABE9B9
(171,233,185)
#B8EBC3
(184,235,195)
#C5EDCD
(197,237,205)
#D2EFD7
(210,239,215)
#DFF1E1
(223,241,225)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADF87 color. Also use rgb(106,223,135) instead hex code.

Text Font Color

.myTextColor { color: #6ADF87; }

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

This text font color is #6ADF87.


Background Color

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

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

This div background color is #6ADF87.


Border color

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

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

This div border color is #6ADF87.


Opacity

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

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

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

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

This text has shadow with #6ADF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADF87 on black background.


Color preview on white background

This text has color #6ADF87 on white background.



Black color preview on #6ADF87 background

This text has black color on #6ADF87 background.


White color preview on #6ADF87 background

This text has white color on #6ADF87 background.