COLOR #AADAEC

HEX: #AADAEC RGB: (170,218,236)

Color info

#AADAEC contains mainly green and blue colors. Web safe color of #AADAEC is #99CCFF (or #9CF).

RGB color model

#AADAEC color RGB value is (170,218,236).

RGB: (170,218,236) (67%, 85%, 93%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 236 of 255 = 93%

170
218
236

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

Portions of RGB colors in percentages

R + G + B = 170 + 218 + 236 = 624 (100%)
R 170 of 624 ~ 27.24%
G 218 of 624 ~ 34.94%
B 236 of 624 ~ 37.82'%

%27.24
%34.94
%37.82

CMYK color model

#AADAEC color CMYK value is (28,8,0,7).

  • cyan value is 27.97%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (28,8,0,7) C28M8Y0K7 (28%,8%,0%,7%) (0.28/0.08/0.00/0.07) 

CMYK percentages

%27.97
%7.63
%0
%7.45

Codes

Color #AADAEC in popluar color models

AA DA EC
RGB 170 218 236
HSL 196° 63.46% 79.61%
HSB/HSV 196° 27.97% 92.55%
CMYK 27.97% 7.63% 0.00%
7.45%

Color #AADAEC in popluar number systems.

HEX AA DA EC
Decimal 170 218 236
Binary 10101010 11011010 11101100
Octal 252 332 354

Shades and tints

Shades of #AADAEC

#AADAEC
(170,218,236)
#9BC7D7
(155,199,215)
#8CB4C2
(140,180,194)
#7DA1AD
(125,161,173)
#6E8E98
(110,142,152)
#5F7B83
(95,123,131)
#50686E
(80,104,110)
#415559
(65,85,89)
#324244
(50,66,68)
#232F2F
(35,47,47)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #AADAEC

#AADAEC
(170,218,236)
#B1DDED
(177,221,237)
#B8E0EE
(184,224,238)
#BFE3EF
(191,227,239)
#C6E6F0
(198,230,240)
#CDE9F1
(205,233,241)
#D4ECF2
(212,236,242)
#DBEFF3
(219,239,243)
#E2F2F4
(226,242,244)
#E9F5F5
(233,245,245)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADAEC color. Also use rgb(170,218,236) instead hex code.

Text Font Color

.myTextColor { color: #AADAEC; }

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

This text font color is #AADAEC.

Background Color

.myBgColor { background-color: #AADAEC; }

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

This div background color is #AADAEC.

Border color

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

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

This div border color is #AADAEC.

Opacity

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

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

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

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

This text has shadow with #AADAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADAEC.

Preview

Color preview on black background

This text has color #AADAEC on black background.


Color preview on white background

This text has color #AADAEC on white background.


Black color preview on #AADAEC background

This text has black color on #AADAEC background.


White color preview on #AADAEC background

This text has white color on #AADAEC background.


Related colors

Complementary color

Complementary color for #hex is #552513.


I love getcolorcode.com

Triadic colors

1 #ECAADA and #DAECAA with #AADAEC are triadic colors.

2 #ECDAAA and #DAAAEC with #AADAEC are triadic colors.