COLOR #AABCDD

HEX: #AABCDD
RGB: (170,188,221)

Color info

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

RGB color model

#AABCDD color RGB value is (170,188,221).

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

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 221 of 255 = 87%

170
188
221

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 221 = 579 (100%)
R 170 of 579 ~ 29.36%
G 188 of 579 ~ 32.47%
B 221 of 579 ~ 38.17%

%29.36
%32.47
%38.17

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,15,0,13)
C23M15Y0K13 
(23%,15%,0%,13%)
(0.23/0.15/0.00/0.13)	

CMYK percentages

%23.08
%14.93
%0
%13.33

Codes

Color #AABCDD in popluar color models

AABCDD
RGB170188221
HSL219°42.86%76.67%
HSB/HSV219°23.08%86.67%
CMYK23.08%14.93%0.00%
13.33%

Color #AABCDD in popluar number systems.

HEXAABCDD
Decimal170188221
Binary101010101011110011011101
Octal252274335

Shades and tints

Shades of #AABCDD

#AABCDD
(170,188,221)
#9BABC9
(155,171,201)
#8C9AB5
(140,154,181)
#7D89A1
(125,137,161)
#6E788D
(110,120,141)
#5F6779
(95,103,121)
#505665
(80,86,101)
#414551
(65,69,81)
#32343D
(50,52,61)
#232329
(35,35,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AABCDD

#AABCDD
(170,188,221)
#B1C2E0
(177,194,224)
#B8C8E3
(184,200,227)
#BFCEE6
(191,206,230)
#C6D4E9
(198,212,233)
#CDDAEC
(205,218,236)
#D4E0EF
(212,224,239)
#DBE6F2
(219,230,242)
#E2ECF5
(226,236,245)
#E9F2F8
(233,242,248)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCDD; }

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

This text font color is #AABCDD.


Background Color

.myBgColor { background-color: #AABCDD; }

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

This div background color is #AABCDD.


Border color

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

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

This div border color is #AABCDD.


Opacity

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

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

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

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

This text has shadow with #AABCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCDD on black background.


Color preview on white background

This text has color #AABCDD on white background.



Black color preview on #AABCDD background

This text has black color on #AABCDD background.


White color preview on #AABCDD background

This text has white color on #AABCDD background.