COLOR #A7ABB1

HEX: #A7ABB1
RGB: (167,171,177)

Color info

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

RGB color model

#A7ABB1 color RGB value is (167,171,177).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 177 of 255 = 69%

167
171
177

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

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 177 = 515 (100%)
R 167 of 515 ~ 32.43%
G 171 of 515 ~ 33.2%
B 177 of 515 ~ 34.37%

%32.43
%33.2
%34.37

CMYK color model

#A7ABB1 color CMYK value is (6,3,0,31).

  • cyan value is 5.65%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,3,0,31)
C6M3Y0K31 
(6%,3%,0%,31%)
(0.06/0.03/0.00/0.31)	

CMYK percentages

%5.65
%3.39
%0
%30.59

Codes

Color #A7ABB1 in popluar color models

A7ABB1
RGB167171177
HSL216°6.02%67.45%
HSB/HSV216°5.65%69.41%
CMYK5.65%3.39%0.00%
30.59%

Color #A7ABB1 in popluar number systems.

HEXA7ABB1
Decimal167171177
Binary101001111010101110110001
Octal247253261

Shades and tints

Shades of #A7ABB1

#A7ABB1
(167,171,177)
#989CA1
(152,156,161)
#898D91
(137,141,145)
#7A7E81
(122,126,129)
#6B6F71
(107,111,113)
#5C6061
(92,96,97)
#4D5151
(77,81,81)
#3E4241
(62,66,65)
#2F3331
(47,51,49)
#202421
(32,36,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7ABB1

#A7ABB1
(167,171,177)
#AFB2B8
(175,178,184)
#B7B9BF
(183,185,191)
#BFC0C6
(191,192,198)
#C7C7CD
(199,199,205)
#CFCED4
(207,206,212)
#D7D5DB
(215,213,219)
#DFDCE2
(223,220,226)
#E7E3E9
(231,227,233)
#EFEAF0
(239,234,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ABB1; }

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

This text font color is #A7ABB1.


Background Color

.myBgColor { background-color: #A7ABB1; }

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

This div background color is #A7ABB1.


Border color

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

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

This div border color is #A7ABB1.


Opacity

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

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

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

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

This text has shadow with #A7ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ABB1 on black background.


Color preview on white background

This text has color #A7ABB1 on white background.



Black color preview on #A7ABB1 background

This text has black color on #A7ABB1 background.


White color preview on #A7ABB1 background

This text has white color on #A7ABB1 background.