COLOR #A8ABA8

HEX: #A8ABA8
RGB: (168,171,168)

Color info

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

RGB color model

#A8ABA8 color RGB value is (168,171,168).

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

RGB channels and saturation

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

168
171
168

R + G + B ~ 66%. #A8ABA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 168 = 507 (100%)
R 168 of 507 ~ 33.14%
G 171 of 507 ~ 33.73%
B 168 of 507 ~ 33.14%

%33.14
%33.73
%33.14

CMYK color model

#A8ABA8 color CMYK value is (2,0,2,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(2,0,2,33)
C2M0Y2K33 
(2%,0%,2%,33%)
(0.02/0.00/0.02/0.33)	

CMYK percentages

%1.75
%0
%1.75
%32.94

Codes

Color #A8ABA8 in popluar color models

A8ABA8
RGB168171168
HSL120°1.75%66.47%
HSB/HSV120°1.75%67.06%
CMYK1.75%0.00%1.75%
32.94%

Color #A8ABA8 in popluar number systems.

HEXA8ABA8
Decimal168171168
Binary101010001010101110101000
Octal250253250

Shades and tints

Shades of #A8ABA8

#A8ABA8
(168,171,168)
#999C99
(153,156,153)
#8A8D8A
(138,141,138)
#7B7E7B
(123,126,123)
#6C6F6C
(108,111,108)
#5D605D
(93,96,93)
#4E514E
(78,81,78)
#3F423F
(63,66,63)
#303330
(48,51,48)
#212421
(33,36,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A8ABA8

#A8ABA8
(168,171,168)
#AFB2AF
(175,178,175)
#B6B9B6
(182,185,182)
#BDC0BD
(189,192,189)
#C4C7C4
(196,199,196)
#CBCECB
(203,206,203)
#D2D5D2
(210,213,210)
#D9DCD9
(217,220,217)
#E0E3E0
(224,227,224)
#E7EAE7
(231,234,231)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABA8; }

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

This text font color is #A8ABA8.


Background Color

.myBgColor { background-color: #A8ABA8; }

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

This div background color is #A8ABA8.


Border color

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

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

This div border color is #A8ABA8.


Opacity

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

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

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

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

This text has shadow with #A8ABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ABA8 on black background.


Color preview on white background

This text has color #A8ABA8 on white background.



Black color preview on #A8ABA8 background

This text has black color on #A8ABA8 background.


White color preview on #A8ABA8 background

This text has white color on #A8ABA8 background.