COLOR #ABBAB1

HEX: #ABBAB1
RGB: (171,186,177)

Color info

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

RGB color model

#ABBAB1 color RGB value is (171,186,177).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 177 of 255 = 69%

171
186
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 177 = 534 (100%)
R 171 of 534 ~ 32.02%
G 186 of 534 ~ 34.83%
B 177 of 534 ~ 33.15%

%32.02
%34.83
%33.15

CMYK color model

#ABBAB1 color CMYK value is (8,0,5,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(8,0,5,27)
C8M0Y5K27 
(8%,0%,5%,27%)
(0.08/0.00/0.05/0.27)	

CMYK percentages

%8.06
%0
%4.84
%27.06

Codes

Color #ABBAB1 in popluar color models

ABBAB1
RGB171186177
HSL144°9.80%70.00%
HSB/HSV144°8.06%72.94%
CMYK8.06%0.00%4.84%
27.06%

Color #ABBAB1 in popluar number systems.

HEXABBAB1
Decimal171186177
Binary101010111011101010110001
Octal253272261

Shades and tints

Shades of #ABBAB1

#ABBAB1
(171,186,177)
#9CAAA1
(156,170,161)
#8D9A91
(141,154,145)
#7E8A81
(126,138,129)
#6F7A71
(111,122,113)
#606A61
(96,106,97)
#515A51
(81,90,81)
#424A41
(66,74,65)
#333A31
(51,58,49)
#242A21
(36,42,33)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #ABBAB1

#ABBAB1
(171,186,177)
#B2C0B8
(178,192,184)
#B9C6BF
(185,198,191)
#C0CCC6
(192,204,198)
#C7D2CD
(199,210,205)
#CED8D4
(206,216,212)
#D5DEDB
(213,222,219)
#DCE4E2
(220,228,226)
#E3EAE9
(227,234,233)
#EAF0F0
(234,240,240)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAB1; }

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

This text font color is #ABBAB1.


Background Color

.myBgColor { background-color: #ABBAB1; }

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

This div background color is #ABBAB1.


Border color

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

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

This div border color is #ABBAB1.


Opacity

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

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

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

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

This text has shadow with #ABBAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAB1 on black background.


Color preview on white background

This text has color #ABBAB1 on white background.



Black color preview on #ABBAB1 background

This text has black color on #ABBAB1 background.


White color preview on #ABBAB1 background

This text has white color on #ABBAB1 background.