COLOR #AABDDE

HEX: #AABDDE RGB: (170,189,222)

Color info

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

RGB color model

#AABDDE color RGB value is (170,189,222).

RGB: (170,189,222) (67%, 74%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 222 of 255 = 87%

170
189
222

R + G + B ~ 76%. #AABDDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 222 = 581 (100%)
R 170 of 581 ~ 29.26%
G 189 of 581 ~ 32.53%
B 222 of 581 ~ 38.21'%

%29.26
%32.53
%38.21

CMYK color model

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

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

CMYK: (23,15,0,13)
C23M15Y0K13 (23%, 15%, 0%, 13%)
(0.23 / 0.15 / 0.00 / 0.13)

CMYK percentages

%23.42
%14.86
%0
%12.94

Codes

Color #AABDDE in popluar color models

AA BD DE
RGB 170 189 222
HSL 218° 44.07% 76.86%
HSB/HSV 218° 23.42% 87.06%
CMYK 23.42% 14.86% 0.00%
12.94%

Color #AABDDE in popluar number systems.

HEX AA BD DE
Decimal 170 189 222
Binary 10101010 10111101 11011110
Octal 252 275 336

Shades and tints

Shades of #AABDDE

#AABDDE
(170,189,222)
#9BACCA
(155,172,202)
#8C9BB6
(140,155,182)
#7D8AA2
(125,138,162)
#6E798E
(110,121,142)
#5F687A
(95,104,122)
#505766
(80,87,102)
#414652
(65,70,82)
#32353E
(50,53,62)
#23242A
(35,36,42)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AABDDE

#AABDDE
(170,189,222)
#B1C3E1
(177,195,225)
#B8C9E4
(184,201,228)
#BFCFE7
(191,207,231)
#C6D5EA
(198,213,234)
#CDDBED
(205,219,237)
#D4E1F0
(212,225,240)
#DBE7F3
(219,231,243)
#E2EDF6
(226,237,246)
#E9F3F9
(233,243,249)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDDE; }

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

This text font color is #AABDDE.

Background Color

.myBgColor { background-color: #AABDDE; }

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

This div background color is #AABDDE.

Border color

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

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

This div border color is #AABDDE.

Opacity

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

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

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

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

This text has shadow with #AABDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDDE.

Preview

Color preview on black background

This text has color #AABDDE on black background.


Color preview on white background

This text has color #AABDDE on white background.


Black color preview on #AABDDE background

This text has black color on #AABDDE background.


White color preview on #AABDDE background

This text has white color on #AABDDE background.


Related colors

Complementary color

Complementary color for #hex is #554221.


I love getcolorcode.com

Triadic colors

1 #DEAABD and #BDDEAA with #AABDDE are triadic colors.

2 #DEBDAA and #BDAADE with #AABDDE are triadic colors.