COLOR #AAB5BC

HEX: #AAB5BC
RGB: (170,181,188)

Color info

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

RGB color model

#AAB5BC color RGB value is (170,181,188).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 188 of 255 = 74%

170
181
188

R + G + B ~ 71%. #AAB5BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 188 = 539 (100%)
R 170 of 539 ~ 31.54%
G 181 of 539 ~ 33.58%
B 188 of 539 ~ 34.88%

%31.54
%33.58
%34.88

CMYK color model

#AAB5BC color CMYK value is (10,4,0,26).

  • cyan value is 9.57%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,4,0,26)
C10M4Y0K26 
(10%,4%,0%,26%)
(0.10/0.04/0.00/0.26)	

CMYK percentages

%9.57
%3.72
%0
%26.27

Codes

Color #AAB5BC in popluar color models

AAB5BC
RGB170181188
HSL203°11.84%70.20%
HSB/HSV203°9.57%73.73%
CMYK9.57%3.72%0.00%
26.27%

Color #AAB5BC in popluar number systems.

HEXAAB5BC
Decimal170181188
Binary101010101011010110111100
Octal252265274

Shades and tints

Shades of #AAB5BC

#AAB5BC
(170,181,188)
#9BA5AB
(155,165,171)
#8C959A
(140,149,154)
#7D8589
(125,133,137)
#6E7578
(110,117,120)
#5F6567
(95,101,103)
#505556
(80,85,86)
#414545
(65,69,69)
#323534
(50,53,52)
#232523
(35,37,35)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAB5BC

#AAB5BC
(170,181,188)
#B1BBC2
(177,187,194)
#B8C1C8
(184,193,200)
#BFC7CE
(191,199,206)
#C6CDD4
(198,205,212)
#CDD3DA
(205,211,218)
#D4D9E0
(212,217,224)
#DBDFE6
(219,223,230)
#E2E5EC
(226,229,236)
#E9EBF2
(233,235,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5BC; }

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

This text font color is #AAB5BC.


Background Color

.myBgColor { background-color: #AAB5BC; }

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

This div background color is #AAB5BC.


Border color

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

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

This div border color is #AAB5BC.


Opacity

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

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

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

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

This text has shadow with #AAB5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5BC on black background.


Color preview on white background

This text has color #AAB5BC on white background.



Black color preview on #AAB5BC background

This text has black color on #AAB5BC background.


White color preview on #AAB5BC background

This text has white color on #AAB5BC background.