COLOR #ADEBD1

HEX: #ADEBD1
RGB: (173,235,209)

Color info

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

RGB color model

#ADEBD1 color RGB value is (173,235,209).

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

RGB channels and saturation

R 173 of 255 = 68%
G 235 of 255 = 92%
B 209 of 255 = 82%

173
235
209

R + G + B ~ 81%. #ADEBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 235 + 209 = 617 (100%)
R 173 of 617 ~ 28.04%
G 235 of 617 ~ 38.09%
B 209 of 617 ~ 33.87%

%28.04
%38.09
%33.87

CMYK color model

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

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(26,0,11,8)
C26M0Y11K8 
(26%,0%,11%,8%)
(0.26/0.00/0.11/0.08)	

CMYK percentages

%26.38
%0
%11.06
%7.84

Codes

Color #ADEBD1 in popluar color models

ADEBD1
RGB173235209
HSL155°60.78%80.00%
HSB/HSV155°26.38%92.16%
CMYK26.38%0.00%11.06%
7.84%

Color #ADEBD1 in popluar number systems.

HEXADEBD1
Decimal173235209
Binary101011011110101111010001
Octal255353321

Shades and tints

Shades of #ADEBD1

#ADEBD1
(173,235,209)
#9ED6BE
(158,214,190)
#8FC1AB
(143,193,171)
#80AC98
(128,172,152)
#719785
(113,151,133)
#628272
(98,130,114)
#536D5F
(83,109,95)
#44584C
(68,88,76)
#354339
(53,67,57)
#262E26
(38,46,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADEBD1

#ADEBD1
(173,235,209)
#B4ECD5
(180,236,213)
#BBEDD9
(187,237,217)
#C2EEDD
(194,238,221)
#C9EFE1
(201,239,225)
#D0F0E5
(208,240,229)
#D7F1E9
(215,241,233)
#DEF2ED
(222,242,237)
#E5F3F1
(229,243,241)
#ECF4F5
(236,244,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBD1; }

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

This text font color is #ADEBD1.


Background Color

.myBgColor { background-color: #ADEBD1; }

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

This div background color is #ADEBD1.


Border color

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

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

This div border color is #ADEBD1.


Opacity

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

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

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

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

This text has shadow with #ADEBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEBD1 on black background.


Color preview on white background

This text has color #ADEBD1 on white background.



Black color preview on #ADEBD1 background

This text has black color on #ADEBD1 background.


White color preview on #ADEBD1 background

This text has white color on #ADEBD1 background.