COLOR #ADFFB6

HEX: #ADFFB6
RGB: (173,255,182)

Renk bilgisi

#ADFFB6 contains mainly green color. #ADFFB6 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADFFB6 color RGB value is (173,255,182).

  • kırmız ton 173;
  • yeşil ton 255;
  • mavi ton 182.
RGB:
(173,255,182)
(68%,100%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 255 of 255 = 100%
B 182 of 255 = 71%

173
255
182

R + G + B ~ 80%. #ADFFB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 255 + 182 = 610 (100%)
R 173 of 610 ~ 28.36%
G 255 of 610 ~ 41.8%
B 182 of 610 ~ 29.84%

%28.36
%41.8
%29.84

CMYK RENK MODELİ

#ADFFB6 rengi CMYK tonu (32,0,29,0).

  • camgöbeği tonu 32.16%
  • eflatun tonu 0.00%
  • sarı tonu 28.63%
  • ana renk tonu 0.00%
CMYK:
(32,0,29,0)
C32M0Y29K0 
(32%,0%,29%,0%)
(0.32/0.00/0.29/0.00)	

CMYK yüzdeleri

%32.16
%0
%28.63
%0

Codes

Color #ADFFB6 in popluar color models

ADFFB6
RGB173255182
HSL127°100.00%83.92%
HSB/HSV127°32.16%100.00%
CMYK32.16%0.00%28.63%
0.00%

Color #ADFFB6 in popluar number systems.

HEXADFFB6
Decimal173255182
Binary101011011111111110110110
Octal255377266

Shades and tints

Shades of #ADFFB6

#ADFFB6
(173,255,182)
#9EE8A6
(158,232,166)
#8FD196
(143,209,150)
#80BA86
(128,186,134)
#71A376
(113,163,118)
#628C66
(98,140,102)
#537556
(83,117,86)
#445E46
(68,94,70)
#354736
(53,71,54)
#263026
(38,48,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADFFB6

#ADFFB6
(173,255,182)
#B4FFBC
(180,255,188)
#BBFFC2
(187,255,194)
#C2FFC8
(194,255,200)
#C9FFCE
(201,255,206)
#D0FFD4
(208,255,212)
#D7FFDA
(215,255,218)
#DEFFE0
(222,255,224)
#E5FFE6
(229,255,230)
#ECFFEC
(236,255,236)
#F3FFF2
(243,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFFB6 color. Also use rgb(173,255,182) instead hex code.

Text Font Color

.myTextColor { color: #ADFFB6; }

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

This text font color is #ADFFB6.


Background Color

.myBgColor { background-color: #ADFFB6; }

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

This div background color is #ADFFB6.


Border color

.myBorderColor { border: 1px solid #ADFFB6; }

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

This div border color is #ADFFB6.


Opacity

.myOpacity80 { color: #ADFFB6; opacity: 0.8; }

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

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

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

This text has shadow with #ADFFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFFB6 on black background.


Color preview on white background

This text has color #ADFFB6 on white background.



Black color preview on #ADFFB6 background

This text has black color on #ADFFB6 background.


White color preview on #ADFFB6 background

This text has white color on #ADFFB6 background.