COLOR #AABBDD

HEX: #AABBDD
RGB: (170,187,221)

Color info

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

RGB color model

#AABBDD color RGB value is (170,187,221).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 221 of 255 = 87%

170
187
221

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 221 = 578 (100%)
R 170 of 578 ~ 29.41%
G 187 of 578 ~ 32.35%
B 221 of 578 ~ 38.24%

%29.41
%32.35
%38.24

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 15.38%
  • 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
%15.38
%0
%13.33

Codes

Color #AABBDD in popluar color models

AABBDD
RGB170187221
HSL220°42.86%76.67%
HSB/HSV220°23.08%86.67%
CMYK23.08%15.38%0.00%
13.33%

Color #AABBDD in popluar number systems.

HEXAABBDD
Decimal170187221
Binary101010101011101111011101
Octal252273335

Shades and tints

Shades of #AABBDD

#AABBDD
(170,187,221)
#9BAAC9
(155,170,201)
#8C99B5
(140,153,181)
#7D88A1
(125,136,161)
#6E778D
(110,119,141)
#5F6679
(95,102,121)
#505565
(80,85,101)
#414451
(65,68,81)
#32333D
(50,51,61)
#232229
(35,34,41)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AABBDD

#AABBDD
(170,187,221)
#B1C1E0
(177,193,224)
#B8C7E3
(184,199,227)
#BFCDE6
(191,205,230)
#C6D3E9
(198,211,233)
#CDD9EC
(205,217,236)
#D4DFEF
(212,223,239)
#DBE5F2
(219,229,242)
#E2EBF5
(226,235,245)
#E9F1F8
(233,241,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBDD; }

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

This text font color is #AABBDD.


Background Color

.myBgColor { background-color: #AABBDD; }

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

This div background color is #AABBDD.


Border color

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

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

This div border color is #AABBDD.


Opacity

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

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

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

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

This text has shadow with #AABBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBDD on black background.


Color preview on white background

This text has color #AABBDD on white background.



Black color preview on #AABBDD background

This text has black color on #AABBDD background.


White color preview on #AABBDD background

This text has white color on #AABBDD background.