COLOR #AAB9D8

HEX: #AAB9D8
RGB: (170,185,216)

Color info

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

RGB color model

#AAB9D8 color RGB value is (170,185,216).

  • red value is 170;
  • green value is 185;
  • blue value is 216.
RGB:
(170,185,216)
(67%,73%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 216 of 255 = 85%

170
185
216

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

Portions of RGB colors in percentages

R + G + B =
170 + 185 + 216 = 571 (100%)
R 170 of 571 ~ 29.77%
G 185 of 571 ~ 32.4%
B 216 of 571 ~ 37.83%

%29.77
%32.4
%37.83

CMYK color model

#AAB9D8 color CMYK value is (21,14,0,15).

  • cyan value is 21.30%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,14,0,15)
C21M14Y0K15 
(21%,14%,0%,15%)
(0.21/0.14/0.00/0.15)	

CMYK percentages

%21.3
%14.35
%0
%15.29

Codes

Color #AAB9D8 in popluar color models

AAB9D8
RGB170185216
HSL220°37.10%75.69%
HSB/HSV220°21.30%84.71%
CMYK21.30%14.35%0.00%
15.29%

Color #AAB9D8 in popluar number systems.

HEXAAB9D8
Decimal170185216
Binary101010101011100111011000
Octal252271330

Shades and tints

Shades of #AAB9D8

#AAB9D8
(170,185,216)
#9BA9C5
(155,169,197)
#8C99B2
(140,153,178)
#7D899F
(125,137,159)
#6E798C
(110,121,140)
#5F6979
(95,105,121)
#505966
(80,89,102)
#414953
(65,73,83)
#323940
(50,57,64)
#23292D
(35,41,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #AAB9D8

#AAB9D8
(170,185,216)
#B1BFDB
(177,191,219)
#B8C5DE
(184,197,222)
#BFCBE1
(191,203,225)
#C6D1E4
(198,209,228)
#CDD7E7
(205,215,231)
#D4DDEA
(212,221,234)
#DBE3ED
(219,227,237)
#E2E9F0
(226,233,240)
#E9EFF3
(233,239,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB9D8 color. Also use rgb(170,185,216) instead hex code.

Text Font Color

.myTextColor { color: #AAB9D8; }

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

This text font color is #AAB9D8.


Background Color

.myBgColor { background-color: #AAB9D8; }

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

This div background color is #AAB9D8.


Border color

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

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

This div border color is #AAB9D8.


Opacity

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

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

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

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

This text has shadow with #AAB9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB9D8 on black background.


Color preview on white background

This text has color #AAB9D8 on white background.



Black color preview on #AAB9D8 background

This text has black color on #AAB9D8 background.


White color preview on #AAB9D8 background

This text has white color on #AAB9D8 background.