COLOR #ABBAB4

HEX: #ABBAB4
RGB: (171,186,180)

Color info

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

RGB color model

#ABBAB4 color RGB value is (171,186,180).

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

RGB channels and saturation

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

171
186
180

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 180 = 537 (100%)
R 171 of 537 ~ 31.84%
G 186 of 537 ~ 34.64%
B 180 of 537 ~ 33.52%

%31.84
%34.64
%33.52

CMYK color model

#ABBAB4 color CMYK value is (8,0,3,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(8,0,3,27)
C8M0Y3K27 
(8%,0%,3%,27%)
(0.08/0.00/0.03/0.27)	

CMYK percentages

%8.06
%0
%3.23
%27.06

Codes

Color #ABBAB4 in popluar color models

ABBAB4
RGB171186180
HSL156°9.80%70.00%
HSB/HSV156°8.06%72.94%
CMYK8.06%0.00%3.23%
27.06%

Color #ABBAB4 in popluar number systems.

HEXABBAB4
Decimal171186180
Binary101010111011101010110100
Octal253272264

Shades and tints

Shades of #ABBAB4

#ABBAB4
(171,186,180)
#9CAAA4
(156,170,164)
#8D9A94
(141,154,148)
#7E8A84
(126,138,132)
#6F7A74
(111,122,116)
#606A64
(96,106,100)
#515A54
(81,90,84)
#424A44
(66,74,68)
#333A34
(51,58,52)
#242A24
(36,42,36)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #ABBAB4

#ABBAB4
(171,186,180)
#B2C0BA
(178,192,186)
#B9C6C0
(185,198,192)
#C0CCC6
(192,204,198)
#C7D2CC
(199,210,204)
#CED8D2
(206,216,210)
#D5DED8
(213,222,216)
#DCE4DE
(220,228,222)
#E3EAE4
(227,234,228)
#EAF0EA
(234,240,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAB4; }

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

This text font color is #ABBAB4.


Background Color

.myBgColor { background-color: #ABBAB4; }

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

This div background color is #ABBAB4.


Border color

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

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

This div border color is #ABBAB4.


Opacity

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

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

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

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

This text has shadow with #ABBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAB4 on black background.


Color preview on white background

This text has color #ABBAB4 on white background.



Black color preview on #ABBAB4 background

This text has black color on #ABBAB4 background.


White color preview on #ABBAB4 background

This text has white color on #ABBAB4 background.