COLOR #ADEEB1

HEX: #ADEEB1 RGB: (173,238,177)

Color info

#ADEEB1 contains mainly green color. Web safe color of #ADEEB1 is #99FF99 (or #9F9).

RGB color model

#ADEEB1 color RGB value is (173,238,177).

RGB: (173,238,177) (68%, 93%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 177 of 255 = 69%

173
238
177

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

Portions of RGB colors in percentages

R + G + B = 173 + 238 + 177 = 588 (100%)
R 173 of 588 ~ 29.42%
G 238 of 588 ~ 40.48%
B 177 of 588 ~ 30.1'%

%29.42
%40.48
%30.1

CMYK color model

#ADEEB1 color CMYK value is (27,0,26,7).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 6.67%

CMYK: (27,0,26,7)
C27M0Y26K7 (27%, 0%, 26%, 7%)
(0.27 / 0.00 / 0.26 / 0.07)

CMYK percentages

%27.31
%0
%25.63
%6.67

Codes

Color #ADEEB1 in popluar color models

AD EE B1
RGB 173 238 177
HSL 124° 65.66% 80.59%
HSB/HSV 124° 27.31% 93.33%
CMYK 27.31% 0.00% 25.63%
6.67%

Color #ADEEB1 in popluar number systems.

HEX AD EE B1
Decimal 173 238 177
Binary 10101101 11101110 10110001
Octal 255 356 261

Shades and tints

Shades of #ADEEB1

#ADEEB1
(173,238,177)
#9ED9A1
(158,217,161)
#8FC491
(143,196,145)
#80AF81
(128,175,129)
#719A71
(113,154,113)
#628561
(98,133,97)
#537051
(83,112,81)
#445B41
(68,91,65)
#354631
(53,70,49)
#263121
(38,49,33)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #ADEEB1

#ADEEB1
(173,238,177)
#B4EFB8
(180,239,184)
#BBF0BF
(187,240,191)
#C2F1C6
(194,241,198)
#C9F2CD
(201,242,205)
#D0F3D4
(208,243,212)
#D7F4DB
(215,244,219)
#DEF5E2
(222,245,226)
#E5F6E9
(229,246,233)
#ECF7F0
(236,247,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEEB1 color. Also use rgb(173,238,177) instead hex code.

Text Font Color

.myTextColor { color: #ADEEB1; }

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

This text font color is #ADEEB1.

Background Color

.myBgColor { background-color: #ADEEB1; }

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

This div background color is #ADEEB1.

Border color

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

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

This div border color is #ADEEB1.

Opacity

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

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

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

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

This text has shadow with #ADEEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEEB1.

Preview

Color preview on black background

This text has color #ADEEB1 on black background.


Color preview on white background

This text has color #ADEEB1 on white background.


Black color preview on #ADEEB1 background

This text has black color on #ADEEB1 background.


White color preview on #ADEEB1 background

This text has white color on #ADEEB1 background.


Related colors

Complementary color

Complementary color for #hex is #52114E.


I love getcolorcode.com

Triadic colors

1 #B1ADEE and #EEB1AD with #ADEEB1 are triadic colors.

2 #B1EEAD and #EEADB1 with #ADEEB1 are triadic colors.