COLOR #AAABD8

HEX: #AAABD8
RGB: (170,171,216)

Color info

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

RGB color model

#AAABD8 color RGB value is (170,171,216).

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

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 216 of 255 = 85%

170
171
216

R + G + B ~ 73%. #AAABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 216 = 557 (100%)
R 170 of 557 ~ 30.52%
G 171 of 557 ~ 30.7%
B 216 of 557 ~ 38.78%

%30.52
%30.7
%38.78

CMYK color model

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

  • cyan value is 21.30%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,21,0,15)
C21M21Y0K15 
(21%,21%,0%,15%)
(0.21/0.21/0.00/0.15)	

CMYK percentages

%21.3
%20.83
%0
%15.29

Codes

Color #AAABD8 in popluar color models

AAABD8
RGB170171216
HSL239°37.10%75.69%
HSB/HSV239°21.30%84.71%
CMYK21.30%20.83%0.00%
15.29%

Color #AAABD8 in popluar number systems.

HEXAAABD8
Decimal170171216
Binary101010101010101111011000
Octal252253330

Shades and tints

Shades of #AAABD8

#AAABD8
(170,171,216)
#9B9CC5
(155,156,197)
#8C8DB2
(140,141,178)
#7D7E9F
(125,126,159)
#6E6F8C
(110,111,140)
#5F6079
(95,96,121)
#505166
(80,81,102)
#414253
(65,66,83)
#323340
(50,51,64)
#23242D
(35,36,45)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #AAABD8

#AAABD8
(170,171,216)
#B1B2DB
(177,178,219)
#B8B9DE
(184,185,222)
#BFC0E1
(191,192,225)
#C6C7E4
(198,199,228)
#CDCEE7
(205,206,231)
#D4D5EA
(212,213,234)
#DBDCED
(219,220,237)
#E2E3F0
(226,227,240)
#E9EAF3
(233,234,243)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABD8; }

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

This text font color is #AAABD8.


Background Color

.myBgColor { background-color: #AAABD8; }

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

This div background color is #AAABD8.


Border color

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

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

This div border color is #AAABD8.


Opacity

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

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

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

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

This text has shadow with #AAABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABD8 on black background.


Color preview on white background

This text has color #AAABD8 on white background.



Black color preview on #AAABD8 background

This text has black color on #AAABD8 background.


White color preview on #AAABD8 background

This text has white color on #AAABD8 background.