COLOR #ADEBD8

HEX: #ADEBD8
RGB: (173,235,216)

Color info

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

RGB color model

#ADEBD8 color RGB value is (173,235,216).

  • red value is 173;
  • green value is 235;
  • blue value is 216.
RGB:
(173,235,216)
(68%,92%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 235 of 255 = 92%
B 216 of 255 = 85%

173
235
216

R + G + B ~ 82%. #ADEBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 235 + 216 = 624 (100%)
R 173 of 624 ~ 27.72%
G 235 of 624 ~ 37.66%
B 216 of 624 ~ 34.62%

%27.72
%37.66
%34.62

CMYK color model

#ADEBD8 color CMYK value is (26,0,8,8).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(26,0,8,8)
C26M0Y8K8 
(26%,0%,8%,8%)
(0.26/0.00/0.08/0.08)	

CMYK percentages

%26.38
%0
%8.09
%7.84

Codes

Color #ADEBD8 in popluar color models

ADEBD8
RGB173235216
HSL162°60.78%80.00%
HSB/HSV162°26.38%92.16%
CMYK26.38%0.00%8.09%
7.84%

Color #ADEBD8 in popluar number systems.

HEXADEBD8
Decimal173235216
Binary101011011110101111011000
Octal255353330

Shades and tints

Shades of #ADEBD8

#ADEBD8
(173,235,216)
#9ED6C5
(158,214,197)
#8FC1B2
(143,193,178)
#80AC9F
(128,172,159)
#71978C
(113,151,140)
#628279
(98,130,121)
#536D66
(83,109,102)
#445853
(68,88,83)
#354340
(53,67,64)
#262E2D
(38,46,45)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #ADEBD8

#ADEBD8
(173,235,216)
#B4ECDB
(180,236,219)
#BBEDDE
(187,237,222)
#C2EEE1
(194,238,225)
#C9EFE4
(201,239,228)
#D0F0E7
(208,240,231)
#D7F1EA
(215,241,234)
#DEF2ED
(222,242,237)
#E5F3F0
(229,243,240)
#ECF4F3
(236,244,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEBD8 color. Also use rgb(173,235,216) instead hex code.

Text Font Color

.myTextColor { color: #ADEBD8; }

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

This text font color is #ADEBD8.


Background Color

.myBgColor { background-color: #ADEBD8; }

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

This div background color is #ADEBD8.


Border color

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

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

This div border color is #ADEBD8.


Opacity

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

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

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

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

This text has shadow with #ADEBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEBD8 on black background.


Color preview on white background

This text has color #ADEBD8 on white background.



Black color preview on #ADEBD8 background

This text has black color on #ADEBD8 background.


White color preview on #ADEBD8 background

This text has white color on #ADEBD8 background.