COLOR #A4ABB0

HEX: #A4ABB0
RGB: (164,171,176)

Color info

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

RGB color model

#A4ABB0 color RGB value is (164,171,176).

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

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 176 of 255 = 69%

164
171
176

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

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 176 = 511 (100%)
R 164 of 511 ~ 32.09%
G 171 of 511 ~ 33.46%
B 176 of 511 ~ 34.44%

%32.09
%33.46
%34.44

CMYK color model

#A4ABB0 color CMYK value is (7,3,0,31).

  • cyan value is 6.82%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,3,0,31)
C7M3Y0K31 
(7%,3%,0%,31%)
(0.07/0.03/0.00/0.31)	

CMYK percentages

%6.82
%2.84
%0
%30.98

Codes

Color #A4ABB0 in popluar color models

A4ABB0
RGB164171176
HSL205°7.06%66.67%
HSB/HSV205°6.82%69.02%
CMYK6.82%2.84%0.00%
30.98%

Color #A4ABB0 in popluar number systems.

HEXA4ABB0
Decimal164171176
Binary101001001010101110110000
Octal244253260

Shades and tints

Shades of #A4ABB0

#A4ABB0
(164,171,176)
#969CA0
(150,156,160)
#888D90
(136,141,144)
#7A7E80
(122,126,128)
#6C6F70
(108,111,112)
#5E6060
(94,96,96)
#505150
(80,81,80)
#424240
(66,66,64)
#343330
(52,51,48)
#262420
(38,36,32)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A4ABB0

#A4ABB0
(164,171,176)
#ACB2B7
(172,178,183)
#B4B9BE
(180,185,190)
#BCC0C5
(188,192,197)
#C4C7CC
(196,199,204)
#CCCED3
(204,206,211)
#D4D5DA
(212,213,218)
#DCDCE1
(220,220,225)
#E4E3E8
(228,227,232)
#ECEAEF
(236,234,239)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABB0; }

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

This text font color is #A4ABB0.


Background Color

.myBgColor { background-color: #A4ABB0; }

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

This div background color is #A4ABB0.


Border color

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

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

This div border color is #A4ABB0.


Opacity

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

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

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

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

This text has shadow with #A4ABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ABB0 on black background.


Color preview on white background

This text has color #A4ABB0 on white background.



Black color preview on #A4ABB0 background

This text has black color on #A4ABB0 background.


White color preview on #A4ABB0 background

This text has white color on #A4ABB0 background.