COLOR #AADDDE

HEX: #AADDDE RGB: (170,221,222)

Color info

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

RGB color model

#AADDDE color RGB value is (170,221,222).

RGB: (170,221,222) (67%, 87%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 222 of 255 = 87%

170
221
222

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

Portions of RGB colors in percentages

R + G + B = 170 + 221 + 222 = 613 (100%)
R 170 of 613 ~ 27.73%
G 221 of 613 ~ 36.05%
B 222 of 613 ~ 36.22'%

%27.73
%36.05
%36.22

CMYK color model

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

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

CMYK: (23,0,0,13)
C23M0Y0K13 (23%, 0%, 0%, 13%)
(0.23 / 0.00 / 0.00 / 0.13)

CMYK percentages

%23.42
%0.45
%0
%12.94

Codes

Color #AADDDE in popluar color models

AA DD DE
RGB 170 221 222
HSL 181° 44.07% 76.86%
HSB/HSV 181° 23.42% 87.06%
CMYK 23.42% 0.45% 0.00%
12.94%

Color #AADDDE in popluar number systems.

HEX AA DD DE
Decimal 170 221 222
Binary 10101010 11011101 11011110
Octal 252 335 336

Shades and tints

Shades of #AADDDE

#AADDDE
(170,221,222)
#9BC9CA
(155,201,202)
#8CB5B6
(140,181,182)
#7DA1A2
(125,161,162)
#6E8D8E
(110,141,142)
#5F797A
(95,121,122)
#506566
(80,101,102)
#415152
(65,81,82)
#323D3E
(50,61,62)
#23292A
(35,41,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AADDDE

#AADDDE
(170,221,222)
#B1E0E1
(177,224,225)
#B8E3E4
(184,227,228)
#BFE6E7
(191,230,231)
#C6E9EA
(198,233,234)
#CDECED
(205,236,237)
#D4EFF0
(212,239,240)
#DBF2F3
(219,242,243)
#E2F5F6
(226,245,246)
#E9F8F9
(233,248,249)
#F0FBFC
(240,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDDE; }

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

This text font color is #AADDDE.

Background Color

.myBgColor { background-color: #AADDDE; }

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

This div background color is #AADDDE.

Border color

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

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

This div border color is #AADDDE.

Opacity

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

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

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

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

This text has shadow with #AADDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADDDE.

Preview

Color preview on black background

This text has color #AADDDE on black background.


Color preview on white background

This text has color #AADDDE on white background.


Black color preview on #AADDDE background

This text has black color on #AADDDE background.


White color preview on #AADDDE background

This text has white color on #AADDDE background.


Related colors

Complementary color

Complementary color for #hex is #552221.


I love getcolorcode.com

Triadic colors

1 #DEAADD and #DDDEAA with #AADDDE are triadic colors.

2 #DEDDAA and #DDAADE with #AADDDE are triadic colors.