COLOR #AABADA

HEX: #AABADA RGB: (170,186,218)

Color info

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

RGB color model

#AABADA color RGB value is (170,186,218).

RGB: (170,186,218) (67%, 73%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 218 of 255 = 85%

170
186
218

R + G + B ~ 75%. #AABADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 218 = 574 (100%)
R 170 of 574 ~ 29.62%
G 186 of 574 ~ 32.4%
B 218 of 574 ~ 37.98'%

%29.62
%32.4
%37.98

CMYK color model

#AABADA color CMYK value is (22,15,0,15).

  • cyan value is 22.02%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,15,0,15)
C22M15Y0K15 (22%, 15%, 0%, 15%)
(0.22 / 0.15 / 0.00 / 0.15)

CMYK percentages

%22.02
%14.68
%0
%14.51

Codes

Color #AABADA in popluar color models

AA BA DA
RGB 170 186 218
HSL 220° 39.34% 76.08%
HSB/HSV 220° 22.02% 85.49%
CMYK 22.02% 14.68% 0.00%
14.51%

Color #AABADA in popluar number systems.

HEX AA BA DA
Decimal 170 186 218
Binary 10101010 10111010 11011010
Octal 252 272 332

Shades and tints

Shades of #AABADA

#AABADA
(170,186,218)
#9BAAC7
(155,170,199)
#8C9AB4
(140,154,180)
#7D8AA1
(125,138,161)
#6E7A8E
(110,122,142)
#5F6A7B
(95,106,123)
#505A68
(80,90,104)
#414A55
(65,74,85)
#323A42
(50,58,66)
#232A2F
(35,42,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #AABADA

#AABADA
(170,186,218)
#B1C0DD
(177,192,221)
#B8C6E0
(184,198,224)
#BFCCE3
(191,204,227)
#C6D2E6
(198,210,230)
#CDD8E9
(205,216,233)
#D4DEEC
(212,222,236)
#DBE4EF
(219,228,239)
#E2EAF2
(226,234,242)
#E9F0F5
(233,240,245)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABADA; }

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

This text font color is #AABADA.

Background Color

.myBgColor { background-color: #AABADA; }

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

This div background color is #AABADA.

Border color

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

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

This div border color is #AABADA.

Opacity

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

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

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

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

This text has shadow with #AABADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABADA.

Preview

Color preview on black background

This text has color #AABADA on black background.


Color preview on white background

This text has color #AABADA on white background.


Black color preview on #AABADA background

This text has black color on #AABADA background.


White color preview on #AABADA background

This text has white color on #AABADA background.


Related colors

Complementary color

Complementary color for #hex is #554525.


I love getcolorcode.com

Triadic colors

1 #DAAABA and #BADAAA with #AABADA are triadic colors.

2 #DABAAA and #BAAADA with #AABADA are triadic colors.