COLOR #ADF1BD

HEX: #ADF1BD
RGB: (173,241,189)

Color info

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

RGB color model

#ADF1BD color RGB value is (173,241,189).

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

RGB channels and saturation

R 173 of 255 = 68%
G 241 of 255 = 95%
B 189 of 255 = 74%

173
241
189

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

Portions of RGB colors in percentages

R + G + B =
173 + 241 + 189 = 603 (100%)
R 173 of 603 ~ 28.69%
G 241 of 603 ~ 39.97%
B 189 of 603 ~ 31.34%

%28.69
%39.97
%31.34

CMYK color model

#ADF1BD color CMYK value is (28,0,22,5).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(28,0,22,5)
C28M0Y22K5 
(28%,0%,22%,5%)
(0.28/0.00/0.22/0.05)	

CMYK percentages

%28.22
%0
%21.58
%5.49

Codes

Color #ADF1BD in popluar color models

ADF1BD
RGB173241189
HSL134°70.83%81.18%
HSB/HSV134°28.22%94.51%
CMYK28.22%0.00%21.58%
5.49%

Color #ADF1BD in popluar number systems.

HEXADF1BD
Decimal173241189
Binary101011011111000110111101
Octal255361275

Shades and tints

Shades of #ADF1BD

#ADF1BD
(173,241,189)
#9EDCAC
(158,220,172)
#8FC79B
(143,199,155)
#80B28A
(128,178,138)
#719D79
(113,157,121)
#628868
(98,136,104)
#537357
(83,115,87)
#445E46
(68,94,70)
#354935
(53,73,53)
#263424
(38,52,36)
#171F13
(23,31,19)
#000000
(0,0,0)

Tints of #ADF1BD

#ADF1BD
(173,241,189)
#B4F2C3
(180,242,195)
#BBF3C9
(187,243,201)
#C2F4CF
(194,244,207)
#C9F5D5
(201,245,213)
#D0F6DB
(208,246,219)
#D7F7E1
(215,247,225)
#DEF8E7
(222,248,231)
#E5F9ED
(229,249,237)
#ECFAF3
(236,250,243)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF1BD; }

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

This text font color is #ADF1BD.


Background Color

.myBgColor { background-color: #ADF1BD; }

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

This div background color is #ADF1BD.


Border color

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

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

This div border color is #ADF1BD.


Opacity

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

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

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

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

This text has shadow with #ADF1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF1BD on black background.


Color preview on white background

This text has color #ADF1BD on white background.



Black color preview on #ADF1BD background

This text has black color on #ADF1BD background.


White color preview on #ADF1BD background

This text has white color on #ADF1BD background.