COLOR #ADEECB

HEX: #ADEECB RGB: (173,238,203)

Color info

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

RGB color model

#ADEECB color RGB value is (173,238,203).

RGB: (173,238,203) (68%, 93%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 203 of 255 = 80%

173
238
203

R + G + B ~ 80%. #ADEECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 238 + 203 = 614 (100%)
R 173 of 614 ~ 28.18%
G 238 of 614 ~ 38.76%
B 203 of 614 ~ 33.06'%

%28.18
%38.76
%33.06

CMYK color model

#ADEECB color CMYK value is (27,0,15,7).

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

CMYK: (27,0,15,7)
C27M0Y15K7 (27%, 0%, 15%, 7%)
(0.27 / 0.00 / 0.15 / 0.07)

CMYK percentages

%27.31
%0
%14.71
%6.67

Codes

Color #ADEECB in popluar color models

AD EE CB
RGB 173 238 203
HSL 148° 65.66% 80.59%
HSB/HSV 148° 27.31% 93.33%
CMYK 27.31% 0.00% 14.71%
6.67%

Color #ADEECB in popluar number systems.

HEX AD EE CB
Decimal 173 238 203
Binary 10101101 11101110 11001011
Octal 255 356 313

Shades and tints

Shades of #ADEECB

#ADEECB
(173,238,203)
#9ED9B9
(158,217,185)
#8FC4A7
(143,196,167)
#80AF95
(128,175,149)
#719A83
(113,154,131)
#628571
(98,133,113)
#53705F
(83,112,95)
#445B4D
(68,91,77)
#35463B
(53,70,59)
#263129
(38,49,41)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #ADEECB

#ADEECB
(173,238,203)
#B4EFCF
(180,239,207)
#BBF0D3
(187,240,211)
#C2F1D7
(194,241,215)
#C9F2DB
(201,242,219)
#D0F3DF
(208,243,223)
#D7F4E3
(215,244,227)
#DEF5E7
(222,245,231)
#E5F6EB
(229,246,235)
#ECF7EF
(236,247,239)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEECB; }

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

This text font color is #ADEECB.

Background Color

.myBgColor { background-color: #ADEECB; }

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

This div background color is #ADEECB.

Border color

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

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

This div border color is #ADEECB.

Opacity

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

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

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

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

This text has shadow with #ADEECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEECB.

Preview

Color preview on black background

This text has color #ADEECB on black background.


Color preview on white background

This text has color #ADEECB on white background.


Black color preview on #ADEECB background

This text has black color on #ADEECB background.


White color preview on #ADEECB background

This text has white color on #ADEECB background.


Related colors

Complementary color

Complementary color for #hex is #521134.


I love getcolorcode.com

Triadic colors

1 #CBADEE and #EECBAD with #ADEECB are triadic colors.

2 #CBEEAD and #EEADCB with #ADEECB are triadic colors.