COLOR #ADEBE4

HEX: #ADEBE4 RGB: (173,235,228)

Color info

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

RGB color model

#ADEBE4 color RGB value is (173,235,228).

RGB: (173,235,228) (68%, 92%, 89%)

RGB channels and saturation

R 173 of 255 = 68%
G 235 of 255 = 92%
B 228 of 255 = 89%

173
235
228

R + G + B ~ 83%. #ADEBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 235 + 228 = 636 (100%)
R 173 of 636 ~ 27.2%
G 235 of 636 ~ 36.95%
B 228 of 636 ~ 35.85'%

%27.2
%36.95
%35.85

CMYK color model

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

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 2.98%
  • key color value is 7.84%

CMYK: (26,0,3,8)
C26M0Y3K8 (26%, 0%, 3%, 8%)
(0.26 / 0.00 / 0.03 / 0.08)

CMYK percentages

%26.38
%0
%2.98
%7.84

Codes

Color #ADEBE4 in popluar color models

AD EB E4
RGB 173 235 228
HSL 173° 60.78% 80.00%
HSB/HSV 173° 26.38% 92.16%
CMYK 26.38% 0.00% 2.98%
7.84%

Color #ADEBE4 in popluar number systems.

HEX AD EB E4
Decimal 173 235 228
Binary 10101101 11101011 11100100
Octal 255 353 344

Shades and tints

Shades of #ADEBE4

#ADEBE4
(173,235,228)
#9ED6D0
(158,214,208)
#8FC1BC
(143,193,188)
#80ACA8
(128,172,168)
#719794
(113,151,148)
#628280
(98,130,128)
#536D6C
(83,109,108)
#445858
(68,88,88)
#354344
(53,67,68)
#262E30
(38,46,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #ADEBE4

#ADEBE4
(173,235,228)
#B4ECE6
(180,236,230)
#BBEDE8
(187,237,232)
#C2EEEA
(194,238,234)
#C9EFEC
(201,239,236)
#D0F0EE
(208,240,238)
#D7F1F0
(215,241,240)
#DEF2F2
(222,242,242)
#E5F3F4
(229,243,244)
#ECF4F6
(236,244,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBE4; }

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

This text font color is #ADEBE4.

Background Color

.myBgColor { background-color: #ADEBE4; }

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

This div background color is #ADEBE4.

Border color

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

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

This div border color is #ADEBE4.

Opacity

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

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

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

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

This text has shadow with #ADEBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEBE4.

Preview

Color preview on black background

This text has color #ADEBE4 on black background.


Color preview on white background

This text has color #ADEBE4 on white background.


Black color preview on #ADEBE4 background

This text has black color on #ADEBE4 background.


White color preview on #ADEBE4 background

This text has white color on #ADEBE4 background.


Related colors

Complementary color

Complementary color for #hex is #52141B.


I love getcolorcode.com

Triadic colors

1 #E4ADEB and #EBE4AD with #ADEBE4 are triadic colors.

2 #E4EBAD and #EBADE4 with #ADEBE4 are triadic colors.