COLOR #AADDE5

HEX: #AADDE5 RGB: (170,221,229)

Color info

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

RGB color model

#AADDE5 color RGB value is (170,221,229).

RGB: (170,221,229) (67%, 87%, 90%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 229 of 255 = 90%

170
221
229

R + G + B ~ 81%. #AADDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 221 + 229 = 620 (100%)
R 170 of 620 ~ 27.42%
G 221 of 620 ~ 35.65%
B 229 of 620 ~ 36.94'%

%27.42
%35.65
%36.94

CMYK color model

#AADDE5 color CMYK value is (26,3,0,10).

  • cyan value is 25.76%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (26,3,0,10)
C26M3Y0K10 (26%, 3%, 0%, 10%)
(0.26 / 0.03 / 0.00 / 0.10)

CMYK percentages

%25.76
%3.49
%0
%10.2

Codes

Color #AADDE5 in popluar color models

AA DD E5
RGB 170 221 229
HSL 188° 53.15% 78.24%
HSB/HSV 188° 25.76% 89.80%
CMYK 25.76% 3.49% 0.00%
10.20%

Color #AADDE5 in popluar number systems.

HEX AA DD E5
Decimal 170 221 229
Binary 10101010 11011101 11100101
Octal 252 335 345

Shades and tints

Shades of #AADDE5

#AADDE5
(170,221,229)
#9BC9D1
(155,201,209)
#8CB5BD
(140,181,189)
#7DA1A9
(125,161,169)
#6E8D95
(110,141,149)
#5F7981
(95,121,129)
#50656D
(80,101,109)
#415159
(65,81,89)
#323D45
(50,61,69)
#232931
(35,41,49)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #AADDE5

#AADDE5
(170,221,229)
#B1E0E7
(177,224,231)
#B8E3E9
(184,227,233)
#BFE6EB
(191,230,235)
#C6E9ED
(198,233,237)
#CDECEF
(205,236,239)
#D4EFF1
(212,239,241)
#DBF2F3
(219,242,243)
#E2F5F5
(226,245,245)
#E9F8F7
(233,248,247)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADDE5 color. Also use rgb(170,221,229) instead hex code.

Text Font Color

.myTextColor { color: #AADDE5; }

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

This text font color is #AADDE5.

Background Color

.myBgColor { background-color: #AADDE5; }

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

This div background color is #AADDE5.

Border color

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

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

This div border color is #AADDE5.

Opacity

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

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

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

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

This text has shadow with #AADDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADDE5.

Preview

Color preview on black background

This text has color #AADDE5 on black background.


Color preview on white background

This text has color #AADDE5 on white background.


Black color preview on #AADDE5 background

This text has black color on #AADDE5 background.


White color preview on #AADDE5 background

This text has white color on #AADDE5 background.


Related colors

Complementary color

Complementary color for #hex is #55221A.


I love getcolorcode.com

Triadic colors

1 #E5AADD and #DDE5AA with #AADDE5 are triadic colors.

2 #E5DDAA and #DDAAE5 with #AADDE5 are triadic colors.