COLOR #ADE9BA

HEX: #ADE9BA
RGB: (173,233,186)

Color info

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

RGB color model

#ADE9BA color RGB value is (173,233,186).

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

RGB channels and saturation

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

173
233
186

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

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 186 = 592 (100%)
R 173 of 592 ~ 29.22%
G 233 of 592 ~ 39.36%
B 186 of 592 ~ 31.42%

%29.22
%39.36
%31.42

CMYK color model

#ADE9BA color CMYK value is (26,0,20,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(26,0,20,9)
C26M0Y20K9 
(26%,0%,20%,9%)
(0.26/0.00/0.20/0.09)	

CMYK percentages

%25.75
%0
%20.17
%8.63

Codes

Color #ADE9BA in popluar color models

ADE9BA
RGB173233186
HSL133°57.69%79.61%
HSB/HSV133°25.75%91.37%
CMYK25.75%0.00%20.17%
8.63%

Color #ADE9BA in popluar number systems.

HEXADE9BA
Decimal173233186
Binary101011011110100110111010
Octal255351272

Shades and tints

Shades of #ADE9BA

#ADE9BA
(173,233,186)
#9ED4AA
(158,212,170)
#8FBF9A
(143,191,154)
#80AA8A
(128,170,138)
#71957A
(113,149,122)
#62806A
(98,128,106)
#536B5A
(83,107,90)
#44564A
(68,86,74)
#35413A
(53,65,58)
#262C2A
(38,44,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADE9BA

#ADE9BA
(173,233,186)
#B4EBC0
(180,235,192)
#BBEDC6
(187,237,198)
#C2EFCC
(194,239,204)
#C9F1D2
(201,241,210)
#D0F3D8
(208,243,216)
#D7F5DE
(215,245,222)
#DEF7E4
(222,247,228)
#E5F9EA
(229,249,234)
#ECFBF0
(236,251,240)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9BA; }

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

This text font color is #ADE9BA.


Background Color

.myBgColor { background-color: #ADE9BA; }

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

This div background color is #ADE9BA.


Border color

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

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

This div border color is #ADE9BA.


Opacity

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

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

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

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

This text has shadow with #ADE9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9BA on black background.


Color preview on white background

This text has color #ADE9BA on white background.



Black color preview on #ADE9BA background

This text has black color on #ADE9BA background.


White color preview on #ADE9BA background

This text has white color on #ADE9BA background.