COLOR #ADE9B9

HEX: #ADE9B9
RGB: (173,233,185)

Color info

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

RGB color model

#ADE9B9 color RGB value is (173,233,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 185 of 255 = 73%

173
233
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 185 = 591 (100%)
R 173 of 591 ~ 29.27%
G 233 of 591 ~ 39.42%
B 185 of 591 ~ 31.3%

%29.27
%39.42
%31.3

CMYK color model

#ADE9B9 color CMYK value is (26,0,21,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(26,0,21,9)
C26M0Y21K9 
(26%,0%,21%,9%)
(0.26/0.00/0.21/0.09)	

CMYK percentages

%25.75
%0
%20.6
%8.63

Codes

Color #ADE9B9 in popluar color models

ADE9B9
RGB173233185
HSL132°57.69%79.61%
HSB/HSV132°25.75%91.37%
CMYK25.75%0.00%20.60%
8.63%

Color #ADE9B9 in popluar number systems.

HEXADE9B9
Decimal173233185
Binary101011011110100110111001
Octal255351271

Shades and tints

Shades of #ADE9B9

#ADE9B9
(173,233,185)
#9ED4A9
(158,212,169)
#8FBF99
(143,191,153)
#80AA89
(128,170,137)
#719579
(113,149,121)
#628069
(98,128,105)
#536B59
(83,107,89)
#445649
(68,86,73)
#354139
(53,65,57)
#262C29
(38,44,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADE9B9

#ADE9B9
(173,233,185)
#B4EBBF
(180,235,191)
#BBEDC5
(187,237,197)
#C2EFCB
(194,239,203)
#C9F1D1
(201,241,209)
#D0F3D7
(208,243,215)
#D7F5DD
(215,245,221)
#DEF7E3
(222,247,227)
#E5F9E9
(229,249,233)
#ECFBEF
(236,251,239)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9B9; }

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

This text font color is #ADE9B9.


Background Color

.myBgColor { background-color: #ADE9B9; }

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

This div background color is #ADE9B9.


Border color

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

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

This div border color is #ADE9B9.


Opacity

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

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

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

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

This text has shadow with #ADE9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9B9 on black background.


Color preview on white background

This text has color #ADE9B9 on white background.



Black color preview on #ADE9B9 background

This text has black color on #ADE9B9 background.


White color preview on #ADE9B9 background

This text has white color on #ADE9B9 background.