COLOR #AAB5D2

HEX: #AAB5D2
RGB: (170,181,210)

Color info

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

RGB color model

#AAB5D2 color RGB value is (170,181,210).

  • red value is 170;
  • green value is 181;
  • blue value is 210.
RGB:
(170,181,210)
(67%,71%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 210 of 255 = 82%

170
181
210

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 210 = 561 (100%)
R 170 of 561 ~ 30.3%
G 181 of 561 ~ 32.26%
B 210 of 561 ~ 37.43%

%30.3
%32.26
%37.43

CMYK color model

#AAB5D2 color CMYK value is (19,14,0,18).

  • cyan value is 19.05%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,14,0,18)
C19M14Y0K18 
(19%,14%,0%,18%)
(0.19/0.14/0.00/0.18)	

CMYK percentages

%19.05
%13.81
%0
%17.65

Codes

Color #AAB5D2 in popluar color models

AAB5D2
RGB170181210
HSL224°30.77%74.51%
HSB/HSV224°19.05%82.35%
CMYK19.05%13.81%0.00%
17.65%

Color #AAB5D2 in popluar number systems.

HEXAAB5D2
Decimal170181210
Binary101010101011010111010010
Octal252265322

Shades and tints

Shades of #AAB5D2

#AAB5D2
(170,181,210)
#9BA5BF
(155,165,191)
#8C95AC
(140,149,172)
#7D8599
(125,133,153)
#6E7586
(110,117,134)
#5F6573
(95,101,115)
#505560
(80,85,96)
#41454D
(65,69,77)
#32353A
(50,53,58)
#232527
(35,37,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAB5D2

#AAB5D2
(170,181,210)
#B1BBD6
(177,187,214)
#B8C1DA
(184,193,218)
#BFC7DE
(191,199,222)
#C6CDE2
(198,205,226)
#CDD3E6
(205,211,230)
#D4D9EA
(212,217,234)
#DBDFEE
(219,223,238)
#E2E5F2
(226,229,242)
#E9EBF6
(233,235,246)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB5D2 color. Also use rgb(170,181,210) instead hex code.

Text Font Color

.myTextColor { color: #AAB5D2; }

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

This text font color is #AAB5D2.


Background Color

.myBgColor { background-color: #AAB5D2; }

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

This div background color is #AAB5D2.


Border color

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

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

This div border color is #AAB5D2.


Opacity

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

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

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

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

This text has shadow with #AAB5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5D2 on black background.


Color preview on white background

This text has color #AAB5D2 on white background.



Black color preview on #AAB5D2 background

This text has black color on #AAB5D2 background.


White color preview on #AAB5D2 background

This text has white color on #AAB5D2 background.