COLOR #AAB8D2

HEX: #AAB8D2
RGB: (170,184,210)

Color info

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

RGB color model

#AAB8D2 color RGB value is (170,184,210).

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

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 210 of 255 = 82%

170
184
210

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 210 = 564 (100%)
R 170 of 564 ~ 30.14%
G 184 of 564 ~ 32.62%
B 210 of 564 ~ 37.23%

%30.14
%32.62
%37.23

CMYK color model

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

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

CMYK percentages

%19.05
%12.38
%0
%17.65

Codes

Color #AAB8D2 in popluar color models

AAB8D2
RGB170184210
HSL219°30.77%74.51%
HSB/HSV219°19.05%82.35%
CMYK19.05%12.38%0.00%
17.65%

Color #AAB8D2 in popluar number systems.

HEXAAB8D2
Decimal170184210
Binary101010101011100011010010
Octal252270322

Shades and tints

Shades of #AAB8D2

#AAB8D2
(170,184,210)
#9BA8BF
(155,168,191)
#8C98AC
(140,152,172)
#7D8899
(125,136,153)
#6E7886
(110,120,134)
#5F6873
(95,104,115)
#505860
(80,88,96)
#41484D
(65,72,77)
#32383A
(50,56,58)
#232827
(35,40,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAB8D2

#AAB8D2
(170,184,210)
#B1BED6
(177,190,214)
#B8C4DA
(184,196,218)
#BFCADE
(191,202,222)
#C6D0E2
(198,208,226)
#CDD6E6
(205,214,230)
#D4DCEA
(212,220,234)
#DBE2EE
(219,226,238)
#E2E8F2
(226,232,242)
#E9EEF6
(233,238,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8D2; }

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

This text font color is #AAB8D2.


Background Color

.myBgColor { background-color: #AAB8D2; }

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

This div background color is #AAB8D2.


Border color

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

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

This div border color is #AAB8D2.


Opacity

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

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

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

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

This text has shadow with #AAB8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB8D2 on black background.


Color preview on white background

This text has color #AAB8D2 on white background.



Black color preview on #AAB8D2 background

This text has black color on #AAB8D2 background.


White color preview on #AAB8D2 background

This text has white color on #AAB8D2 background.