COLOR #ADF0B9

HEX: #ADF0B9
RGB: (173,240,185)

Color info

#ADF0B9 contains mainly green and blue colors. Web safe color of #ADF0B9 is #99FFCC (or #9FC).

RGB color model

#ADF0B9 color RGB value is (173,240,185).

  • red value is 173;
  • green value is 240;
  • blue value is 185.
RGB:
(173,240,185)
(68%,94%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 185 of 255 = 73%

173
240
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 240 + 185 = 598 (100%)
R 173 of 598 ~ 28.93%
G 240 of 598 ~ 40.13%
B 185 of 598 ~ 30.94%

%28.93
%40.13
%30.94

CMYK color model

#ADF0B9 color CMYK value is (28,0,23,6).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 5.88%
CMYK:
(28,0,23,6)
C28M0Y23K6 
(28%,0%,23%,6%)
(0.28/0.00/0.23/0.06)	

CMYK percentages

%27.92
%0
%22.92
%5.88

Codes

Color #ADF0B9 in popluar color models

ADF0B9
RGB173240185
HSL131°69.07%80.98%
HSB/HSV131°27.92%94.12%
CMYK27.92%0.00%22.92%
5.88%

Color #ADF0B9 in popluar number systems.

HEXADF0B9
Decimal173240185
Binary101011011111000010111001
Octal255360271

Shades and tints

Shades of #ADF0B9

#ADF0B9
(173,240,185)
#9EDBA9
(158,219,169)
#8FC699
(143,198,153)
#80B189
(128,177,137)
#719C79
(113,156,121)
#628769
(98,135,105)
#537259
(83,114,89)
#445D49
(68,93,73)
#354839
(53,72,57)
#263329
(38,51,41)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #ADF0B9

#ADF0B9
(173,240,185)
#B4F1BF
(180,241,191)
#BBF2C5
(187,242,197)
#C2F3CB
(194,243,203)
#C9F4D1
(201,244,209)
#D0F5D7
(208,245,215)
#D7F6DD
(215,246,221)
#DEF7E3
(222,247,227)
#E5F8E9
(229,248,233)
#ECF9EF
(236,249,239)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF0B9 color. Also use rgb(173,240,185) instead hex code.

Text Font Color

.myTextColor { color: #ADF0B9; }

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

This text font color is #ADF0B9.


Background Color

.myBgColor { background-color: #ADF0B9; }

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

This div background color is #ADF0B9.


Border color

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

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

This div border color is #ADF0B9.


Opacity

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

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

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

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

This text has shadow with #ADF0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF0B9 on black background.


Color preview on white background

This text has color #ADF0B9 on white background.



Black color preview on #ADF0B9 background

This text has black color on #ADF0B9 background.


White color preview on #ADF0B9 background

This text has white color on #ADF0B9 background.