COLOR #AADADE

HEX: #AADADE RGB: (170,218,222)

Color info

#AADADE contains red, green and blue colors in about the same proportion. Web safe color of #AADADE is #99CCCC (or #9CC).

RGB color model

#AADADE color RGB value is (170,218,222).

RGB: (170,218,222) (67%, 85%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 222 of 255 = 87%

170
218
222

R + G + B ~ 80%. #AADADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 218 + 222 = 610 (100%)
R 170 of 610 ~ 27.87%
G 218 of 610 ~ 35.74%
B 222 of 610 ~ 36.39'%

%27.87
%35.74
%36.39

CMYK color model

#AADADE color CMYK value is (23,2,0,13).

  • cyan value is 23.42%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (23,2,0,13)
C23M2Y0K13 (23%, 2%, 0%, 13%)
(0.23 / 0.02 / 0.00 / 0.13)

CMYK percentages

%23.42
%1.8
%0
%12.94

Codes

Color #AADADE in popluar color models

AA DA DE
RGB 170 218 222
HSL 185° 44.07% 76.86%
HSB/HSV 185° 23.42% 87.06%
CMYK 23.42% 1.80% 0.00%
12.94%

Color #AADADE in popluar number systems.

HEX AA DA DE
Decimal 170 218 222
Binary 10101010 11011010 11011110
Octal 252 332 336

Shades and tints

Shades of #AADADE

#AADADE
(170,218,222)
#9BC7CA
(155,199,202)
#8CB4B6
(140,180,182)
#7DA1A2
(125,161,162)
#6E8E8E
(110,142,142)
#5F7B7A
(95,123,122)
#506866
(80,104,102)
#415552
(65,85,82)
#32423E
(50,66,62)
#232F2A
(35,47,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #AADADE

#AADADE
(170,218,222)
#B1DDE1
(177,221,225)
#B8E0E4
(184,224,228)
#BFE3E7
(191,227,231)
#C6E6EA
(198,230,234)
#CDE9ED
(205,233,237)
#D4ECF0
(212,236,240)
#DBEFF3
(219,239,243)
#E2F2F6
(226,242,246)
#E9F5F9
(233,245,249)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADADE; }

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

This text font color is #AADADE.

Background Color

.myBgColor { background-color: #AADADE; }

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

This div background color is #AADADE.

Border color

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

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

This div border color is #AADADE.

Opacity

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

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

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

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

This text has shadow with #AADADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADADE.

Preview

Color preview on black background

This text has color #AADADE on black background.


Color preview on white background

This text has color #AADADE on white background.


Black color preview on #AADADE background

This text has black color on #AADADE background.


White color preview on #AADADE background

This text has white color on #AADADE background.


Related colors

Complementary color

Complementary color for #hex is #552521.


I love getcolorcode.com

Triadic colors

1 #DEAADA and #DADEAA with #AADADE are triadic colors.

2 #DEDAAA and #DAAADE with #AADADE are triadic colors.