COLOR #A8ABB1

HEX: #A8ABB1
RGB: (168,171,177)

Color info

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

RGB color model

#A8ABB1 color RGB value is (168,171,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 177 of 255 = 69%

168
171
177

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 177 = 516 (100%)
R 168 of 516 ~ 32.56%
G 171 of 516 ~ 33.14%
B 177 of 516 ~ 34.3%

%32.56
%33.14
%34.3

CMYK color model

#A8ABB1 color CMYK value is (5,3,0,31).

  • cyan value is 5.08%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,3,0,31)
C5M3Y0K31 
(5%,3%,0%,31%)
(0.05/0.03/0.00/0.31)	

CMYK percentages

%5.08
%3.39
%0
%30.59

Codes

Color #A8ABB1 in popluar color models

A8ABB1
RGB168171177
HSL220°5.45%67.65%
HSB/HSV220°5.08%69.41%
CMYK5.08%3.39%0.00%
30.59%

Color #A8ABB1 in popluar number systems.

HEXA8ABB1
Decimal168171177
Binary101010001010101110110001
Octal250253261

Shades and tints

Shades of #A8ABB1

#A8ABB1
(168,171,177)
#999CA1
(153,156,161)
#8A8D91
(138,141,145)
#7B7E81
(123,126,129)
#6C6F71
(108,111,113)
#5D6061
(93,96,97)
#4E5151
(78,81,81)
#3F4241
(63,66,65)
#303331
(48,51,49)
#212421
(33,36,33)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8ABB1

#A8ABB1
(168,171,177)
#AFB2B8
(175,178,184)
#B6B9BF
(182,185,191)
#BDC0C6
(189,192,198)
#C4C7CD
(196,199,205)
#CBCED4
(203,206,212)
#D2D5DB
(210,213,219)
#D9DCE2
(217,220,226)
#E0E3E9
(224,227,233)
#E7EAF0
(231,234,240)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABB1; }

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

This text font color is #A8ABB1.


Background Color

.myBgColor { background-color: #A8ABB1; }

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

This div background color is #A8ABB1.


Border color

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

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

This div border color is #A8ABB1.


Opacity

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

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

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

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

This text has shadow with #A8ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ABB1 on black background.


Color preview on white background

This text has color #A8ABB1 on white background.



Black color preview on #A8ABB1 background

This text has black color on #A8ABB1 background.


White color preview on #A8ABB1 background

This text has white color on #A8ABB1 background.