COLOR #ADF7B6

HEX: #ADF7B6
RGB: (173,247,182)

Color info

#ADF7B6 contains mainly green color. Web safe color of #ADF7B6 is #99FFCC (or #9FC).

RGB color model

#ADF7B6 color RGB value is (173,247,182).

  • red value is 173;
  • green value is 247;
  • blue value is 182.
RGB:
(173,247,182)
(68%,97%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 247 of 255 = 97%
B 182 of 255 = 71%

173
247
182

R + G + B ~ 79%. #ADF7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 247 + 182 = 602 (100%)
R 173 of 602 ~ 28.74%
G 247 of 602 ~ 41.03%
B 182 of 602 ~ 30.23%

%28.74
%41.03
%30.23

CMYK color model

#ADF7B6 color CMYK value is (30,0,26,3).

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(30,0,26,3)
C30M0Y26K3 
(30%,0%,26%,3%)
(0.30/0.00/0.26/0.03)	

CMYK percentages

%29.96
%0
%26.32
%3.14

Codes

Color #ADF7B6 in popluar color models

ADF7B6
RGB173247182
HSL127°82.22%82.35%
HSB/HSV127°29.96%96.86%
CMYK29.96%0.00%26.32%
3.14%

Color #ADF7B6 in popluar number systems.

HEXADF7B6
Decimal173247182
Binary101011011111011110110110
Octal255367266

Shades and tints

Shades of #ADF7B6

#ADF7B6
(173,247,182)
#9EE1A6
(158,225,166)
#8FCB96
(143,203,150)
#80B586
(128,181,134)
#719F76
(113,159,118)
#628966
(98,137,102)
#537356
(83,115,86)
#445D46
(68,93,70)
#354736
(53,71,54)
#263126
(38,49,38)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADF7B6

#ADF7B6
(173,247,182)
#B4F7BC
(180,247,188)
#BBF7C2
(187,247,194)
#C2F7C8
(194,247,200)
#C9F7CE
(201,247,206)
#D0F7D4
(208,247,212)
#D7F7DA
(215,247,218)
#DEF7E0
(222,247,224)
#E5F7E6
(229,247,230)
#ECF7EC
(236,247,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF7B6; }

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

This text font color is #ADF7B6.


Background Color

.myBgColor { background-color: #ADF7B6; }

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

This div background color is #ADF7B6.


Border color

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

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

This div border color is #ADF7B6.


Opacity

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

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

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

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

This text has shadow with #ADF7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF7B6 on black background.


Color preview on white background

This text has color #ADF7B6 on white background.



Black color preview on #ADF7B6 background

This text has black color on #ADF7B6 background.


White color preview on #ADF7B6 background

This text has white color on #ADF7B6 background.