COLOR #ADEDEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
237
235

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

Portions of RGB colors in percentages

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

%26.82
%36.74
%36.43

CMYK color model

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

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

CMYK percentages

%27
%0
%0.84
%7.06

Codes

Color #ADEDEB in popluar color models

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

Color #ADEDEB in popluar number systems.

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

Shades and tints

Shades of #ADEDEB

#ADEDEB
(173,237,235)
#9ED8D6
(158,216,214)
#8FC3C1
(143,195,193)
#80AEAC
(128,174,172)
#719997
(113,153,151)
#628482
(98,132,130)
#536F6D
(83,111,109)
#445A58
(68,90,88)
#354543
(53,69,67)
#26302E
(38,48,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #ADEDEB

#ADEDEB
(173,237,235)
#B4EEEC
(180,238,236)
#BBEFED
(187,239,237)
#C2F0EE
(194,240,238)
#C9F1EF
(201,241,239)
#D0F2F0
(208,242,240)
#D7F3F1
(215,243,241)
#DEF4F2
(222,244,242)
#E5F5F3
(229,245,243)
#ECF6F4
(236,246,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDEB; }

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

This text font color is #ADEDEB.

Background Color

.myBgColor { background-color: #ADEDEB; }

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

This div background color is #ADEDEB.

Border color

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

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

This div border color is #ADEDEB.

Opacity

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

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

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

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

This text has shadow with #ADEDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEDEB.

Preview

Color preview on black background

This text has color #ADEDEB on black background.


Color preview on white background

This text has color #ADEDEB on white background.


Black color preview on #ADEDEB background

This text has black color on #ADEDEB background.


White color preview on #ADEDEB background

This text has white color on #ADEDEB background.


Related colors

Complementary color

Complementary color for #hex is #521214.


I love getcolorcode.com

Triadic colors

1 #EBADED and #EDEBAD with #ADEDEB are triadic colors.

2 #EBEDAD and #EDADEB with #ADEDEB are triadic colors.