COLOR #ABAABB

HEX: #ABAABB
RGB: (171,170,187)

Color info

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

RGB color model

#ABAABB color RGB value is (171,170,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 187 of 255 = 73%

171
170
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 187 = 528 (100%)
R 171 of 528 ~ 32.39%
G 170 of 528 ~ 32.2%
B 187 of 528 ~ 35.42%

%32.39
%32.2
%35.42

CMYK color model

#ABAABB color CMYK value is (9,9,0,27).

  • cyan value is 8.56%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,9,0,27)
C9M9Y0K27 
(9%,9%,0%,27%)
(0.09/0.09/0.00/0.27)	

CMYK percentages

%8.56
%9.09
%0
%26.67

Codes

Color #ABAABB in popluar color models

ABAABB
RGB171170187
HSL244°11.11%70.00%
HSB/HSV244°9.09%73.33%
CMYK8.56%9.09%0.00%
26.67%

Color #ABAABB in popluar number systems.

HEXABAABB
Decimal171170187
Binary101010111010101010111011
Octal253252273

Shades and tints

Shades of #ABAABB

#ABAABB
(171,170,187)
#9C9BAA
(156,155,170)
#8D8C99
(141,140,153)
#7E7D88
(126,125,136)
#6F6E77
(111,110,119)
#605F66
(96,95,102)
#515055
(81,80,85)
#424144
(66,65,68)
#333233
(51,50,51)
#242322
(36,35,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABAABB

#ABAABB
(171,170,187)
#B2B1C1
(178,177,193)
#B9B8C7
(185,184,199)
#C0BFCD
(192,191,205)
#C7C6D3
(199,198,211)
#CECDD9
(206,205,217)
#D5D4DF
(213,212,223)
#DCDBE5
(220,219,229)
#E3E2EB
(227,226,235)
#EAE9F1
(234,233,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAABB; }

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

This text font color is #ABAABB.


Background Color

.myBgColor { background-color: #ABAABB; }

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

This div background color is #ABAABB.


Border color

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

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

This div border color is #ABAABB.


Opacity

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

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

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

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

This text has shadow with #ABAABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAABB on black background.


Color preview on white background

This text has color #ABAABB on white background.



Black color preview on #ABAABB background

This text has black color on #ABAABB background.


White color preview on #ABAABB background

This text has white color on #ABAABB background.