COLOR #ADE9B6

HEX: #ADE9B6
RGB: (173,233,182)

Color info

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

RGB color model

#ADE9B6 color RGB value is (173,233,182).

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

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 182 of 255 = 71%

173
233
182

R + G + B ~ 77%. #ADE9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 182 = 588 (100%)
R 173 of 588 ~ 29.42%
G 233 of 588 ~ 39.63%
B 182 of 588 ~ 30.95%

%29.42
%39.63
%30.95

CMYK color model

#ADE9B6 color CMYK value is (26,0,22,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(26,0,22,9)
C26M0Y22K9 
(26%,0%,22%,9%)
(0.26/0.00/0.22/0.09)	

CMYK percentages

%25.75
%0
%21.89
%8.63

Codes

Color #ADE9B6 in popluar color models

ADE9B6
RGB173233182
HSL129°57.69%79.61%
HSB/HSV129°25.75%91.37%
CMYK25.75%0.00%21.89%
8.63%

Color #ADE9B6 in popluar number systems.

HEXADE9B6
Decimal173233182
Binary101011011110100110110110
Octal255351266

Shades and tints

Shades of #ADE9B6

#ADE9B6
(173,233,182)
#9ED4A6
(158,212,166)
#8FBF96
(143,191,150)
#80AA86
(128,170,134)
#719576
(113,149,118)
#628066
(98,128,102)
#536B56
(83,107,86)
#445646
(68,86,70)
#354136
(53,65,54)
#262C26
(38,44,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADE9B6

#ADE9B6
(173,233,182)
#B4EBBC
(180,235,188)
#BBEDC2
(187,237,194)
#C2EFC8
(194,239,200)
#C9F1CE
(201,241,206)
#D0F3D4
(208,243,212)
#D7F5DA
(215,245,218)
#DEF7E0
(222,247,224)
#E5F9E6
(229,249,230)
#ECFBEC
(236,251,236)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9B6; }

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

This text font color is #ADE9B6.


Background Color

.myBgColor { background-color: #ADE9B6; }

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

This div background color is #ADE9B6.


Border color

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

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

This div border color is #ADE9B6.


Opacity

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

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

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

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

This text has shadow with #ADE9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9B6 on black background.


Color preview on white background

This text has color #ADE9B6 on white background.



Black color preview on #ADE9B6 background

This text has black color on #ADE9B6 background.


White color preview on #ADE9B6 background

This text has white color on #ADE9B6 background.