COLOR #ADEFB6

HEX: #ADEFB6
RGB: (173,239,182)

Renk bilgisi

#ADEFB6 contains mainly green and blue colors. #ADEFB6 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADEFB6 color RGB value is (173,239,182).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 239 of 255 = 94%
B 182 of 255 = 71%

173
239
182

R + G + B ~ 78%. #ADEFB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 239 + 182 = 594 (100%)
R 173 of 594 ~ 29.12%
G 239 of 594 ~ 40.24%
B 182 of 594 ~ 30.64%

%29.12
%40.24
%30.64

CMYK RENK MODELİ

#ADEFB6 rengi CMYK tonu (28,0,24,6).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 23.85%
  • ana renk tonu 6.27%
CMYK:
(28,0,24,6)
C28M0Y24K6 
(28%,0%,24%,6%)
(0.28/0.00/0.24/0.06)	

CMYK yüzdeleri

%27.62
%0
%23.85
%6.27

Codes

Color #ADEFB6 in popluar color models

ADEFB6
RGB173239182
HSL128°67.35%80.78%
HSB/HSV128°27.62%93.73%
CMYK27.62%0.00%23.85%
6.27%

Color #ADEFB6 in popluar number systems.

HEXADEFB6
Decimal173239182
Binary101011011110111110110110
Octal255357266

Shades and tints

Shades of #ADEFB6

#ADEFB6
(173,239,182)
#9EDAA6
(158,218,166)
#8FC596
(143,197,150)
#80B086
(128,176,134)
#719B76
(113,155,118)
#628666
(98,134,102)
#537156
(83,113,86)
#445C46
(68,92,70)
#354736
(53,71,54)
#263226
(38,50,38)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #ADEFB6

#ADEFB6
(173,239,182)
#B4F0BC
(180,240,188)
#BBF1C2
(187,241,194)
#C2F2C8
(194,242,200)
#C9F3CE
(201,243,206)
#D0F4D4
(208,244,212)
#D7F5DA
(215,245,218)
#DEF6E0
(222,246,224)
#E5F7E6
(229,247,230)
#ECF8EC
(236,248,236)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEFB6; }

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

This text font color is #ADEFB6.


Background Color

.myBgColor { background-color: #ADEFB6; }

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

This div background color is #ADEFB6.


Border color

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

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

This div border color is #ADEFB6.


Opacity

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

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

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

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

This text has shadow with #ADEFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEFB6 on black background.


Color preview on white background

This text has color #ADEFB6 on white background.



Black color preview on #ADEFB6 background

This text has black color on #ADEFB6 background.


White color preview on #ADEFB6 background

This text has white color on #ADEFB6 background.