COLOR #AAB7D1

HEX: #AAB7D1
RGB: (170,183,209)

Color info

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

RGB color model

#AAB7D1 color RGB value is (170,183,209).

  • red value is 170;
  • green value is 183;
  • blue value is 209.
RGB:
(170,183,209)
(67%,72%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 209 of 255 = 82%

170
183
209

R + G + B ~ 74%. #AAB7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 209 = 562 (100%)
R 170 of 562 ~ 30.25%
G 183 of 562 ~ 32.56%
B 209 of 562 ~ 37.19%

%30.25
%32.56
%37.19

CMYK color model

#AAB7D1 color CMYK value is (19,12,0,18).

  • cyan value is 18.66%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(19,12,0,18)
C19M12Y0K18 
(19%,12%,0%,18%)
(0.19/0.12/0.00/0.18)	

CMYK percentages

%18.66
%12.44
%0
%18.04

Codes

Color #AAB7D1 in popluar color models

AAB7D1
RGB170183209
HSL220°29.77%74.31%
HSB/HSV220°18.66%81.96%
CMYK18.66%12.44%0.00%
18.04%

Color #AAB7D1 in popluar number systems.

HEXAAB7D1
Decimal170183209
Binary101010101011011111010001
Octal252267321

Shades and tints

Shades of #AAB7D1

#AAB7D1
(170,183,209)
#9BA7BE
(155,167,190)
#8C97AB
(140,151,171)
#7D8798
(125,135,152)
#6E7785
(110,119,133)
#5F6772
(95,103,114)
#50575F
(80,87,95)
#41474C
(65,71,76)
#323739
(50,55,57)
#232726
(35,39,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAB7D1

#AAB7D1
(170,183,209)
#B1BDD5
(177,189,213)
#B8C3D9
(184,195,217)
#BFC9DD
(191,201,221)
#C6CFE1
(198,207,225)
#CDD5E5
(205,213,229)
#D4DBE9
(212,219,233)
#DBE1ED
(219,225,237)
#E2E7F1
(226,231,241)
#E9EDF5
(233,237,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB7D1 color. Also use rgb(170,183,209) instead hex code.

Text Font Color

.myTextColor { color: #AAB7D1; }

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

This text font color is #AAB7D1.


Background Color

.myBgColor { background-color: #AAB7D1; }

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

This div background color is #AAB7D1.


Border color

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

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

This div border color is #AAB7D1.


Opacity

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

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

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

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

This text has shadow with #AAB7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB7D1 on black background.


Color preview on white background

This text has color #AAB7D1 on white background.



Black color preview on #AAB7D1 background

This text has black color on #AAB7D1 background.


White color preview on #AAB7D1 background

This text has white color on #AAB7D1 background.