COLOR #AABDEE

HEX: #AABDEE RGB: (170,189,238)

Color info

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

RGB color model

#AABDEE color RGB value is (170,189,238).

RGB: (170,189,238) (67%, 74%, 93%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 238 of 255 = 93%

170
189
238

R + G + B ~ 78%. #AABDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 238 = 597 (100%)
R 170 of 597 ~ 28.48%
G 189 of 597 ~ 31.66%
B 238 of 597 ~ 39.87'%

%28.48
%31.66
%39.87

CMYK color model

#AABDEE color CMYK value is (29,21,0,7).

  • cyan value is 28.57%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (29,21,0,7)
C29M21Y0K7 (29%, 21%, 0%, 7%)
(0.29 / 0.21 / 0.00 / 0.07)

CMYK percentages

%28.57
%20.59
%0
%6.67

Codes

Color #AABDEE in popluar color models

AA BD EE
RGB 170 189 238
HSL 223° 66.67% 80.00%
HSB/HSV 223° 28.57% 93.33%
CMYK 28.57% 20.59% 0.00%
6.67%

Color #AABDEE in popluar number systems.

HEX AA BD EE
Decimal 170 189 238
Binary 10101010 10111101 11101110
Octal 252 275 356

Shades and tints

Shades of #AABDEE

#AABDEE
(170,189,238)
#9BACD9
(155,172,217)
#8C9BC4
(140,155,196)
#7D8AAF
(125,138,175)
#6E799A
(110,121,154)
#5F6885
(95,104,133)
#505770
(80,87,112)
#41465B
(65,70,91)
#323546
(50,53,70)
#232431
(35,36,49)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #AABDEE

#AABDEE
(170,189,238)
#B1C3EF
(177,195,239)
#B8C9F0
(184,201,240)
#BFCFF1
(191,207,241)
#C6D5F2
(198,213,242)
#CDDBF3
(205,219,243)
#D4E1F4
(212,225,244)
#DBE7F5
(219,231,245)
#E2EDF6
(226,237,246)
#E9F3F7
(233,243,247)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDEE; }

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

This text font color is #AABDEE.

Background Color

.myBgColor { background-color: #AABDEE; }

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

This div background color is #AABDEE.

Border color

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

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

This div border color is #AABDEE.

Opacity

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

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

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

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

This text has shadow with #AABDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDEE.

Preview

Color preview on black background

This text has color #AABDEE on black background.


Color preview on white background

This text has color #AABDEE on white background.


Black color preview on #AABDEE background

This text has black color on #AABDEE background.


White color preview on #AABDEE background

This text has white color on #AABDEE background.


Related colors

Complementary color

Complementary color for #hex is #554211.


I love getcolorcode.com

Triadic colors

1 #EEAABD and #BDEEAA with #AABDEE are triadic colors.

2 #EEBDAA and #BDAAEE with #AABDEE are triadic colors.