COLOR #ADEADC

HEX: #ADEADC RGB: (173,234,220)

Color info

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

RGB color model

#ADEADC color RGB value is (173,234,220).

RGB: (173,234,220) (68%, 92%, 86%)

RGB channels and saturation

R 173 of 255 = 68%
G 234 of 255 = 92%
B 220 of 255 = 86%

173
234
220

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

Portions of RGB colors in percentages

R + G + B = 173 + 234 + 220 = 627 (100%)
R 173 of 627 ~ 27.59%
G 234 of 627 ~ 37.32%
B 220 of 627 ~ 35.09'%

%27.59
%37.32
%35.09

CMYK color model

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

  • cyan value is 26.07%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 8.24%

CMYK: (26,0,6,8)
C26M0Y6K8 (26%, 0%, 6%, 8%)
(0.26 / 0.00 / 0.06 / 0.08)

CMYK percentages

%26.07
%0
%5.98
%8.24

Codes

Color #ADEADC in popluar color models

AD EA DC
RGB 173 234 220
HSL 166° 59.22% 79.80%
HSB/HSV 166° 26.07% 91.76%
CMYK 26.07% 0.00% 5.98%
8.24%

Color #ADEADC in popluar number systems.

HEX AD EA DC
Decimal 173 234 220
Binary 10101101 11101010 11011100
Octal 255 352 334

Shades and tints

Shades of #ADEADC

#ADEADC
(173,234,220)
#9ED5C8
(158,213,200)
#8FC0B4
(143,192,180)
#80ABA0
(128,171,160)
#71968C
(113,150,140)
#628178
(98,129,120)
#536C64
(83,108,100)
#445750
(68,87,80)
#35423C
(53,66,60)
#262D28
(38,45,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADEADC

#ADEADC
(173,234,220)
#B4EBDF
(180,235,223)
#BBECE2
(187,236,226)
#C2EDE5
(194,237,229)
#C9EEE8
(201,238,232)
#D0EFEB
(208,239,235)
#D7F0EE
(215,240,238)
#DEF1F1
(222,241,241)
#E5F2F4
(229,242,244)
#ECF3F7
(236,243,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEADC color. Also use rgb(173,234,220) instead hex code.

Text Font Color

.myTextColor { color: #ADEADC; }

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

This text font color is #ADEADC.

Background Color

.myBgColor { background-color: #ADEADC; }

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

This div background color is #ADEADC.

Border color

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

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

This div border color is #ADEADC.

Opacity

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

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

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

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

This text has shadow with #ADEADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEADC.

Preview

Color preview on black background

This text has color #ADEADC on black background.


Color preview on white background

This text has color #ADEADC on white background.


Black color preview on #ADEADC background

This text has black color on #ADEADC background.


White color preview on #ADEADC background

This text has white color on #ADEADC background.


Related colors

Complementary color

Complementary color for #hex is #521523.


I love getcolorcode.com

Triadic colors

1 #DCADEA and #EADCAD with #ADEADC are triadic colors.

2 #DCEAAD and #EAADDC with #ADEADC are triadic colors.