COLOR #ABB2A4

HEX: #ABB2A4
RGB: (171,178,164)

Color info

#ABB2A4 contains red, green and blue colors in about the same proportion. Web safe color of #ABB2A4 is #999999 (or #999).

RGB color model

#ABB2A4 color RGB value is (171,178,164).

  • red value is 171;
  • green value is 178;
  • blue value is 164.
RGB:
(171,178,164)
(67%,70%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 164 of 255 = 64%

171
178
164

R + G + B ~ 67%. #ABB2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 164 = 513 (100%)
R 171 of 513 ~ 33.33%
G 178 of 513 ~ 34.7%
B 164 of 513 ~ 31.97%

%33.33
%34.7
%31.97

CMYK color model

#ABB2A4 color CMYK value is (4,0,8,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(4,0,8,30)
C4M0Y8K30 
(4%,0%,8%,30%)
(0.04/0.00/0.08/0.30)	

CMYK percentages

%3.93
%0
%7.87
%30.2

Codes

Color #ABB2A4 in popluar color models

ABB2A4
RGB171178164
HSL90°8.33%67.06%
HSB/HSV90°7.87%69.80%
CMYK3.93%0.00%7.87%
30.20%

Color #ABB2A4 in popluar number systems.

HEXABB2A4
Decimal171178164
Binary101010111011001010100100
Octal253262244

Shades and tints

Shades of #ABB2A4

#ABB2A4
(171,178,164)
#9CA296
(156,162,150)
#8D9288
(141,146,136)
#7E827A
(126,130,122)
#6F726C
(111,114,108)
#60625E
(96,98,94)
#515250
(81,82,80)
#424242
(66,66,66)
#333234
(51,50,52)
#242226
(36,34,38)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #ABB2A4

#ABB2A4
(171,178,164)
#B2B9AC
(178,185,172)
#B9C0B4
(185,192,180)
#C0C7BC
(192,199,188)
#C7CEC4
(199,206,196)
#CED5CC
(206,213,204)
#D5DCD4
(213,220,212)
#DCE3DC
(220,227,220)
#E3EAE4
(227,234,228)
#EAF1EC
(234,241,236)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB2A4 color. Also use rgb(171,178,164) instead hex code.

Text Font Color

.myTextColor { color: #ABB2A4; }

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

This text font color is #ABB2A4.


Background Color

.myBgColor { background-color: #ABB2A4; }

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

This div background color is #ABB2A4.


Border color

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

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

This div border color is #ABB2A4.


Opacity

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

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

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

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

This text has shadow with #ABB2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2A4 on black background.


Color preview on white background

This text has color #ABB2A4 on white background.



Black color preview on #ABB2A4 background

This text has black color on #ABB2A4 background.


White color preview on #ABB2A4 background

This text has white color on #ABB2A4 background.