COLOR #AAB3BC

HEX: #AAB3BC
RGB: (170,179,188)

Color info

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

RGB color model

#AAB3BC color RGB value is (170,179,188).

  • red value is 170;
  • green value is 179;
  • blue value is 188.
RGB: (170,179,188) (67%,70%,74%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 188 of 255 = 74%

170
179
188

R + G + B ~ 70%. #AAB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 188 = 537 (100%)
R 170 of 537 ~ 31.66%
G 179 of 537 ~ 33.33%
B 188 of 537 ~ 35.01%

%31.66
%33.33
%35.01

CMYK color model

#AAB3BC color CMYK value is (10,5,0,26).

  • cyan value is 9.57%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (10,5,0,26) C10M5Y0K26 (10%,5%,0%,26%) (0.10/0.05/0.00/0.26)

CMYK percentages

%9.57
%4.79
%0
%26.27

Codes

Color #AAB3BC in popluar color models

AAB3BC
RGB170179188
HSL210°11.84%70.20%
HSB/HSV210°9.57%73.73%
CMYK9.57%4.79%0.00%
26.27%

Color #AAB3BC in popluar number systems.

HEXAAB3BC
Decimal170179188
Binary101010101011001110111100
Octal252263274

Shades and tints

Shades of #AAB3BC

#AAB3BC
(170,179,188)
#9BA3AB
(155,163,171)
#8C939A
(140,147,154)
#7D8389
(125,131,137)
#6E7378
(110,115,120)
#5F6367
(95,99,103)
#505356
(80,83,86)
#414345
(65,67,69)
#323334
(50,51,52)
#232323
(35,35,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AAB3BC

#AAB3BC
(170,179,188)
#B1B9C2
(177,185,194)
#B8BFC8
(184,191,200)
#BFC5CE
(191,197,206)
#C6CBD4
(198,203,212)
#CDD1DA
(205,209,218)
#D4D7E0
(212,215,224)
#DBDDE6
(219,221,230)
#E2E3EC
(226,227,236)
#E9E9F2
(233,233,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB3BC color. Also use rgb(170,179,188) instead hex code.

Text Font Color

.myTextColor { color: #AAB3BC; }

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

This text font color is #AAB3BC.


Background Color

.myBgColor { background-color: #AAB3BC; }

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

This div background color is #AAB3BC.


Border color

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

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

This div border color is #AAB3BC.


Opacity

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

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

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

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

This text has shadow with #AAB3BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAB3BC on black background.


Color preview on white background

This text has color #AAB3BC on white background.



Black color preview on #AAB3BC background

This text has black color on #AAB3BC background.


White color preview on #AAB3BC background

This text has white color on #AAB3BC background.