COLOR #ABBAB6

HEX: #ABBAB6
RGB: (171,186,182)

Color info

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

RGB color model

#ABBAB6 color RGB value is (171,186,182).

  • red value is 171;
  • green value is 186;
  • blue value is 182.
RGB:
(171,186,182)
(67%,73%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 182 of 255 = 71%

171
186
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 182 = 539 (100%)
R 171 of 539 ~ 31.73%
G 186 of 539 ~ 34.51%
B 182 of 539 ~ 33.77%

%31.73
%34.51
%33.77

CMYK color model

#ABBAB6 color CMYK value is (8,0,2,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(8,0,2,27)
C8M0Y2K27 
(8%,0%,2%,27%)
(0.08/0.00/0.02/0.27)	

CMYK percentages

%8.06
%0
%2.15
%27.06

Codes

Color #ABBAB6 in popluar color models

ABBAB6
RGB171186182
HSL164°9.80%70.00%
HSB/HSV164°8.06%72.94%
CMYK8.06%0.00%2.15%
27.06%

Color #ABBAB6 in popluar number systems.

HEXABBAB6
Decimal171186182
Binary101010111011101010110110
Octal253272266

Shades and tints

Shades of #ABBAB6

#ABBAB6
(171,186,182)
#9CAAA6
(156,170,166)
#8D9A96
(141,154,150)
#7E8A86
(126,138,134)
#6F7A76
(111,122,118)
#606A66
(96,106,102)
#515A56
(81,90,86)
#424A46
(66,74,70)
#333A36
(51,58,54)
#242A26
(36,42,38)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #ABBAB6

#ABBAB6
(171,186,182)
#B2C0BC
(178,192,188)
#B9C6C2
(185,198,194)
#C0CCC8
(192,204,200)
#C7D2CE
(199,210,206)
#CED8D4
(206,216,212)
#D5DEDA
(213,222,218)
#DCE4E0
(220,228,224)
#E3EAE6
(227,234,230)
#EAF0EC
(234,240,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBAB6 color. Also use rgb(171,186,182) instead hex code.

Text Font Color

.myTextColor { color: #ABBAB6; }

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

This text font color is #ABBAB6.


Background Color

.myBgColor { background-color: #ABBAB6; }

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

This div background color is #ABBAB6.


Border color

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

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

This div border color is #ABBAB6.


Opacity

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

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

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

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

This text has shadow with #ABBAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAB6 on black background.


Color preview on white background

This text has color #ABBAB6 on white background.



Black color preview on #ABBAB6 background

This text has black color on #ABBAB6 background.


White color preview on #ABBAB6 background

This text has white color on #ABBAB6 background.