COLOR #ADEFBB

HEX: #ADEFBB
RGB: (173,239,187)

Color info

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

RGB color model

#ADEFBB color RGB value is (173,239,187).

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

RGB channels and saturation

R 173 of 255 = 68%
G 239 of 255 = 94%
B 187 of 255 = 73%

173
239
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 239 + 187 = 599 (100%)
R 173 of 599 ~ 28.88%
G 239 of 599 ~ 39.9%
B 187 of 599 ~ 31.22%

%28.88
%39.9
%31.22

CMYK color model

#ADEFBB color CMYK value is (28,0,22,6).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(28,0,22,6)
C28M0Y22K6 
(28%,0%,22%,6%)
(0.28/0.00/0.22/0.06)	

CMYK percentages

%27.62
%0
%21.76
%6.27

Codes

Color #ADEFBB in popluar color models

ADEFBB
RGB173239187
HSL133°67.35%80.78%
HSB/HSV133°27.62%93.73%
CMYK27.62%0.00%21.76%
6.27%

Color #ADEFBB in popluar number systems.

HEXADEFBB
Decimal173239187
Binary101011011110111110111011
Octal255357273

Shades and tints

Shades of #ADEFBB

#ADEFBB
(173,239,187)
#9EDAAA
(158,218,170)
#8FC599
(143,197,153)
#80B088
(128,176,136)
#719B77
(113,155,119)
#628666
(98,134,102)
#537155
(83,113,85)
#445C44
(68,92,68)
#354733
(53,71,51)
#263222
(38,50,34)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #ADEFBB

#ADEFBB
(173,239,187)
#B4F0C1
(180,240,193)
#BBF1C7
(187,241,199)
#C2F2CD
(194,242,205)
#C9F3D3
(201,243,211)
#D0F4D9
(208,244,217)
#D7F5DF
(215,245,223)
#DEF6E5
(222,246,229)
#E5F7EB
(229,247,235)
#ECF8F1
(236,248,241)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEFBB; }

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

This text font color is #ADEFBB.


Background Color

.myBgColor { background-color: #ADEFBB; }

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

This div background color is #ADEFBB.


Border color

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

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

This div border color is #ADEFBB.


Opacity

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

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

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

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

This text has shadow with #ADEFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEFBB on black background.


Color preview on white background

This text has color #ADEFBB on white background.



Black color preview on #ADEFBB background

This text has black color on #ADEFBB background.


White color preview on #ADEFBB background

This text has white color on #ADEFBB background.