COLOR #ADEBED

HEX: #ADEBED RGB: (173,235,237)

Color info

#ADEBED contains mainly green and blue colors. Web safe color of #ADEBED is #99FFFF (or #9FF).

RGB color model

#ADEBED color RGB value is (173,235,237).

RGB: (173,235,237) (68%, 92%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 235 of 255 = 92%
B 237 of 255 = 93%

173
235
237

R + G + B ~ 84%. #ADEBED is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 235 + 237 = 645 (100%)
R 173 of 645 ~ 26.82%
G 235 of 645 ~ 36.43%
B 237 of 645 ~ 36.74'%

%26.82
%36.43
%36.74

CMYK color model

#ADEBED color CMYK value is (27,1,0,7).

  • cyan value is 27.00%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (27,1,0,7) C27M1Y0K7 (27%,1%,0%,7%) (0.27/0.01/0.00/0.07) 

CMYK percentages

%27
%0.84
%0
%7.06

Codes

Color #ADEBED in popluar color models

AD EB ED
RGB 173 235 237
HSL 182° 64.00% 80.39%
HSB/HSV 182° 27.00% 92.94%
CMYK 27.00% 0.84% 0.00%
7.06%

Color #ADEBED in popluar number systems.

HEX AD EB ED
Decimal 173 235 237
Binary 10101101 11101011 11101101
Octal 255 353 355

Shades and tints

Shades of #ADEBED

#ADEBED
(173,235,237)
#9ED6D8
(158,214,216)
#8FC1C3
(143,193,195)
#80ACAE
(128,172,174)
#719799
(113,151,153)
#628284
(98,130,132)
#536D6F
(83,109,111)
#44585A
(68,88,90)
#354345
(53,67,69)
#262E30
(38,46,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #ADEBED

#ADEBED
(173,235,237)
#B4ECEE
(180,236,238)
#BBEDEF
(187,237,239)
#C2EEF0
(194,238,240)
#C9EFF1
(201,239,241)
#D0F0F2
(208,240,242)
#D7F1F3
(215,241,243)
#DEF2F4
(222,242,244)
#E5F3F5
(229,243,245)
#ECF4F6
(236,244,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBED; }

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

This text font color is #ADEBED.

Background Color

.myBgColor { background-color: #ADEBED; }

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

This div background color is #ADEBED.

Border color

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

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

This div border color is #ADEBED.

Opacity

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

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

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

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

This text has shadow with #ADEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEBED.

Preview

Color preview on black background

This text has color #ADEBED on black background.


Color preview on white background

This text has color #ADEBED on white background.


Black color preview on #ADEBED background

This text has black color on #ADEBED background.


White color preview on #ADEBED background

This text has white color on #ADEBED background.


Related colors

Complementary color

Complementary color for #hex is #521412.


I love getcolorcode.com

Triadic colors

1 #EDADEB and #EBEDAD with #ADEBED are triadic colors.

2 #EDEBAD and #EBADED with #ADEBED are triadic colors.