COLOR #ADF1B5

HEX: #ADF1B5
RGB: (173,241,181)

Color info

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

RGB color model

#ADF1B5 color RGB value is (173,241,181).

  • red value is 173;
  • green value is 241;
  • blue value is 181.
RGB:
(173,241,181)
(68%,95%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 241 of 255 = 95%
B 181 of 255 = 71%

173
241
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 241 + 181 = 595 (100%)
R 173 of 595 ~ 29.08%
G 241 of 595 ~ 40.5%
B 181 of 595 ~ 30.42%

%29.08
%40.5
%30.42

CMYK color model

#ADF1B5 color CMYK value is (28,0,25,5).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 5.49%
CMYK:
(28,0,25,5)
C28M0Y25K5 
(28%,0%,25%,5%)
(0.28/0.00/0.25/0.05)	

CMYK percentages

%28.22
%0
%24.9
%5.49

Codes

Color #ADF1B5 in popluar color models

ADF1B5
RGB173241181
HSL127°70.83%81.18%
HSB/HSV127°28.22%94.51%
CMYK28.22%0.00%24.90%
5.49%

Color #ADF1B5 in popluar number systems.

HEXADF1B5
Decimal173241181
Binary101011011111000110110101
Octal255361265

Shades and tints

Shades of #ADF1B5

#ADF1B5
(173,241,181)
#9EDCA5
(158,220,165)
#8FC795
(143,199,149)
#80B285
(128,178,133)
#719D75
(113,157,117)
#628865
(98,136,101)
#537355
(83,115,85)
#445E45
(68,94,69)
#354935
(53,73,53)
#263425
(38,52,37)
#171F15
(23,31,21)
#000000
(0,0,0)

Tints of #ADF1B5

#ADF1B5
(173,241,181)
#B4F2BB
(180,242,187)
#BBF3C1
(187,243,193)
#C2F4C7
(194,244,199)
#C9F5CD
(201,245,205)
#D0F6D3
(208,246,211)
#D7F7D9
(215,247,217)
#DEF8DF
(222,248,223)
#E5F9E5
(229,249,229)
#ECFAEB
(236,250,235)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF1B5 color. Also use rgb(173,241,181) instead hex code.

Text Font Color

.myTextColor { color: #ADF1B5; }

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

This text font color is #ADF1B5.


Background Color

.myBgColor { background-color: #ADF1B5; }

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

This div background color is #ADF1B5.


Border color

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

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

This div border color is #ADF1B5.


Opacity

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

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

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

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

This text has shadow with #ADF1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF1B5 on black background.


Color preview on white background

This text has color #ADF1B5 on white background.



Black color preview on #ADF1B5 background

This text has black color on #ADF1B5 background.


White color preview on #ADF1B5 background

This text has white color on #ADF1B5 background.