COLOR #AAB8CA

HEX: #AAB8CA
RGB: (170,184,202)

Color info

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

RGB color model

#AAB8CA color RGB value is (170,184,202).

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

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 202 of 255 = 79%

170
184
202

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 202 = 556 (100%)
R 170 of 556 ~ 30.58%
G 184 of 556 ~ 33.09%
B 202 of 556 ~ 36.33%

%30.58
%33.09
%36.33

CMYK color model

#AAB8CA color CMYK value is (16,9,0,21).

  • cyan value is 15.84%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,9,0,21)
C16M9Y0K21 
(16%,9%,0%,21%)
(0.16/0.09/0.00/0.21)	

CMYK percentages

%15.84
%8.91
%0
%20.78

Codes

Color #AAB8CA in popluar color models

AAB8CA
RGB170184202
HSL214°23.19%72.94%
HSB/HSV214°15.84%79.22%
CMYK15.84%8.91%0.00%
20.78%

Color #AAB8CA in popluar number systems.

HEXAAB8CA
Decimal170184202
Binary101010101011100011001010
Octal252270312

Shades and tints

Shades of #AAB8CA

#AAB8CA
(170,184,202)
#9BA8B8
(155,168,184)
#8C98A6
(140,152,166)
#7D8894
(125,136,148)
#6E7882
(110,120,130)
#5F6870
(95,104,112)
#50585E
(80,88,94)
#41484C
(65,72,76)
#32383A
(50,56,58)
#232828
(35,40,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAB8CA

#AAB8CA
(170,184,202)
#B1BECE
(177,190,206)
#B8C4D2
(184,196,210)
#BFCAD6
(191,202,214)
#C6D0DA
(198,208,218)
#CDD6DE
(205,214,222)
#D4DCE2
(212,220,226)
#DBE2E6
(219,226,230)
#E2E8EA
(226,232,234)
#E9EEEE
(233,238,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8CA; }

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

This text font color is #AAB8CA.


Background Color

.myBgColor { background-color: #AAB8CA; }

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

This div background color is #AAB8CA.


Border color

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

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

This div border color is #AAB8CA.


Opacity

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

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

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

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

This text has shadow with #AAB8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB8CA on black background.


Color preview on white background

This text has color #AAB8CA on white background.



Black color preview on #AAB8CA background

This text has black color on #AAB8CA background.


White color preview on #AAB8CA background

This text has white color on #AAB8CA background.