COLOR #AABCAB

HEX: #AABCAB
RGB: (170,188,171)

Color info

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

RGB color model

#AABCAB color RGB value is (170,188,171).

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

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 171 of 255 = 67%

170
188
171

R + G + B ~ 69%. #AABCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 171 = 529 (100%)
R 170 of 529 ~ 32.14%
G 188 of 529 ~ 35.54%
B 171 of 529 ~ 32.33%

%32.14
%35.54
%32.33

CMYK color model

#AABCAB color CMYK value is (10,0,9,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(10,0,9,26)
C10M0Y9K26 
(10%,0%,9%,26%)
(0.10/0.00/0.09/0.26)	

CMYK percentages

%9.57
%0
%9.04
%26.27

Codes

Color #AABCAB in popluar color models

AABCAB
RGB170188171
HSL123°11.84%70.20%
HSB/HSV123°9.57%73.73%
CMYK9.57%0.00%9.04%
26.27%

Color #AABCAB in popluar number systems.

HEXAABCAB
Decimal170188171
Binary101010101011110010101011
Octal252274253

Shades and tints

Shades of #AABCAB

#AABCAB
(170,188,171)
#9BAB9C
(155,171,156)
#8C9A8D
(140,154,141)
#7D897E
(125,137,126)
#6E786F
(110,120,111)
#5F6760
(95,103,96)
#505651
(80,86,81)
#414542
(65,69,66)
#323433
(50,52,51)
#232324
(35,35,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AABCAB

#AABCAB
(170,188,171)
#B1C2B2
(177,194,178)
#B8C8B9
(184,200,185)
#BFCEC0
(191,206,192)
#C6D4C7
(198,212,199)
#CDDACE
(205,218,206)
#D4E0D5
(212,224,213)
#DBE6DC
(219,230,220)
#E2ECE3
(226,236,227)
#E9F2EA
(233,242,234)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCAB; }

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

This text font color is #AABCAB.


Background Color

.myBgColor { background-color: #AABCAB; }

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

This div background color is #AABCAB.


Border color

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

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

This div border color is #AABCAB.


Opacity

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

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

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

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

This text has shadow with #AABCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCAB on black background.


Color preview on white background

This text has color #AABCAB on white background.



Black color preview on #AABCAB background

This text has black color on #AABCAB background.


White color preview on #AABCAB background

This text has white color on #AABCAB background.