COLOR #ADE5BF

HEX: #ADE5BF RGB: (173,229,191)

Color info

#ADE5BF contains red, green and blue colors in about the same proportion. Web safe color of #ADE5BF is #99CCCC (or #9CC).

RGB color model

#ADE5BF color RGB value is (173,229,191).

RGB: (173,229,191) (68%, 90%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 229 of 255 = 90%
B 191 of 255 = 75%

173
229
191

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

Portions of RGB colors in percentages

R + G + B = 173 + 229 + 191 = 593 (100%)
R 173 of 593 ~ 29.17%
G 229 of 593 ~ 38.62%
B 191 of 593 ~ 32.21'%

%29.17
%38.62
%32.21

CMYK color model

#ADE5BF color CMYK value is (24,0,17,10).

  • cyan value is 24.45%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%

CMYK: (24,0,17,10)
C24M0Y17K10 (24%, 0%, 17%, 10%)
(0.24 / 0.00 / 0.17 / 0.10)

CMYK percentages

%24.45
%0
%16.59
%10.2

Codes

Color #ADE5BF in popluar color models

AD E5 BF
RGB 173 229 191
HSL 139° 51.85% 78.82%
HSB/HSV 139° 24.45% 89.80%
CMYK 24.45% 0.00% 16.59%
10.20%

Color #ADE5BF in popluar number systems.

HEX AD E5 BF
Decimal 173 229 191
Binary 10101101 11100101 10111111
Octal 255 345 277

Shades and tints

Shades of #ADE5BF

#ADE5BF
(173,229,191)
#9ED1AE
(158,209,174)
#8FBD9D
(143,189,157)
#80A98C
(128,169,140)
#71957B
(113,149,123)
#62816A
(98,129,106)
#536D59
(83,109,89)
#445948
(68,89,72)
#354537
(53,69,55)
#263126
(38,49,38)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #ADE5BF

#ADE5BF
(173,229,191)
#B4E7C4
(180,231,196)
#BBE9C9
(187,233,201)
#C2EBCE
(194,235,206)
#C9EDD3
(201,237,211)
#D0EFD8
(208,239,216)
#D7F1DD
(215,241,221)
#DEF3E2
(222,243,226)
#E5F5E7
(229,245,231)
#ECF7EC
(236,247,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE5BF color. Also use rgb(173,229,191) instead hex code.

Text Font Color

.myTextColor { color: #ADE5BF; }

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

This text font color is #ADE5BF.

Background Color

.myBgColor { background-color: #ADE5BF; }

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

This div background color is #ADE5BF.

Border color

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

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

This div border color is #ADE5BF.

Opacity

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

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

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

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

This text has shadow with #ADE5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE5BF.

Preview

Color preview on black background

This text has color #ADE5BF on black background.


Color preview on white background

This text has color #ADE5BF on white background.


Black color preview on #ADE5BF background

This text has black color on #ADE5BF background.


White color preview on #ADE5BF background

This text has white color on #ADE5BF background.


Related colors

Complementary color

Complementary color for #hex is #521A40.


I love getcolorcode.com

Triadic colors

1 #BFADE5 and #E5BFAD with #ADE5BF are triadic colors.

2 #BFE5AD and #E5ADBF with #ADE5BF are triadic colors.