COLOR #AABCDA

HEX: #AABCDA
RGB: (170,188,218)

Color info

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

RGB color model

#AABCDA color RGB value is (170,188,218).

  • red value is 170;
  • green value is 188;
  • blue value is 218.
RGB:
(170,188,218)
(67%,74%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 218 of 255 = 85%

170
188
218

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 218 = 576 (100%)
R 170 of 576 ~ 29.51%
G 188 of 576 ~ 32.64%
B 218 of 576 ~ 37.85%

%29.51
%32.64
%37.85

CMYK color model

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

  • cyan value is 22.02%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,14,0,15)
C22M14Y0K15 
(22%,14%,0%,15%)
(0.22/0.14/0.00/0.15)	

CMYK percentages

%22.02
%13.76
%0
%14.51

Codes

Color #AABCDA in popluar color models

AABCDA
RGB170188218
HSL218°39.34%76.08%
HSB/HSV218°22.02%85.49%
CMYK22.02%13.76%0.00%
14.51%

Color #AABCDA in popluar number systems.

HEXAABCDA
Decimal170188218
Binary101010101011110011011010
Octal252274332

Shades and tints

Shades of #AABCDA

#AABCDA
(170,188,218)
#9BABC7
(155,171,199)
#8C9AB4
(140,154,180)
#7D89A1
(125,137,161)
#6E788E
(110,120,142)
#5F677B
(95,103,123)
#505668
(80,86,104)
#414555
(65,69,85)
#323442
(50,52,66)
#23232F
(35,35,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #AABCDA

#AABCDA
(170,188,218)
#B1C2DD
(177,194,221)
#B8C8E0
(184,200,224)
#BFCEE3
(191,206,227)
#C6D4E6
(198,212,230)
#CDDAE9
(205,218,233)
#D4E0EC
(212,224,236)
#DBE6EF
(219,230,239)
#E2ECF2
(226,236,242)
#E9F2F5
(233,242,245)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCDA; }

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

This text font color is #AABCDA.


Background Color

.myBgColor { background-color: #AABCDA; }

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

This div background color is #AABCDA.


Border color

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

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

This div border color is #AABCDA.


Opacity

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

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

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

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

This text has shadow with #AABCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCDA on black background.


Color preview on white background

This text has color #AABCDA on white background.



Black color preview on #AABCDA background

This text has black color on #AABCDA background.


White color preview on #AABCDA background

This text has white color on #AABCDA background.